poetician

Rofi | 0129 Autumn Windbreak 04G

Jun 28th, 2021
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0067 Peaks and Plain 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. grey: #AFB0B5;
  12. black: #22282d99;
  13. red: #D0473733;
  14. blue: #9499a966;
  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: @red;
  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: @lightbg;
  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: @blue;
  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: center;
  44. location: center;
  45. width: 80%;
  46. x-offset: 0px;
  47. y-offset: 0px;
  48. background-color: @background;
  49. border: 1 10 10 1;
  50. border-radius: 1 2 3 1;
  51. padding: 2 25 5 2;
  52. background-image: url("/tmp/buck.png", both);
  53. }
  54. mainbox {
  55. border: 1 10 10 1;
  56. border-radius: 1 2 3 1;
  57. padding: 2 25 5 2;
  58. }
  59. message {
  60. border: 1 10 10 1;
  61. border-radius: 1 2 3 1;
  62. border-color: @separatorcolor;
  63. padding: 5 15 5 1 ;
  64. }
  65. textbox {
  66. text-color: @foreground;
  67. }
  68. element-icon {
  69. size: 3em ;
  70. }
  71. element {
  72. orientation: horizontal;
  73. }
  74. element-text {
  75. vertical-align: 0.50;
  76. }
  77. element {
  78. children: [element-icon, element-text];
  79. background-image: linear-gradient(to bottom, #31334080, #E2E3E880, #AFB0B580);
  80. }
  81. element,element-text,element-icon, button {
  82. cursor: pointer;
  83. }
  84. entry {
  85. cursor: text;
  86. }
  87. listview {
  88. lines: 9;
  89. columns: 6;
  90. fixed-height: 0;
  91. border: 1 10 10 1;
  92. border-radius: 1 2 3 1;
  93. border-color: @separatorcolor;
  94. spacing: 12px ;
  95. scrollbar: false;
  96. padding: 2 25 5 2;
  97. }
  98. element {
  99.  
  100. border: 1 10 10 1;
  101. border-radius: 1 2 3 1;
  102. padding: 2 25 5 2;
  103. }
  104. element normal.normal {
  105. background-color: @normal-background;
  106. text-color: @normal-foreground;
  107. }
  108. element normal.urgent {
  109. background-color: @urgent-background;
  110. text-color: @urgent-foreground;
  111. }
  112. element normal.active {
  113. background-color: @active-background;
  114. text-color: @active-foreground;
  115. }
  116. element selected.normal {
  117. background-color: @selected-normal-background;
  118. text-color: @selected-normal-foreground;
  119. }
  120. element selected.urgent {
  121. background-color: @selected-urgent-background;
  122. text-color: @selected-urgent-foreground;
  123. }
  124. element selected.active {
  125. background-color: @selected-active-background;
  126. text-color: @selected-active-foreground;
  127. }
  128. element alternate.normal {
  129. background-color: @alternate-normal-background;
  130. text-color: @alternate-normal-foreground;
  131. }
  132. element alternate.urgent {
  133. background-color: @alternate-urgent-background;
  134. text-color: @alternate-urgent-foreground;
  135. }
  136. element alternate.active {
  137. background-color: @alternate-active-background;
  138. text-color: @alternate-active-foreground;
  139. }
  140. scrollbar {
  141. width: 0px ;
  142. border: 1 10 10 1;
  143. handle-color: @normal-foreground;
  144. handle-width: 8px ;
  145. padding: 0;
  146. }
  147. sidebar {
  148. border: 1 10 10 1;
  149. border-color: @separatorcolor;
  150. }
  151. button {
  152. spacing: 0;
  153. text-color: @normal-foreground;
  154. }
  155. button selected {
  156. background-color: @selected-normal-background;
  157. text-color: @selected-normal-foreground;
  158. }
  159. inputbar {
  160. border: 1 10 10 1;
  161. border-radius: 1 2 3 1;
  162. padding: 2 2 2 2;
  163. border-spacing: 0px 0 0 0;
  164. spacing: 2 2 2 ;
  165. margin: 4 100 4 100 ;
  166. border-color: @foreground;
  167. background-color: @clear;
  168. text-color: @lightfg;
  169. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  170. }
  171. case-indicator {
  172. spacing: 0;
  173. background-color: @clear;
  174. text-color: @lightfg;
  175. }
  176. entry {
  177. spacing: 0;
  178. background-color: @clear;
  179. text-color: @lightfg;
  180. }
  181. prompt {
  182. spacing: 0;
  183. background-color: @clear;
  184. text-color: @lightfg;
  185. }
  186. textbox-prompt-colon {
  187. expand: false;
  188. background-color: @clear;
  189. str: ":";
  190. margin: 0px 0.3000em 0.0000em 0.0000em ;
  191. text-color: inherit;
  192. }
  193.  
Advertisement
Add Comment
Please, Sign In to add comment