poetician

Rofi | avocado

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