poetician

Rofi | 0129-autumn-windbreak.rasi

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