poetician

Rofi | extreme golden (updated)

Apr 25th, 2022
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0050 Round Suru ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: Extreme Golden Poetician Edition (https://gitlab.com/Poetician)
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. clear: #00000000;
  11. silver: #0000000d;
  12. yellow: #FFF975;
  13. orange: #996000;
  14. red: #662D00;
  15. blue: #330000;
  16. lightfg: #CC930F;
  17. lightbg: #FFD34F99;
  18. foreground: #260000;
  19. background: #FFC64299;
  20. background-color: #FFC64233;
  21. separatorcolor: @foreground;
  22. border-color: @foreground;
  23. selected-normal-foreground: @lightbg;
  24. selected-normal-background: @foreground;
  25. selected-active-foreground: @red;
  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. anchor: southeast;
  45. location: southeast;
  46. width: 50%;
  47. background-color: @silver;
  48. border: 0 0 0 0 ;
  49. border-radius: 15 15 15 15 ;
  50. padding: 9;
  51. x-offset: -120;
  52. y-offset: -120;
  53. }
  54. mainbox {
  55. border: 10 5 5 5 ;
  56. border-radius: 15 15 5 5 ;
  57. padding: 15;
  58. }
  59. message {
  60. border: 10px 0px 0px 0px;
  61. border-color: @separatorcolor;
  62. padding: 9px ;
  63. }
  64. textbox {
  65. text-color: @foreground;
  66. }
  67. listview {
  68. lines: 7;
  69. columns: 3;
  70. fixed-height: 0;
  71. border: 0px 0px 0px 1px;
  72. border-radius: 15 15 5 5 ;
  73. border-color: @separatorcolor;
  74. spacing: 9px ;
  75. scrollbar: false;
  76. padding: 9px ;
  77. }
  78. element-icon {
  79. size: 3em ;
  80. }
  81. element {
  82. orientation: horizontal;
  83. }
  84. element-text {
  85. vertical-align: 0.55;
  86. text-color: inherit;
  87. }
  88. element {
  89. border: 6px 0px 6px 0px;
  90. border-radius: 15 15 6 6 ;
  91. padding: 9px ;
  92. }
  93. element normal.normal {
  94. background-color: @normal-background;
  95. text-color: @normal-foreground;
  96. }
  97. element normal.urgent {
  98. background-color: @urgent-background;
  99. text-color: @urgent-foreground;
  100. }
  101. element normal.active {
  102. background-color: @active-background;
  103. text-color: @active-foreground;
  104. }
  105. element selected.normal {
  106. background-color: @selected-normal-background;
  107. text-color: @selected-normal-foreground;
  108. }
  109. element selected.urgent {
  110. background-color: @selected-urgent-background;
  111. text-color: @selected-urgent-foreground;
  112. }
  113. element selected.active {
  114. background-color: @selected-active-background;
  115. text-color: @selected-active-foreground;
  116. }
  117. element alternate.normal {
  118. background-color: @alternate-normal-background;
  119. text-color: @alternate-normal-foreground;
  120. }
  121. element alternate.urgent {
  122. background-color: @alternate-urgent-background;
  123. text-color: @alternate-urgent-foreground;
  124. }
  125. element alternate.active {
  126. background-color: @alternate-active-background;
  127. text-color: @alternate-active-foreground;
  128. }
  129. scrollbar {
  130. width: 0px ;
  131. border: 0;
  132. handle-color: @normal-foreground;
  133. handle-width: 8px ;
  134. padding: 0;
  135. }
  136. sidebar {
  137. border: 2px 0px 0px 0px ;
  138. border-color: @separatorcolor;
  139. }
  140. button {
  141. spacing: 0;
  142. text-color: @normal-foreground;
  143. }
  144. button selected {
  145. background-color: @selected-normal-background;
  146. text-color: @selected-normal-foreground;
  147. }
  148. inputbar {
  149. border-radius: 15 15 0 0 ;
  150. padding: 5px;
  151. border-spacing: 5px;
  152. border: 5px 2px 2px 2px ;
  153. spacing: 10px;
  154. margin: 5px 5px 5px 5px;
  155. border-color: @foreground;
  156. text-color: @normal-foreground;
  157. background-color: @normal-background;
  158. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  159. }
  160. case-indicator {
  161. spacing: 0;
  162. text-color: @normal-foreground;
  163. }
  164. entry {
  165. spacing: 0;
  166. text-color: @normal-foreground;
  167. }
  168. prompt {
  169. spacing: 0;
  170. text-color: @normal-foreground;
  171. }
  172. textbox-prompt-colon {
  173. expand: false;
  174. str: ":";
  175. margin: 0px 0.3000em 0.0000em 0.0000em ;
  176. text-color: inherit;
  177. }
  178.  
Advertisement
Add Comment
Please, Sign In to add comment