poetician

Rofi | 0139 Windmill 03G

Jun 29th, 2021
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 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. fuchsia: #F0309Fb3;
  11. orange: #F66D3F;
  12. red: #C72473;
  13. blue: #4878CA;
  14. lightfg: #FFF2D8;
  15. lightbg: #DCABA4;
  16. foreground: #E6917D;
  17. background: #51363B;
  18. background-color: #51363B80;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. selected-normal-foreground: @blue;
  22. selected-normal-background: @orange;
  23. selected-active-foreground: @background;
  24. selected-active-background: @fuchsia;
  25. selected-urgent-foreground: @background;
  26. selected-urgent-background: @red;
  27. normal-foreground: @background;
  28. normal-background: @lightbg;
  29. active-foreground: @blue;
  30. active-background: @red;
  31. urgent-foreground: @red;
  32. urgent-background: @background;
  33. alternate-normal-foreground: @blue;
  34. alternate-normal-background: @red;
  35. alternate-active-foreground: @red;
  36. alternate-active-background: @lightbg;
  37. alternate-urgent-foreground: @red;
  38. alternate-urgent-background: @lightbg;
  39. spacing: 2;
  40. }
  41. window {
  42. anchor: southwest;
  43. location: southwest;
  44. width: 80%;
  45. x-offset: 40px;
  46. y-offset: -50px;
  47. background-color: @background;
  48. border: 10 0 0 0;
  49. padding: 6 0 0 0;
  50. }
  51. mainbox {
  52. border: 10 0 0 0;
  53. padding: 0;
  54. }
  55. message {
  56. border: 10px dash 0px 0px ;
  57. border-color: @separatorcolor;
  58. padding: 0px ;
  59. }
  60. textbox {
  61. text-color: @foreground;
  62. }
  63. listview {
  64. lines: 3;
  65. columns: 5;
  66. fixed-height: 0;
  67. border: 6px 0px 0px 0px ;
  68. border-color: @separatorcolor;
  69. spacing: 6px ;
  70. scrollbar: false;
  71. padding: 0px ;
  72. }
  73. element-icon {
  74. size: 2.5em ;
  75. }
  76. element-text{
  77. horizontal-align: 0.50;
  78. }
  79. element {
  80. orientation: vertical;
  81. }
  82. element {
  83. children: [element-icon, element-text];
  84. background-image: linear-gradient(to right, #F1D45C80, #FEE6D033, #864E4F80);
  85. border: 10 0 10 0;
  86. padding: 5px ;
  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: 5px;
  147. spacing: 10px;
  148. margin: 5px 0px 5px 0px ;
  149. border-color: @foreground;
  150. text-color: @lightfg;
  151. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  152. case-indicator {
  153. spacing: 0;
  154. text-color: @lightfg;
  155. }
  156. entry {
  157. spacing: 0;
  158. text-color: @lightfg;
  159. }
  160. prompt {
  161. spacing: 0;
  162. text-color: @lightfg;
  163. }
  164. textbox-prompt-colon {
  165. expand: false;
  166. text-color: @lightfg;
  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