poetician

Rofi | 0129 Autumn Windbreak 02G

Jun 28th, 2021 (edited)
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0129 Autumn Windbreak ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0067 Peaks and Plain
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. clear: #00000000;
  11. hay: #695741;
  12. green: #545927;
  13. red: #b5967033;
  14. blue: #35414a99;
  15. lightfg: #878d9b33;
  16. lightbg: #35414a;
  17. foreground: #e4e5eab3;
  18. background: #6957411a;
  19. background-color: #6957411a;
  20. separatorcolor: @foreground;
  21. border-color: @foreground;
  22. selected-normal-foreground: @lightbg;
  23. selected-normal-background: @lightfg;
  24. selected-active-foreground: @background;
  25. selected-active-background: @blue;
  26. selected-urgent-foreground: @background;
  27. selected-urgent-background: @red;
  28. normal-foreground: @foreground;
  29. normal-background: @background;
  30. active-foreground: @blue;
  31. active-background: @background;
  32. urgent-foreground: @red;
  33. urgent-background: @background;
  34. alternate-normal-foreground: @foreground;
  35. alternate-normal-background: @lightbg;
  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: 50%;
  46. x-offset: 50px;
  47. y-offset: 50px;
  48. background-color: @background;
  49. border: 0 ;
  50. border-radius: 12 ;
  51. padding: 12 ;
  52. }
  53. mainbox {
  54. border: 3 ;
  55. border-radius: 6 ;
  56. padding: 6 12 12 6 ;
  57. }
  58. message {
  59. border: 3 6 9 6 ;
  60. border-radius: 3 9 15 6 ;
  61. border-color: @separatorcolor;
  62. padding: 5 15 5 1 ;
  63. }
  64. textbox {
  65. text-color: @foreground;
  66. }
  67. element-icon {
  68. size: 3em ;
  69. }
  70. element {
  71. orientation: horizontal;
  72. }
  73. element-text {
  74. vertical-align: 0.50;
  75. }
  76. listview {
  77. lines: 7;
  78. columns: 3;
  79. fixed-height: 0;
  80. border: 6 9 6 9 ;
  81. border-radius: 6 ;
  82. border-color: @separatorcolor;
  83. spacing: 12px ;
  84. scrollbar: false;
  85. padding: 9 ;
  86. }
  87. element {
  88. children: [element-icon, element-text];
  89. background-image: linear-gradient(to right, #878d9b4d, #e4e5ea4d, #6957414d);
  90. border: 4 ;
  91. border-radius: 6 9 12 9 ;
  92. padding: 6 12 12 9 ;
  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: 0px ;
  132. border: 3 6 9 6 ;
  133. handle-color: @normal-foreground;
  134. handle-width: 8px ;
  135. padding: 0;
  136. }
  137. sidebar {
  138. border: 3 6 9 6 ;
  139. border-color: @separatorcolor;
  140. }
  141. button {
  142. spacing: 0;
  143. text-color: @normal-foreground;
  144. }
  145. button selected {
  146. background-color: @selected-normal-background;
  147. text-color: @selected-normal-foreground;
  148. }
  149. inputbar {
  150. border: 3 ;
  151. border-radius: 9 ;
  152. padding: 6 6 6 24 ;
  153. border-spacing: 6 ;
  154. spacing: 6 ;
  155. margin: 6 100 6 100 ;
  156. background-color: @clear;
  157. border-color: @foreground;
  158. text-color: @normal-foreground;
  159. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  160. case-indicator {
  161. spacing: 0;
  162. background-color: @clear;
  163. text-color: @normal-foreground;
  164. }
  165. entry {
  166. spacing: 0;
  167. background-color: @clear;
  168. text-color: @normal-foreground;
  169. }
  170. prompt {
  171. spacing: 0;
  172. background-color: @clear;
  173. text-color: @normal-foreground;
  174. }
  175. textbox-prompt-colon {
  176. background-color: @clear;
  177. expand: false;
  178. str: ":";
  179. margin: 0px 0.3000em 0.0000em 0.0000em ;
  180. text-color: inherit;
  181. }
  182.  
Advertisement
Add Comment
Please, Sign In to add comment