Advertisement
poetician

Rofi | 0009-Ours-Polaire-02

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