poetician

Rofi | avocado-03

Jan 10th, 2022
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 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. clear: #00000000;
  12. green: #d2e1901a;
  13. red: #001c004d;
  14. blue: #74923a4d;
  15. lightfg: #81A14099;
  16. lightbg: #617b3099;
  17. foreground: #234f1ecc;
  18. background: #A3BF4533;
  19. background-color: #A3BF4533;
  20. separatorcolor: @foreground;
  21. border-color: @foreground;
  22. selected-normal-foreground: @red;
  23. selected-normal-background: @green;
  24. selected-active-foreground: @red;
  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: @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: south;
  44. location: south;
  45. width: 50%;
  46. background-color: @background;
  47. border: 6 3 6 9 ;
  48. border-radius: 12 3 3 12 ;
  49. padding: 3 6 3 12 ;
  50. x-offset: 0px ;
  51. y-offset: -80px ;
  52. }
  53. mainbox {
  54. border: 6 3 6 9 ;
  55. border-radius: 12 3 3 12 ;
  56. padding: 3 6 3 12 ;
  57. }
  58. message {
  59. border: 6 3 6 9 ;
  60. border-color: @separatorcolor;
  61. padding: 1px ;
  62. }
  63. textbox {
  64. text-color: @foreground;
  65. vertical-align: 1;
  66. }
  67. listview {
  68. lines: 7;
  69. columns: 1;
  70. border: 6 3 6 9 ;
  71. border-radius: 12 3 3 12 ;
  72. border-color: @separatorcolor;
  73. spacing: 2px ;
  74. scrollbar: false;
  75. padding: 3px 6px 3px 9px ;
  76. layout: vertical;
  77. }
  78. element-icon {
  79. size: 2.4em;
  80. }
  81. element {
  82. orientation: horizontal;
  83. }
  84. element-text {
  85. vertical-align: 0.45;
  86. }
  87. element {
  88. children: [element-icon, element-text];
  89. background-image: linear-gradient(to right, white/10%, white/40%, white/60%);
  90. border: 6 3 6 9 ;
  91. border-radius: 12 3 3 12 ;
  92. padding: 3px 6px 3px 12px ;
  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-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. padding: 3px 6px 3px 12px ;
  151. border-spacing: 3;
  152. border: 6 3 6 9 ;
  153. border-radius: 9;
  154. spacing: 12px;
  155. margin: 3px 3px 3px 3px;
  156. border-color: @foreground;
  157. text-color: @foreground;
  158. background-color: @clear;
  159. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  160. }
  161. case-indicator {
  162. spacing: 0;
  163. text-color: @foreground;
  164. background-color: @clear;
  165. }
  166. entry {
  167. spacing: 0;
  168. text-color: @foreground;
  169. background-color: @clear;
  170. }
  171. prompt {
  172. spacing: 0;
  173. text-color: @foreground;
  174. background-color: @clear;
  175. }
  176. textbox-prompt-colon {
  177. expand: false;
  178. str: ":";
  179. background-color: @clear;
  180. margin: 0px 0.3000em 0.0000em 0.0000em ;
  181. text-color: inherit;
  182. }
  183.  
Advertisement
Add Comment
Please, Sign In to add comment