Advertisement
poetician

Rofi | DG-CY.rasi

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