Advertisement
poetician

Rofi | avocado-03 (updated)

Apr 25th, 2022
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. /**
  2. * Base16 avocado_2 ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: avocado_2 Poetician Edition (https://gitlab.com/Poetician)
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. * Customization: Poetician Edition (https://github.com/poetician)
  8. */
  9.  
  10. * {
  11. text: #c4ff00;
  12. clear: #00000000;
  13. green: #d2e1901a;
  14. red: #001c004d;
  15. blue: #74923a4d;
  16. lightfg: #81A14099;
  17. lightbg: #617b3099;
  18. foreground: #234f1ecc;
  19. background: #A3BF4533;
  20. background-color: #A3BF4533;
  21. separatorcolor: @foreground;
  22. border-color: @foreground;
  23. selected-normal-foreground: @red;
  24. selected-normal-background: @green;
  25. selected-active-foreground: @red;
  26. selected-active-background: @blue;
  27. selected-urgent-foreground: @background;
  28. selected-urgent-background: @red;
  29. normal-foreground: @foreground;
  30. normal-background: @background;
  31. active-foreground: @blue;
  32. active-background: @background;
  33. urgent-foreground: @red;
  34. urgent-background: @background;
  35. alternate-normal-foreground: @foreground;
  36. alternate-normal-background: @blue;
  37. alternate-active-foreground: @blue;
  38. alternate-active-background: @lightbg;
  39. alternate-urgent-foreground: @red;
  40. alternate-urgent-background: @lightbg;
  41. spacing: 2;
  42. }
  43. window {
  44. anchor: south;
  45. location: south;
  46. width: 50%;
  47. background-color: @background;
  48. border: 6 3 6 9 ;
  49. border-radius: 12 3 3 12 ;
  50. padding: 3 6 3 12 ;
  51. x-offset: 0px ;
  52. y-offset: -80px ;
  53. }
  54. mainbox {
  55. border: 6 3 6 9 ;
  56. border-radius: 12 3 3 12 ;
  57. padding: 3 6 3 12 ;
  58. }
  59. message {
  60. border: 6 3 6 9 ;
  61. border-color: @separatorcolor;
  62. padding: 1px ;
  63. }
  64. textbox {
  65. text-color: @foreground;
  66. vertical-align: 1;
  67. }
  68. listview {
  69. lines: 7;
  70. columns: 1;
  71. border: 6 3 6 9 ;
  72. border-radius: 12 3 3 12 ;
  73. border-color: @separatorcolor;
  74. spacing: 2px ;
  75. scrollbar: false;
  76. padding: 3px 6px 3px 9px ;
  77. layout: vertical;
  78. }
  79. element-icon {
  80. size: 2.4em;
  81. }
  82. element {
  83. orientation: horizontal;
  84. }
  85. element-text {
  86. vertical-align: 0.45;
  87. text-color: inherit;
  88. }
  89. element {
  90. children: [element-icon, element-text];
  91. background-image: linear-gradient(to right, white/60%, white/40%, white/20%);
  92. border: 6 3 6 9 ;
  93. border-radius: 12 3 3 12 ;
  94. padding: 3px 6px 3px 12px ;
  95. }
  96. element normal.normal {
  97. background-color: @normal-background;
  98. text-color: @normal-foreground;
  99. }
  100. element normal.urgent {
  101. background-color: @urgent-background;
  102. text-color: @urgent-foreground;
  103. }
  104. element normal.active {
  105. background-color: @active-background;
  106. text-color: @active-foreground;
  107. }
  108. element selected.normal {
  109. background-color: @selected-normal-background;
  110. text-color: @selected-normal-foreground;
  111. }
  112. element selected.urgent {
  113. background-color: @selected-urgent-background;
  114. text-color: @selected-urgent-foreground;
  115. }
  116. element selected.active {
  117. background-color: @selected-active-background;
  118. text-color: @selected-active-foreground;
  119. }
  120. element alternate.normal {
  121. background-color: @alternate-normal-background;
  122. text-color: @alternate-normal-foreground;
  123. }
  124. element alternate.urgent {
  125. background-color: @alternate-urgent-background;
  126. text-color: @alternate-urgent-foreground;
  127. }
  128. element alternate.active {
  129. background-color: @alternate-active-background;
  130. text-color: @alternate-active-foreground;
  131. }
  132. scrollbar {
  133. width: 4px ;
  134. border: 0;
  135. handle-color: @normal-foreground;
  136. handle-width: 8px ;
  137. padding: 0;
  138. }
  139. sidebar {
  140. border: 2px dash 0px 0px ;
  141. border-color: @separatorcolor;
  142. }
  143. button {
  144. spacing: 0;
  145. text-color: @normal-foreground;
  146. }
  147. button selected {
  148. background-color: @selected-normal-background;
  149. text-color: @selected-normal-foreground;
  150. }
  151. inputbar {
  152. padding: 3px 6px 3px 12px ;
  153. border-spacing: 3;
  154. border: 6 3 6 9 ;
  155. border-radius: 9;
  156. spacing: 12px;
  157. margin: 3px 3px 3px 3px;
  158. border-color: @foreground;
  159. text-color: @text;
  160. background-color: @clear;
  161. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  162. }
  163. case-indicator {
  164. spacing: 0;
  165. text-color: @text;
  166. background-color: @clear;
  167. }
  168. entry {
  169. spacing: 0;
  170. text-color: @text;
  171. background-color: @clear;
  172. }
  173. prompt {
  174. spacing: 0;
  175. text-color: @text;
  176. background-color: @clear;
  177. }
  178. textbox-prompt-colon {
  179. expand: false;
  180. str: ":";
  181. background-color: @clear;
  182. margin: 0px 0.3000em 0.0000em 0.0000em ;
  183. text-color: inherit;
  184. }
  185.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement