poetician

Rofi | seal-brown-04G

Jul 4th, 2021
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0289 Hazy Mountain Lake ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0289 Hazy Mountain Lake
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. clear: #00000000;
  11. black: #3B303E99;
  12. yellow: #FED09C;
  13. brown: #3B303E1a;
  14. red: #A6451C;
  15. blue: #00000000;
  16. lightfg: #7CA2B533;
  17. lightbg: #FED09C40;
  18. foreground: #547245;
  19. background: #FABB8833;
  20. background-color: #FABB8833;
  21. separatorcolor: @foreground;
  22. border-color: @brown;
  23. selected-normal-foreground: @black;
  24. selected-normal-background: @lightfg;
  25. selected-active-foreground: @black;
  26. selected-active-background: @blue;
  27. selected-urgent-foreground: @background;
  28. selected-urgent-background: @red;
  29. normal-foreground: @black;
  30. normal-background: @background;
  31. active-foreground: @blue;
  32. active-background: @background;
  33. urgent-foreground: @red;
  34. urgent-background: @background;
  35. alternate-normal-foreground: @black;
  36. alternate-normal-background: @lightbg;
  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: 90%;
  47. background-color: @clear;
  48. border: 0px;
  49. border-radius: 10;
  50. x-offset: 0px;
  51. y-offset: -40px;
  52. }
  53. mainbox {
  54. border: 0;
  55. border-radius: 27 ;
  56. padding: 0;
  57. }
  58. message {
  59. border: 1px 0px 0px 0px ;
  60. border-radius: 10;
  61. border-color: @separatorcolor;
  62. padding: 10px ;
  63. }
  64. textbox {
  65. text-color: @foreground;
  66. }
  67. listview {
  68. lines: 2;
  69. columns: 7;
  70. fixed-height: 0;
  71. border: 0px 0px 0px 0px ;
  72. border-radius: 10;
  73. border-color: @separatorcolor;
  74. spacing: 5px ;
  75. scrollbar: false;
  76. padding: 0px 0px 0px ;
  77. }
  78. element-icon {
  79. size: 2.5em ;
  80. }
  81. element {
  82. orientation: horizontal;
  83. }
  84. element-text {
  85. vertical-align: 0.5;
  86. }
  87. element {
  88. children: [element-icon, element-text];
  89. background-image: linear-gradient(to right, #FED09C66, #A6451C4d, #54724533);
  90. border: 1 8 4 8 ;
  91. border-radius: 27 27 4 4 ;
  92. padding: 5px ;
  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 0px 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. border-spacing: 5 5 5 5;
  151. border: 15 3 9 3;
  152. border-radius: 10 10 0 0;
  153. padding: 4 24 4 24 ;
  154. margin: 5px 260px 5px 250px ;
  155. border-color: @black;
  156. text-color: @yellow;
  157. background-color: @clear;
  158. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  159. }
  160. case-indicator {
  161. spacing: 0;
  162. background-color: @clear;
  163. text-color: @yellow;
  164. }
  165. entry {
  166. spacing: 0;
  167. background-color: @clear;
  168. text-color: @yellow;
  169. }
  170. prompt {
  171. spacing: 0;
  172. background-color: @clear;
  173. text-color: @yellow;
  174. }
  175. textbox-prompt-colon {
  176. expand: false;
  177. background-color: @clear;
  178. str: ":";
  179. margin: 0px 0.3000em 0.0000em 0.0000em ;
  180. text-color: inherit;
  181. }
  182.  
Advertisement
Add Comment
Please, Sign In to add comment