poetician

Rofi | 0009-Ours-Polaire-1L5

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