poetician

Rofi | 0096 Autumn Sunset slant 02G

Jun 28th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 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. clear: #00000000;
  11. orange: #AE3B204d;
  12. orange2: #AE3B20;
  13. black: #00000080;
  14. green: #373F101a;
  15. red: #CD162333;
  16. blue: #9AA2D066;
  17. lightfg: #D7D6D280;
  18. lightbg: #CFC3B740;
  19. foreground: #2F2F17b3;
  20. background: #CEA9974d;
  21. background-color: #F7D9BD66;
  22. separatorcolor: @lightfg;
  23. border-color: @orange;
  24. selected-normal-foreground: @foreground;
  25. selected-normal-background: @green;
  26. selected-active-foreground: @orange2;
  27. selected-active-background: @blue;
  28. selected-urgent-foreground: @background;
  29. selected-urgent-background: @red;
  30. normal-foreground: @foreground;
  31. normal-background: @background;
  32. active-foreground: @blue;
  33. active-background: @background;
  34. urgent-foreground: @red;
  35. urgent-background: @background;
  36. alternate-normal-foreground: @foreground;
  37. alternate-normal-background: @blue;
  38. alternate-active-foreground: @blue;
  39. alternate-active-background: @lightbg;
  40. alternate-urgent-foreground: @red;
  41. alternate-urgent-background: @lightbg;
  42. spacing: 2;
  43. }
  44. window {
  45. anchor: northwest;
  46. location: northwest;
  47. width: 60%;
  48. x-offset: 60px;
  49. y-offset: 60px;
  50. background-color: @background;
  51. border: 4 8 14 7 ;
  52. border-radius: 6 6 12 12 ;
  53. padding: 3 12 9 6 ;
  54. }
  55. mainbox {
  56. border: 4 8 14 7 ;
  57. border-radius: 9 9 18 18 ;
  58. padding: 3 12 9 6 ;
  59. }
  60. message {
  61. border: 4 8 14 7 ;
  62. border-radius: 10 20 20 10;
  63. border-color: @orange;
  64. padding: 2 20 5 2 ;
  65. }
  66. textbox {
  67. text-color: @foreground;
  68. }
  69. element-icon {
  70. size: 2em ;
  71. }
  72. element {
  73. orientation: horizontal;
  74. }
  75. element-text {
  76. vertical-align: 0.50;
  77. }
  78. listview {
  79. lines: 6;
  80. columns: 4;
  81. fixed-height: 0;
  82. border: 4 8 14 7 ;
  83. border-radius: 12 12 24 24 ;
  84. border-color: @orange;
  85. spacing: 12px ;
  86. scrollbar: false;
  87. padding: 3 12 9 6 ;
  88. }
  89. element {
  90. children: [element-icon, element-text];
  91. background-image: linear-gradient(to right, #373F101a, #F7D9BD, #CEA9974d);
  92. border: 4 8 14 7 ;
  93. border-radius: 9 9 18 18 ;
  94. padding: 2 25 5 2;
  95. }
  96. element normal.normal {
  97. background-color: @normal-background;
  98. text-color: @normal-foreground;
  99. }
  100. element normal.urgent {
  101. background-color: @urgent-background;
  102. text-color: @urgent-foreground;
  103. }
  104. element normal.active {
  105. background-color: @active-background;
  106. text-color: @active-foreground;
  107. }
  108. element selected.normal {
  109. background-color: @selected-normal-background;
  110. text-color: @selected-normal-foreground;
  111. }
  112. element selected.urgent {
  113. background-color: @selected-urgent-background;
  114. text-color: @selected-urgent-foreground;
  115. }
  116. element selected.active {
  117. background-color: @selected-active-background;
  118. text-color: @selected-active-foreground;
  119. }
  120. element alternate.normal {
  121. background-color: @alternate-normal-background;
  122. text-color: @alternate-normal-foreground;
  123. }
  124. element alternate.urgent {
  125. background-color: @alternate-urgent-background;
  126. text-color: @alternate-urgent-foreground;
  127. }
  128. element alternate.active {
  129. background-color: @alternate-active-background;
  130. text-color: @alternate-active-foreground;
  131. }
  132. scrollbar {
  133. width: 0px ;
  134. border: 4 8 14 7 ;
  135. handle-color: @normal-foreground;
  136. handle-width: 8px ;
  137. padding: 0;
  138. }
  139. sidebar {
  140. border: 4 8 14 7 ;
  141. border-color: @separatorcolor;
  142. }
  143. button {
  144. spacing: 0;
  145. text-color: @normal-foreground;
  146. }
  147. button selected {
  148. background-color: @selected-normal-background;
  149. text-color: @selected-normal-foreground;
  150. }
  151. inputbar {
  152. background-color: @clear;
  153. border: 4 8 14 7 ;
  154. border-radius: 10 10 10 10;
  155. padding: 2 20 2 20;
  156. border-spacing: 5px;
  157. spacing: 10px;
  158. margin: 5px;
  159. border-color: @orange;
  160. text-color: @normal-foreground;
  161. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  162. }
  163. case-indicator {
  164. spacing: 0;
  165. text-color: @normal-foreground;
  166. background-color: @clear;
  167. }
  168. entry {
  169. spacing: 0;
  170. text-color: @normal-foreground;
  171. background-color: @clear;
  172. }
  173. prompt {
  174. spacing: 0;
  175. text-color: @normal-foreground;
  176. background-color: @clear;
  177. }
  178. textbox-prompt-colon {
  179. expand: false;
  180. str: ":";
  181. background-color: @clear;
  182. margin: 0px 0.3000em 0.0000em 0.0000em ;
  183. text-color: inherit;
  184. }
  185.  
Advertisement
Add Comment
Please, Sign In to add comment