poetician

Rofi | 0129-autumn-windbreak-03.rasi

Jun 5th, 2021 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0129 Autumn Windbreak 03 ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0129 Autumn Windbreak 03
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. grey: #AFB0B5;
  11. black: #22282d99;
  12. red: #D04737;
  13. blue: #9499a980;
  14. lightfg: #E2E3E8;
  15. lightbg: #ECEDF2;
  16. foreground: #31334080;
  17. background: #B7A49080;
  18. background-color: #B7A49000;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. selected-normal-foreground: @black;
  22. selected-normal-background: @lightbg;
  23. selected-active-foreground: @background;
  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: @black;
  34. alternate-normal-background: @grey;
  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. background-color: @background;
  43. border: 5 20 5 2;
  44. border-radius: 6 12 12 9;
  45. padding: 5;
  46. x-offset: 0;
  47. y-offset: -40;
  48. }
  49. mainbox {
  50. border: 5 20 5 2;
  51. border-radius: 6 12 12 9;
  52. padding: 0 5 5 5 ;
  53. }
  54. message {
  55. border: 5 20 5 2;
  56. border-radius: 6 12 12 9;
  57. border-color: @separatorcolor;
  58. padding: 5px ;
  59. }
  60. textbox {
  61. text-color: @foreground;
  62. }
  63. listview {
  64. fixed-height: 0;
  65. border: 5 20 5 2;
  66. border-radius: 6 12 12 9;
  67. border-color: @separatorcolor;
  68. spacing: 12px ;
  69. scrollbar: false;
  70. padding: 5 5 5 5 ;
  71. }
  72. element-icon {
  73. size: 2.5em ;
  74. }
  75. element-text {
  76. vertical-align: 0.5;
  77. }
  78. element {
  79. orientation: horizontal;
  80. }
  81. element {
  82. border: 5 10 5 2;
  83. border-radius: 6 12 12 9;
  84. padding: 5 0 5 5 ;
  85. }
  86. element normal.normal {
  87. background-color: @normal-background;
  88. text-color: @normal-foreground;
  89. }
  90. element normal.urgent {
  91. background-color: @urgent-background;
  92. text-color: @urgent-foreground;
  93. }
  94. element normal.active {
  95. background-color: @active-background;
  96. text-color: @active-foreground;
  97. }
  98. element selected.normal {
  99. background-color: @selected-normal-background;
  100. text-color: @selected-normal-foreground;
  101. }
  102. element selected.urgent {
  103. background-color: @selected-urgent-background;
  104. text-color: @selected-urgent-foreground;
  105. }
  106. element selected.active {
  107. background-color: @selected-active-background;
  108. text-color: @selected-active-foreground;
  109. }
  110. element alternate.normal {
  111. background-color: @alternate-normal-background;
  112. text-color: @alternate-normal-foreground;
  113. }
  114. element alternate.urgent {
  115. background-color: @alternate-urgent-background;
  116. text-color: @alternate-urgent-foreground;
  117. }
  118. element alternate.active {
  119. background-color: @alternate-active-background;
  120. text-color: @alternate-active-foreground;
  121. }
  122. scrollbar {
  123. width: 4px ;
  124. border: 0;
  125. handle-color: @normal-foreground;
  126. handle-width: 8px ;
  127. padding: 0;
  128. }
  129. sidebar {
  130. border: 2px dash 0px 0px ;
  131. border-radius: 60;
  132. border-color: @separatorcolor;
  133. }
  134. button {
  135. spacing: 0;
  136. text-color: @normal-foreground;
  137. }
  138. button selected {
  139. background-color: @selected-normal-background;
  140. text-color: @selected-normal-foreground;
  141. }
  142. inputbar {
  143. padding: 2px;
  144. border-spacing: 0 0 0 0;
  145. border: 5 20 5 2;
  146. border-radius: 6 9 9 6 ;
  147. spacing: 6px;
  148. margin: 0px ;
  149. border-color: @foreground;
  150. text-color: @lightbg;
  151. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  152. case-indicator {
  153. spacing: 0;
  154. text-color: @lightbg;
  155. }
  156. case-indicator {
  157. spacing: 0;
  158. text-color: @lightbg;
  159. }
  160. entry {
  161. spacing: 0;
  162. text-color: @lightbg;
  163. }
  164. prompt {
  165. spacing: 0;
  166. text-color: @lightbg;
  167. }
  168. textbox-prompt-colon {
  169. expand: false;
  170. str: ":";
  171. margin: 0px 0.3000em 0.0000em 0.0000em ;
  172. text-color: inherit;
  173. }
  174.  
Add Comment
Please, Sign In to add comment