poetician

Rofi | 0137 Flower-Gradient-MG

Jun 25th, 2021
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0137 Flower Gradient ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0137 Flower Gradient
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. golden: #F7CD4Bb3;
  11. clear: #00000000;
  12. yellow: #FBEB7Fb3;
  13. black: #00000099;
  14. red: #C15FB499;
  15. blue: #6F2C8066;
  16. lightfg: #FFE9FE99;
  17. lightbg: #BF59AD66;
  18. foreground: #3C506899;
  19. background: @clear;
  20. background-color: @clear;
  21. separatorcolor: @foreground;
  22. border-color: @yellow;
  23. selected-normal-foreground: @lightfg;
  24. selected-normal-background: @clear;
  25. selected-active-foreground: @background;
  26. selected-active-background: @blue;
  27. selected-urgent-foreground: @background;
  28. selected-urgent-background: @red;
  29. normal-foreground: @black;
  30. normal-background: @golden;
  31. active-foreground: @blue;
  32. active-background: @background;
  33. urgent-foreground: @red;
  34. urgent-background: @background;
  35. alternate-normal-foreground: @lightfg;
  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: east;
  45. location: east;
  46. width: 33%;
  47. x-offset: -20px;
  48. y-offset: 120px;
  49. background-color: @clear;
  50. border: 0;
  51. border-radius: 20;
  52. padding: 0;
  53. }
  54. mainbox {
  55. background-color: @clear;
  56. border: 0;
  57. border-radius: 0;
  58. padding: 0;
  59. }
  60. message {
  61. border: 8 dash 20 12;
  62. border-radius: 20;
  63. border-color: @separatorcolor;
  64. padding: 0px ;
  65. }
  66. textbox {
  67. text-color: @foreground;
  68. }
  69. listview {
  70. lines: 6;
  71. columns: 2;
  72. fixed-height: 0;
  73. border: 0;
  74. border-radius: 20;
  75. border-color: @separatorcolor;
  76. spacing: 30px ;
  77. scrollbar: false;
  78. padding: 0px ;
  79. background-color: @clear;
  80. }
  81. element {
  82. children: [element-icon, element-text];
  83. background-image: linear-gradient(to left, purple/40%, red/20%, orange/30%);
  84. border: 0 ;
  85. border-radius: 40 ;
  86. padding: 20 ;
  87. }
  88. element-icon {
  89. size: 2em ;
  90. }
  91. element {
  92. orientation: horizontal;
  93. }
  94. element-text {
  95. vertical-align: 0.45;
  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: 4px ;
  135. border: 0;
  136. handle-color: @normal-foreground;
  137. handle-width: 8px ;
  138. padding: 0;
  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. border-radius: 30%;
  154. padding: 10px 10px 5px 10px ;
  155. border-spacing: 5 ;
  156. border: 0 0 15 0 ;
  157. spacing: 20px;
  158. margin: 15 5 15 5;
  159. background-color: @lightbg;
  160. border-color: @clear;
  161. text-color: #FBEB7F;
  162. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  163. }
  164. case-indicator {
  165. spacing: 0;
  166. text-color: #FBEB7F;
  167. }
  168. entry {
  169. spacing: 0;
  170. text-color: #FBEB7F;
  171. }
  172. prompt {
  173. spacing: 0;
  174. text-color: #FBEB7F;
  175. }
  176. textbox-prompt-colon {
  177. expand: false;
  178. str: ":";
  179. text-color: #FBEB7F;
  180. margin: 0px 0.3000em 0.0000em 0.0000em ;
  181. text-color: inherit;
  182. }
  183.  
Advertisement
Add Comment
Please, Sign In to add comment