Advertisement
poetician

Rofi | 0217 Sunset Mountain Lake 03GFS

Apr 25th, 2022
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0217 Sunset Mountain Lake ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0217 Sunset Mountain Lake
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. bright: #fbfbfb;
  11. clear: #00000000;
  12. orange: #FE727199;
  13. black: #1d140b;
  14. red: #f74a3680;
  15. blue: #99cbeb99;
  16. lightfg: #cdc8c9ec;
  17. lightbg: #666666b3;
  18. foreground: #cdc8c9b3;
  19. background: #33333380;
  20. background-color: #33333380;
  21. separatorcolor: @foreground;
  22. border-color: @orange;
  23. selected-normal-foreground: @foreground;
  24. selected-normal-background: @red;
  25. selected-active-foreground: @background;
  26. selected-active-background: @blue;
  27. selected-urgent-foreground: @background;
  28. selected-urgent-background: @red;
  29. normal-foreground: @foreground;
  30. normal-background: @background;
  31. active-foreground: @blue;
  32. active-background: @background;
  33. urgent-foreground: @red;
  34. urgent-background: @background;
  35. alternate-normal-foreground: @foreground;
  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. fullscreen: true;
  45. background-image: url("ArchHD.jpg", height);
  46. anchor: south;
  47. location: south;
  48. width: 70%;
  49. x-offset: 0px;
  50. y-offset: -40px;
  51. background-color: @blue;
  52. border: 8 12 16 12;
  53. border-radius: 12;
  54. padding: 12;
  55. }
  56. mainbox {
  57. border: 8 12 16 12;
  58. border-radius: 12;
  59. padding: 12;
  60. }
  61. message {
  62. border: 2px 4px 4px 8px ;
  63. border-radius: 8;
  64. border-color: @separatorcolor;
  65. padding: 1px ;
  66. }
  67. textbox {
  68. text-color: @foreground;
  69. padding: 4;
  70. }
  71. listview {
  72. lines: 3;
  73. columns: 7;
  74. fixed-height: 0;
  75. border: 8 12 16 12;
  76. border-radius: 12;
  77. padding: 12;
  78. border-color: @separatorcolor;
  79. spacing: 12px ;
  80. scrollbar: false;
  81. }
  82. element-icon {
  83. size: 2em ;
  84. }
  85. element {
  86. orientation: vertical;
  87. }
  88. element-text {
  89. horizontal-align: 0.4;
  90. text-color: inherit;
  91. }
  92. element {
  93. children: [element-icon, element-text];
  94. background-image: linear-gradient(to right, #f74a364d, #6666664d, #cdc8c94d);
  95. border: 4 12 16 12;
  96. border-radius: 12;
  97. padding: 4 ;
  98. spacing: 36 12 36 12 ;
  99. }
  100. element normal.normal {
  101. background-color: @normal-background;
  102. text-color: @normal-foreground;
  103. }
  104. element normal.urgent {
  105. background-color: @urgent-background;
  106. text-color: @urgent-foreground;
  107. }
  108. element normal.active {
  109. background-color: @active-background;
  110. text-color: @active-foreground;
  111. }
  112. element selected.normal {
  113. background-color: @selected-normal-background;
  114. text-color: @selected-normal-foreground;
  115. }
  116. element selected.urgent {
  117. background-color: @selected-urgent-background;
  118. text-color: @selected-urgent-foreground;
  119. }
  120. element selected.active {
  121. background-color: @selected-active-background;
  122. text-color: @selected-active-foreground;
  123. }
  124. element alternate.normal {
  125. background-color: @alternate-normal-background;
  126. text-color: @alternate-normal-foreground;
  127. }
  128. element alternate.urgent {
  129. background-color: @alternate-urgent-background;
  130. text-color: @alternate-urgent-foreground;
  131. }
  132. element alternate.active {
  133. background-color: @alternate-active-background;
  134. text-color: @alternate-active-foreground;
  135. }
  136. scrollbar {
  137. width: 4px ;
  138. border: 0;
  139. handle-color: @normal-foreground;
  140. handle-width: 8px ;
  141. padding: 0;
  142. }
  143. sidebar {
  144. border: 4 8 16 8;
  145. border-radius: 8;
  146. padding: 4;
  147. border-color: @separatorcolor;
  148. }
  149. button {
  150. spacing: 0;
  151. text-color: @normal-foreground;
  152. }
  153. button selected {
  154. background-color: @selected-normal-background;
  155. text-color: @selected-normal-foreground;
  156. }
  157. inputbar {
  158. background-color: @lightfg;
  159. border-spacing: 4 8 16 8 ;
  160. border: 4 ;
  161. border-radius: 12 ;
  162. spacing: 8 ;
  163. margin: 18 300 18 300 ;
  164. padding: 12px ;
  165. background-color: @clear;
  166. border-color: @lightbg;
  167. text-color: @bright;
  168. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  169. }
  170. case-indicator {
  171. spacing: 0;
  172. background-color: @clear;
  173. text-color: @bright;
  174. }
  175. entry {
  176. spacing: 0;
  177. background-color: @clear;
  178. text-color: @bright;
  179. }
  180. prompt {
  181. spacing: 0;
  182. background-color: @clear;
  183. text-color: @bright;
  184. }
  185. textbox-prompt-colon {
  186. expand: false;
  187. background-color: @clear;
  188. str: ":";
  189. margin: 0px 0.3000em 0.0000em 0.0000em ;
  190. text-color: inherit;
  191. }
  192.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement