poetician

Rofi | 0009-Ours-Polaire-04

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