Advertisement
poetician

Rofi | taupe-purple-lfg

Jan 11th, 2022
81
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: 0137 Flower Gradient 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. yellow: #a87d50;
  11. black: #000000;
  12. red: #a85a44;
  13. blue: #9f344a80;
  14. lightfg: #f2eee6;
  15. lightbg: #A7936380;
  16. foreground: #98264fb3;
  17. background: #850d5c80;
  18. background-color: #500d7180;
  19. separatorcolor: @foreground;
  20. border-color: @lightbg;
  21. selected-normal-foreground: @lightfg;
  22. selected-normal-background: @foreground;
  23. selected-active-foreground: @background-color;
  24. selected-active-background: @blue;
  25. selected-urgent-foreground: @background;
  26. selected-urgent-background: @red;
  27. normal-foreground: @lightfg;
  28. normal-background: @background;
  29. active-foreground: @blue;
  30. active-background: @background;
  31. urgent-foreground: @red;
  32. urgent-background: @background;
  33. alternate-normal-foreground: @lightfg;
  34. alternate-normal-background: @yellow;
  35. alternate-active-foreground: @blue;
  36. alternate-active-background: @lightbg;
  37. alternate-urgent-foreground: @red;
  38. alternate-urgent-background: @lightbg;
  39. spacing: 2;
  40. }
  41. window {
  42. anchor: south;
  43. location: south;
  44. background-color: @background;
  45. border: 0 0 0 30;
  46. border-radius: 20;
  47. border-color: @blue;
  48. padding: 0 0 0 0;
  49. x-offset: 300;
  50. y-offset: -200;
  51. }
  52. mainbox {
  53. border: 0 0 0 20;
  54. border-radius: 20;
  55. border-color: @blue;
  56. padding: 0 0 0 0;
  57. }
  58. message {
  59. border: 0px 0px 0px 10px ;
  60. border-radius: 20;
  61. border-color: @blue;
  62. padding: 10px 0px 5px 0px;
  63. }
  64. textbox {
  65. text-color: @foreground;
  66. }
  67. listview {
  68. lines: 8;
  69. columns: 3;
  70. border: 0px 0px 0px 20px ;
  71. border-radius: 10;
  72. border-color: #00000000;
  73. spacing: 10px ;
  74. scrollbar: false;
  75. padding: 0px ;
  76. }
  77. element {
  78. orientation: horizontal;
  79. }
  80. element-icon {
  81. size: 3em ;
  82. }
  83. element-text {
  84. vertical-align: 0.45;
  85. }
  86. element {
  87. children: [element-icon, element-text];
  88. background-image: linear-gradient(to left, grey/60%, white/40%, grey/30%);
  89. border: 0 0 0 3;
  90. border-color: @blue;
  91. border-radius: 20;
  92. padding: 0px ;
  93. }
  94. element normal.normal {
  95. background-color: @normal-background;
  96. text-color: @yellow;
  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 dash 0px 0px ;
  139. border-color: @separatorcolor;
  140. }
  141. button {
  142. spacing: 0;
  143. text-color: @lightfg;
  144. }
  145. button selected {
  146. background-color: @selected-normal-background;
  147. text-color: @selected-normal-foreground;
  148. }
  149. inputbar {
  150. border-radius: 30%;
  151. padding: 5px;
  152. border-spacing: 5px 5px 5px 5px;
  153. border: 0px 0px 0px 12px;
  154. spacing: 10px;
  155. margin: 0px 100px 5px 90px;
  156. border-color: @lightfg;
  157. text-color: @lightfg;
  158. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  159. case-indicator {
  160. spacing: 5;
  161. text-color: @lightfg;
  162. }
  163. case-indicator {
  164. spacing: 0;
  165. text-color: @lightfg;
  166. }
  167. entry {
  168. spacing: 0;
  169. text-color: @lightfg;
  170. }
  171. prompt {
  172. spacing: 0;
  173. text-color: @lightfg;
  174. }
  175. textbox-prompt-colon {
  176. expand: false;
  177. str: ":";
  178. margin: 0px 0.3000em 0.0000em 0.0000em ;
  179. text-color: inherit;
  180. }
  181.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement