poetician

Rofi | 0139 Windmill 04G

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