poetician

Rofi | 0009-Ours-Polaire-03

Jan 5th, 2022
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0009 Ours Polaire ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: 0009-Ours-Polaire-03 Poetician Edition
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. black: #000000;
  11. red: #704B15;
  12. blue: #5E606Bb3;
  13. lightfg: #0200201a;
  14. lightbg: #232633;
  15. foreground: #D9EFF4b3;
  16. background: #D9EFF4;
  17. background-color: #000000b3;
  18. separatorcolor: @foreground;
  19. border-color: @foreground;
  20. selected-normal-foreground: @foreground;
  21. selected-normal-background: @lightfg;
  22. selected-active-foreground: @foreground;
  23. selected-active-background: @red;
  24. selected-urgent-foreground: @background;
  25. selected-urgent-background: @red;
  26. normal-foreground: @foreground;
  27. normal-background: @background;
  28. active-foreground: @blue;
  29. active-background: @lightfg;
  30. urgent-foreground: @red;
  31. urgent-background: @background;
  32. alternate-normal-foreground: @foreground;
  33. alternate-normal-background: @red;
  34. alternate-active-foreground: @blue;
  35. alternate-active-background: @red;
  36. alternate-urgent-foreground: @red;
  37. alternate-urgent-background: @lightbg;
  38. spacing: 2;
  39. }
  40. window {
  41. anchor: northeast;
  42. location: northeast;
  43. width: 50%;
  44. background-color: @lightbg;
  45. border: 8px 4px 8px 4px;
  46. border-radius: 8;
  47. padding: 8;
  48. y-offset: 90;
  49. x-offset: -30;
  50. }
  51. mainbox {
  52. border: 8px 4px 8px 4px;
  53. border-radius: 8px;
  54. padding: 8px;
  55. }
  56. message {
  57. border: 8 4 8 4;
  58. border-radius: 8;
  59. border-color: @separatorcolor;
  60. padding: 8px ;
  61. }
  62. textbox {
  63. text-color: @foreground;
  64. }
  65. listview {
  66. lines: 7;
  67. columns: 3;
  68. border: 8 4 8 4;
  69. border-radius: 16px;
  70. border-color: @separatorcolor;
  71. spacing: 8px ;
  72. scrollbar: false;
  73. padding: 4px 4px 4px 4px ;
  74. }
  75. element-text{
  76. vertical-align: 0.50;
  77. text-color: inherit;
  78. }
  79. element-icon {
  80. size: 2.5em ;
  81. }
  82. element {
  83. orientation: horizontal;
  84. children: [element-icon, element-text];
  85. background-image: linear-gradient(to right, grey/40%, white/80%, yellow/30%);
  86. }
  87. element {
  88. border: 8 4 8 4;
  89. border-radius: 24;
  90. padding: 0px ;
  91. }
  92. element normal.normal {
  93. background-color: @normal-background;
  94. text-color: @normal-foreground;
  95. }
  96. element normal.urgent {
  97. background-color: @urgent-background;
  98. text-color: @urgent-foreground;
  99. }
  100. element normal.active {
  101. background-color: @active-background;
  102. text-color: @active-foreground;
  103. }
  104. element selected.normal {
  105. background-color: @selected-normal-background;
  106. text-color: @selected-normal-foreground;
  107. }
  108. element selected.urgent {
  109. background-color: @selected-urgent-background;
  110. text-color: @selected-urgent-foreground;
  111. }
  112. element selected.active {
  113. background-color: @selected-active-background;
  114. text-color: @selected-active-foreground;
  115. }
  116. element alternate.normal {
  117. background-color: @alternate-normal-background;
  118. text-color: @alternate-normal-foreground;
  119. }
  120. element alternate.urgent {
  121. background-color: @alternate-urgent-background;
  122. text-color: @alternate-urgent-foreground;
  123. }
  124. element alternate.active {
  125. background-color: @alternate-active-background;
  126. text-color: @alternate-active-foreground;
  127. }
  128. scrollbar {
  129. width: 0px ;
  130. border: 8 4 8 4;
  131. handle-color: @normal-foreground;
  132. handle-width: 0px ;
  133. padding: 0;
  134. }
  135. sidebar {
  136. border: 8 4 8 4;
  137. border-color: @separatorcolor;
  138. }
  139. button {
  140. spacing: 0;
  141. text-color: @normal-foreground;
  142. }
  143. button selected {
  144. background-color: @selected-normal-background;
  145. text-color: @selected-normal-foreground;
  146. }
  147. inputbar {
  148. padding: 2px;
  149. border-spacing: 0 0 0 0;
  150. border: 4;
  151. border-radius: 30%;
  152. spacing: 0px;
  153. margin: 0px 120px 2px 120px;
  154. border-color: @foreground;
  155. text-color: @background;
  156. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  157. }
  158. case-indicator {
  159. spacing: 0;
  160. text-color: @background;
  161. }
  162. case-indicator {
  163. spacing: 0;
  164. text-color: @background;
  165. }
  166. entry {
  167. spacing: 0;
  168. text-color: @background;
  169. }
  170. prompt {
  171. spacing: 0;
  172. text-color: @background;
  173. }
  174. textbox-prompt-colon {
  175. expand: false;
  176. str: ":";
  177. margin: 0px 0.3000em 0.0000em 0.0000em ;
  178. text-color: inherit;
  179. }
  180.  
Advertisement
Add Comment
Please, Sign In to add comment