poetician

Rofi | 0129-autumn-windbreak-02.rasi

May 27th, 2021 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0067 Peaks and Plain ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0067 Peaks and Plain
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. red: #f07e3133;
  11. blue: #35414a99;
  12. lightfg: #e6e7e433;
  13. lightbg: #35414a;
  14. foreground: #ffffffb3;
  15. background: #35414a1a;
  16. background-color: #f17b2933;
  17. separatorcolor: @foreground;
  18. border-color: @foreground;
  19. selected-normal-foreground: @lightbg;
  20. selected-normal-background: @lightfg;
  21. selected-active-foreground: @background;
  22. selected-active-background: @blue;
  23. selected-urgent-foreground: @background;
  24. selected-urgent-background: @red;
  25. normal-foreground: @foreground;
  26. normal-background: @background;
  27. active-foreground: @blue;
  28. active-background: @background;
  29. urgent-foreground: @red;
  30. urgent-background: @background;
  31. alternate-normal-foreground: @foreground;
  32. alternate-normal-background: @lightbg;
  33. alternate-active-foreground: @blue;
  34. alternate-active-background: @lightbg;
  35. alternate-urgent-foreground: @red;
  36. alternate-urgent-background: @lightbg;
  37. spacing: 2;
  38. }
  39. window {
  40. background-color: @background;
  41. border: 1 10 10 1;
  42. border-radius: 1 2 3 1;
  43. padding: 2 25 5 2;
  44. x-offset: 0px;
  45. y-offset: -40px;
  46. }
  47. mainbox {
  48. border: 1 10 10 1;
  49. border-radius: 1 2 3 1;
  50. padding: 2 25 5 2;
  51. }
  52. message {
  53. border: 1 10 10 1;
  54. border-radius: 1 2 3 1;
  55. border-color: @separatorcolor;
  56. padding: 5 15 5 1 ;
  57. }
  58. textbox {
  59. text-color: @foreground;
  60. }
  61. element-icon {
  62. size: 3em ;
  63. }
  64. element {
  65. orientation: horizontal;
  66. }
  67. element-text {
  68. vertical-align: 0.50;
  69. }
  70. listview {
  71. fixed-height: 0;
  72. border: 1 10 10 1;
  73. border-radius: 1 2 3 1;
  74. border-color: @separatorcolor;
  75. spacing: 12px ;
  76. scrollbar: false;
  77. padding: 2 25 5 2;
  78. lines: 5;
  79. columns: 3;
  80. }
  81. element {
  82. border: 1 10 10 1;
  83. border-radius: 1 2 3 1;
  84. padding: 2 25 5 2;
  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: 0px ;
  124. border: 1 10 10 1;
  125. handle-color: @normal-foreground;
  126. handle-width: 8px ;
  127. padding: 0;
  128. }
  129. sidebar {
  130. border: 1 10 10 1;
  131. border-color: @separatorcolor;
  132. }
  133. button {
  134. spacing: 0;
  135. text-color: @normal-foreground;
  136. }
  137. button selected {
  138. background-color: @selected-normal-background;
  139. text-color: @selected-normal-foreground;
  140. }
  141. inputbar {
  142. border: 1 10 10 1;
  143. border-radius: 1 2 3 1;
  144. padding: 2 2 2 ;
  145. border-spacing: 0px 0 0 0;
  146. spacing: 2 2 2 ;
  147. margin: 0 ;
  148. border-color: @foreground;
  149. text-color: @normal-foreground;
  150. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  151. case-indicator {
  152. spacing: 0;
  153. text-color: @normal-foreground;
  154. }
  155. entry {
  156. spacing: 0;
  157. text-color: @normal-foreground;
  158. }
  159. prompt {
  160. spacing: 0;
  161. text-color: @normal-foreground;
  162. }
  163. textbox-prompt-colon {
  164. expand: false;
  165. str: ":";
  166. margin: 0px 0.3000em 0.0000em 0.0000em ;
  167. text-color: inherit;
  168. }
  169.  
Add Comment
Please, Sign In to add comment