Advertisement
poetician

Rofi | Mid-brown.rasi

Dec 16th, 2022
44
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. clear: #00000000;
  11. select: #b674194d;
  12. mud: #c39b55;
  13. gold: #ffdf00;
  14. cream: #efca7180;
  15. lightfg: #bc7a1b;
  16. lightbg: #c2811d4d;
  17. foreground: #d49622;
  18. background: #592000b3;
  19. background-color: #59200033;
  20. separatorcolor: @foreground;
  21. border-color: @foreground;
  22. selected-normal-foreground: @gold;
  23. selected-normal-background: @lightfg;
  24. selected-active-foreground: @background;
  25. selected-active-background: @cream;
  26. selected-urgent-foreground: @background;
  27. selected-urgent-background: @mud;
  28. normal-foreground: @foreground;
  29. normal-background: @background;
  30. active-foreground: @cream;
  31. active-background: @background;
  32. urgent-foreground: @mud;
  33. urgent-background: @background;
  34. alternate-normal-foreground: @foreground;
  35. alternate-normal-background: @lightbg;
  36. alternate-active-foreground: @cream;
  37. alternate-active-background: @lightbg;
  38. alternate-urgent-foreground: @mud;
  39. alternate-urgent-background: @lightbg;
  40. spacing: 2;
  41. }
  42. window {
  43. anchor: southwest ;
  44. location: southwest ;
  45. width: 76%;
  46. background-color: @background;
  47. border: 1px 2px 4px 2px ;
  48. border-radius: 14;
  49. padding: 1px 2px 4px 2px ;
  50. x-offset: 30 ;
  51. y-offset: -30 ;
  52. }
  53. mainbox {
  54. border: 1px 2px 4px 2px ;
  55. border-radius: 10px;
  56. padding: 1px 2px 4px 2px ;
  57. }
  58. message {
  59. border: 2px 0px 4px 0px ;
  60. border-color: @separatorcolor;
  61. border-radius: 12 ;
  62. margin: 8 16 12 16 ;
  63. padding: 6 ;
  64. }
  65. textbox {
  66. border: 2px 0px 4px 0px ;
  67. border-color: @separatorcolor;
  68. border-radius: 12 ;
  69. margin: 8 16 8 16 ;
  70. padding: 6 ;
  71. text-color: @foreground ;
  72. }
  73. element-icon {
  74. size: 2.2em ;
  75. }
  76. element {
  77. orientation: horizontal;
  78. }
  79. element-text {
  80. vertical-align: 0.50;
  81. text-color: inherit;
  82. }
  83. listview {
  84. columns: 4;
  85. lines: 4;
  86. fixed-height: 0;
  87. border: 1px 2px 4px 2px ;
  88. border-color: @separatorcolor;
  89. border-radius: 10px;
  90. spacing: 2px ;
  91. scrollbar: false;
  92. padding: 1px 2px 4px 2px ;
  93. }
  94. element {
  95. children: [element-icon, element-text]; background-image: linear-gradient(to right, #efca7133, #b06d18, #4d1500);
  96. border: 10;
  97. border-color: @background;
  98. border-radius: 15;
  99. padding: 1px 2px 4px 2px ;
  100. }
  101. element normal.normal {
  102. background-color: @normal-background;
  103. text-color: @normal-foreground;
  104. }
  105. element normal.urgent {
  106. background-color: @urgent-background;
  107. text-color: @urgent-foreground;
  108. }
  109. element normal.active {
  110. background-color: @active-background;
  111. text-color: @active-foreground;
  112. }
  113. element selected.normal {
  114. background-color: @selected-normal-background;
  115. text-color: @selected-normal-foreground;
  116. }
  117. element selected.urgent {
  118. background-color: @selected-urgent-background;
  119. text-color: @selected-urgent-foreground;
  120. }
  121. element selected.active {
  122. background-color: @selected-active-background;
  123. text-color: @selected-active-foreground;
  124. }
  125. element alternate.normal {
  126. background-color: @alternate-normal-background;
  127. text-color: @alternate-normal-foreground;
  128. }
  129. element alternate.urgent {
  130. background-color: @alternate-urgent-background;
  131. text-color: @alternate-urgent-foreground;
  132. }
  133. element alternate.active {
  134. background-color: @alternate-active-background;
  135. text-color: @alternate-active-foreground;
  136. }
  137. mode-switcher {
  138. border: 2px 0px 4px 0px ;
  139. border-color: @separatorcolor;
  140. border-radius: 12 ;
  141. margin: 8 16 8 16 ;
  142. padding: 6 ;
  143. text-color: @foreground ;
  144. }
  145. button {
  146. spacing: 0;
  147. text-color: @normal-foreground;
  148. }
  149. button selected {
  150. background-color: @selected-normal-background;
  151. text-color: @selected-normal-foreground;
  152. }
  153. inputbar {
  154. background-image: linear-gradient(to right, #efca7133, #b06d18, #4d1500);
  155. border: 1px 0px 4px 0px ;
  156. border-color: @normal-foreground;
  157. border-radius: 15;
  158. border-spacing: 2px ;
  159. margin: 4px 340px 4px 340px ;
  160. padding: 5px 3px 5px 7px ;
  161. spacing: 1px 2px 4px 2px ;
  162. text-color: @normal-foreground;
  163. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  164. }
  165. case-indicator {
  166. spacing: 0;
  167. text-color: @normal-foreground;
  168. background-color: @clear;
  169. }
  170. entry {
  171. spacing: 0;
  172. text-color: @normal-foreground;
  173. background-color: @clear;
  174. }
  175. prompt {
  176. spacing: 0;
  177. text-color: @normal-foreground;
  178. background-color: @clear;
  179. }
  180. textbox-prompt-colon {
  181. expand: false;
  182. str: ":";
  183. margin: 0px 0.3000em 0.0000em 0.0000em ;
  184. text-color: inherit;
  185. background-color: @clear;
  186. }
  187.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement