poetician

Rofi | Stellar-Gold (updated)

Mar 29th, 2022 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. /**
  2. * Base16 oomox-seal brown ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: seal brown (adapted for Stellar wallpaper) Poetician Edition
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. clear: #00000000;
  11. orange: #f80059;
  12. black: #00000033;
  13. red: #f8005933;
  14. blue: #5ba2b633;
  15. lightfg: #98000033;
  16. lightbg: #cb000033;
  17. foreground: #FF554D33;
  18. background: #65000033;
  19. background-color: #32000040;
  20. separatorcolor: @foreground;
  21. border-color: @foreground;
  22. selected-normal-foreground: @lightbg;
  23. selected-normal-background: @background-color;
  24. selected-active-foreground: @background;
  25. selected-active-background: @blue;
  26. selected-urgent-foreground: @background;
  27. selected-urgent-background: @red;
  28. normal-foreground: @background;
  29. normal-background: @lightbg;
  30. active-foreground: @blue;
  31. active-background: @background;
  32. urgent-foreground: @red;
  33. urgent-background: @background;
  34. alternate-normal-foreground: @foreground;
  35. alternate-normal-background: @lightfg;
  36. alternate-active-foreground: @blue;
  37. alternate-active-background: @lightbg;
  38. alternate-urgent-foreground: @red;
  39. alternate-urgent-background: @lightbg;
  40. spacing: 3;
  41. }
  42. window {
  43. location: southeast;
  44. anchor: southeast;
  45. background-color: @background;
  46. border: 5 10 10 5;
  47. border-radius: 10px;
  48. padding: 10 40 20 0 ;
  49. x-offset: -60;
  50. y-offset: -60;
  51. }
  52. mainbox {
  53. border: 5 10 10 5;
  54. border-radius: 10px;
  55. padding: 10 40 20 0 ;
  56. }
  57. message {
  58. border: 5px 10px 10px 5px ;
  59. border-radius: 10px;
  60. border-color: @separatorcolor;
  61. padding: 10 40 20 0 ;
  62. }
  63. textbox {
  64. text-color: @background;
  65. border: 5 10 10 5;
  66. border-radius: 10px;
  67. padding: 10 40 20 0 ;
  68. }
  69. listview {
  70. lines: 9;
  71. columns: 3;
  72. border: 5px 10px 10px 5px ;
  73. border-radius: 10px;
  74. border-color: @separatorcolor;
  75. spacing: 10 0 10 0 ;
  76. scrollbar: false;
  77. padding: 10 40 20 0 ;
  78. }
  79. element {
  80. border: 5;
  81. border-radius: 10px;
  82. padding: 2 8 4 0 ;
  83. }
  84. element-icon {
  85. size: 2.5em ;
  86. padding: 5px;
  87. }
  88. element-text {
  89. vertical-align: 0.50;
  90. text-color: red;
  91. }
  92. element {
  93. orientation: horizontal;
  94. children: [element-icon, element-text];
  95. background-image: linear-gradient(to right, orange/40%, black/60%, yellow/30%);
  96. }
  97. element normal.normal {
  98. background-color: @normal-background;
  99. text-color: @normal-foreground;
  100. }
  101. element normal.urgent {
  102. background-color: @urgent-background;
  103. text-color: @urgent-foreground;
  104. }
  105. element normal.active {
  106. background-color: @active-background;
  107. text-color: @active-foreground;
  108. }
  109. element selected.normal {
  110. background-color: @selected-normal-background;
  111. text-color: @selected-normal-foreground;
  112. }
  113. element selected.urgent {
  114. background-color: @selected-urgent-background;
  115. text-color: @selected-urgent-foreground;
  116. }
  117. element selected.active {
  118. background-color: @selected-active-background;
  119. text-color: @selected-active-foreground;
  120. }
  121. element alternate.normal {
  122. background-color: @alternate-normal-background;
  123. text-color: @alternate-normal-foreground;
  124. }
  125. element alternate.urgent {
  126. background-color: @alternate-urgent-background;
  127. text-color: @alternate-urgent-foreground;
  128. }
  129. element alternate.active {
  130. background-color: @alternate-active-background;
  131. text-color: @alternate-active-foreground;
  132. }
  133. scrollbar {
  134. width: 6px ;
  135. border: 1;
  136. handle-color: @normal-foreground;
  137. handle-width: 8px ;
  138. padding: 1;
  139. }
  140. sidebar {
  141. border: 2px dash 0px 0px ;
  142. border-color: @separatorcolor;
  143. }
  144. button {
  145. spacing: 0;
  146. text-color: @normal-foreground;
  147. }
  148. button selected {
  149. background-color: @selected-normal-background;
  150. text-color: @selected-normal-foreground;
  151. }
  152. inputbar {
  153. padding: 4 ;
  154. border-spacing: 1 1 1 1;
  155. border: 1 1 1 1;
  156. border-radius: 10;
  157. spacing: 3 10 3 10 ;
  158. margin: 0 100 10 70 ;
  159. border-color: @foreground;
  160. text-color: @orange;
  161. background-color: @clear;
  162. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  163. }
  164. case-indicator {
  165. spacing: 0;
  166. text-color: @orange;
  167. background-color: @clear;
  168. }
  169. entry {
  170. spacing: 0;
  171. text-color: @orange;
  172. background-color: @clear;
  173. }
  174. prompt {
  175. spacing: 0;
  176. text-color: @orange;
  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.  
Add Comment
Please, Sign In to add comment