Advertisement
poetician

Rofi | 0009-Ours-Polaire-03

May 28th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 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. white: #D9EFF4;
  11. black: #000000;
  12. red: #704B15;
  13. blue: #5E606B;
  14. lightfg: #D9EFF44d;
  15. lightbg: #23263380;
  16. foreground: #BBC9CB;
  17. background: #00000000;
  18. background-color: #A3A6B980;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. selected-normal-foreground: @lightbg;
  22. selected-normal-background: @lightfg;
  23. selected-active-foreground: @red;
  24. selected-active-background: @blue;
  25. selected-urgent-foreground: @background;
  26. selected-urgent-background: @red;
  27. normal-foreground: @white;
  28. normal-background: @background;
  29. active-foreground: @blue;
  30. active-background: @background;
  31. urgent-foreground: @red;
  32. urgent-background: @background;
  33. alternate-normal-foreground: @blue;
  34. alternate-normal-background: @foreground;
  35. alternate-active-foreground: @blue;
  36. alternate-active-background: @lightbg;
  37. alternate-urgent-foreground: @red;
  38. alternate-urgent-background: @lightbg;
  39. spacing: 2;
  40. }
  41. window {
  42. background-color: @background;
  43. border: 3px dash 5px 15px ;
  44. border-radius: 10;
  45. padding: 10;
  46. x-offset: -40px;
  47. y-offset: 40px;
  48. }
  49. mainbox {
  50. background-color: @background;
  51. border: 3px dash 5px 15px ;
  52. border-radius: 10;
  53. padding: 10;
  54. }
  55. message {
  56. background-color: @background;
  57. border: 5px dash 5px 1px ;
  58. border-radius: 10;
  59. border-color: @separatorcolor;
  60. padding: 5 10 5 10 ;
  61. }
  62. textbox {
  63. background-color: @background;
  64. text-color: @foreground;
  65. border: 5px;
  66. border-radius: 10px;
  67. }
  68. listview {
  69. fixed-height: 0;
  70. border: 3px dash 5px 15px ;
  71. border-radius: 10;
  72. border-color: @separatorcolor;
  73. spacing: 0 10 0 10 ;
  74. scrollbar: false;
  75. padding: 5px 5px 5px 5px ;
  76. }
  77. element-icon {
  78. size: 3em ;
  79. }
  80. element {
  81. orientation: vertical;
  82. }
  83. element-text {
  84. horizontal-align: 0.5;
  85. }
  86. element {
  87. border: 3px dash 5px 15px ;
  88. border-radius: 10;
  89. border-color: @red;
  90. padding: 0 10 0 10 ;
  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: 4px ;
  130. border: 0;
  131. handle-color: @normal-foreground;
  132. handle-width: 8px ;
  133. padding: 0;
  134. }
  135. sidebar {
  136. border: 2px dash 0px 0px ;
  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: 5 0 5 5;
  149. border-spacing: 0 0 0 0;
  150. border: 3px dash 5px 15px ;
  151. border-radius: 30%;
  152. spacing: 10px;
  153. margin: 2px 2px 2px;
  154. background-color: @black;
  155. border-color: @white;
  156. text-color: @white;
  157. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  158. case-indicator {
  159. spacing: 0;
  160. text-color: @white;
  161. }
  162. case-indicator {
  163. spacing: 0;
  164. text-color: @normal-foreground;
  165. }
  166. entry {
  167. spacing: 0;
  168. text-color: @white;
  169. }
  170. prompt {
  171. spacing: 0;
  172. text-color: @white;
  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
Advertisement