Advertisement
poetician

Rofi | 0009-Ours-Polaire-02 02

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