poetician

Rofi | 0129 Autumn Windbreak 03G

Jun 28th, 2021
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0129 Autumn Windbreak 03 ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0129 Autumn Windbreak 03
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. clear: #00000000;
  11. grey: #AFB0B5;
  12. black: #22282d99;
  13. red: #D04737;
  14. blue: #9499a980;
  15. lightfg: #E2E3E8;
  16. lightbg: #ECEDF2;
  17. foreground: #31334080;
  18. background: #B7A49080;
  19. background-color: #B7A49000;
  20. separatorcolor: @foreground;
  21. border-color: @foreground;
  22. selected-normal-foreground: @black;
  23. selected-normal-background: @lightbg;
  24. selected-active-foreground: @background;
  25. selected-active-background: @blue;
  26. selected-urgent-foreground: @background;
  27. selected-urgent-background: @red;
  28. normal-foreground: @lightfg;
  29. normal-background: @background;
  30. active-foreground: @blue;
  31. active-background: @background;
  32. urgent-foreground: @red;
  33. urgent-background: @background;
  34. alternate-normal-foreground: @black;
  35. alternate-normal-background: @grey;
  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: northwest;
  44. location: northwest;
  45. width: 60%;
  46. x-offset: 60px;
  47. y-offset: 60px;
  48. background-color: @background;
  49. border: 5 20 5 5;
  50. border-radius: 6 12 12 6;
  51. padding: 5;
  52. }
  53. mainbox {
  54. border: 5 20 5 5;
  55. border-radius: 6 12 12 6;
  56. padding: 5 5 5 5 ;
  57. }
  58. message {
  59. border: 5 20 5 5;
  60. border-radius: 6 12 12 6;
  61. border-color: @separatorcolor;
  62. padding: 5px ;
  63. }
  64. textbox {
  65. text-color: @foreground;
  66. }
  67. listview {
  68. lines: 8;
  69. columns: 3;
  70. fixed-height: 0;
  71. border: 5 20 5 5 ;
  72. border-radius: 6 12 12 6 ;
  73. border-color: @separatorcolor;
  74. spacing: 12px ;
  75. scrollbar: false;
  76. padding: 5 5 5 5 ;
  77. }
  78. element-icon {
  79. size: 2.5em ;
  80. }
  81. element-text {
  82. vertical-align: 0.5;
  83. }
  84. element {
  85. orientation: horizontal;
  86. }
  87. element {
  88. children: [element-icon, element-text];
  89. background-image: linear-gradient(to top, #31334066, #ECEDF233, #B7A4904d);
  90. border: 5 10 5 2;
  91. border-radius: 6 12 12 9;
  92. padding: 5 0 5 5 ;
  93. }
  94. element normal.normal {
  95. background-color: @normal-background;
  96. text-color: @normal-foreground;
  97. }
  98. element normal.urgent {
  99. background-color: @urgent-background;
  100. text-color: @urgent-foreground;
  101. }
  102. element normal.active {
  103. background-color: @active-background;
  104. text-color: @active-foreground;
  105. }
  106. element selected.normal {
  107. background-color: @selected-normal-background;
  108. text-color: @selected-normal-foreground;
  109. }
  110. element selected.urgent {
  111. background-color: @selected-urgent-background;
  112. text-color: @selected-urgent-foreground;
  113. }
  114. element selected.active {
  115. background-color: @selected-active-background;
  116. text-color: @selected-active-foreground;
  117. }
  118. element alternate.normal {
  119. background-color: @alternate-normal-background;
  120. text-color: @alternate-normal-foreground;
  121. }
  122. element alternate.urgent {
  123. background-color: @alternate-urgent-background;
  124. text-color: @alternate-urgent-foreground;
  125. }
  126. element alternate.active {
  127. background-color: @alternate-active-background;
  128. text-color: @alternate-active-foreground;
  129. }
  130. scrollbar {
  131. width: 4px ;
  132. border: 0;
  133. handle-color: @normal-foreground;
  134. handle-width: 8px ;
  135. padding: 0;
  136. }
  137. sidebar {
  138. border: 2px dash 0px 0px ;
  139. border-radius: 60;
  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: 6px;
  152. border-spacing: 6;
  153. border: 5 10 5 10;
  154. border-radius: 6 9 9 6 ;
  155. spacing: 6px;
  156. margin: 6px ;
  157. background-color: @clear;
  158. border-color: @foreground;
  159. text-color: @lightbg;
  160. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  161. case-indicator {
  162. spacing: 0;
  163. background-color: @clear;
  164. text-color: @lightbg;
  165. }
  166. case-indicator {
  167. spacing: 0;
  168. background-color: @clear;
  169. text-color: @lightbg;
  170. }
  171. entry {
  172. spacing: 0;
  173. background-color: @clear;
  174. text-color: @lightbg;
  175. }
  176. prompt {
  177. spacing: 0;
  178. background-color: @clear;
  179. text-color: @lightbg;
  180. }
  181. textbox-prompt-colon {
  182. expand: false;
  183. background-color: @clear;
  184. str: ":";
  185. margin: 0px 0.3000em 0.0000em 0.0000em ;
  186. text-color: inherit;
  187. }
  188.  
Advertisement
Add Comment
Please, Sign In to add comment