Advertisement
poetician

Rofi | 0096 Autumn Sunset slant 04

Jun 8th, 2021
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 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. background-color: @background;
  46. border: 3 9 12 6 ;
  47. border-radius: 10 20 10 10;
  48. padding: 3 12 9 6 ;
  49. x-offset: 30px;
  50. y-offset: 50px;
  51. }
  52. mainbox {
  53. border: 3 9 12 6 ;
  54. border-radius: 10 20 15 10;
  55. padding: 3 12 9 6 ;
  56. }
  57. message {
  58. border: 3 9 12 6 ;
  59. border-radius: 10 20 20 10;
  60. border-color: @orange;
  61. padding: 2 20 5 2 ;
  62. }
  63. textbox {
  64. text-color: @foreground;
  65. }
  66. element-icon {
  67. size: 3em ;
  68. }
  69. element {
  70. orientation: horizontal;
  71. }
  72. element-text {
  73. vertical-align: 0.50;
  74. }
  75. listview {
  76. fixed-height: 0;
  77. border: 3 9 12 6 ;
  78. border-radius: 10 20 20 10;
  79. border-color: @orange;
  80. spacing: 12px ;
  81. scrollbar: false;
  82. padding: 3 12 9 6 ;
  83. }
  84. element {
  85. border: 3 9 12 6 ;
  86. border-radius: 10 20 20 10;
  87. padding: 2 25 5 2;
  88. }
  89. element normal.normal {
  90. background-color: @normal-background;
  91. text-color: @normal-foreground;
  92. }
  93. element normal.urgent {
  94. background-color: @urgent-background;
  95. text-color: @urgent-foreground;
  96. }
  97. element normal.active {
  98. background-color: @active-background;
  99. text-color: @active-foreground;
  100. }
  101. element selected.normal {
  102. background-color: @selected-normal-background;
  103. text-color: @selected-normal-foreground;
  104. }
  105. element selected.urgent {
  106. background-color: @selected-urgent-background;
  107. text-color: @selected-urgent-foreground;
  108. }
  109. element selected.active {
  110. background-color: @selected-active-background;
  111. text-color: @selected-active-foreground;
  112. }
  113. element alternate.normal {
  114. background-color: @alternate-normal-background;
  115. text-color: @alternate-normal-foreground;
  116. }
  117. element alternate.urgent {
  118. background-color: @alternate-urgent-background;
  119. text-color: @alternate-urgent-foreground;
  120. }
  121. element alternate.active {
  122. background-color: @alternate-active-background;
  123. text-color: @alternate-active-foreground;
  124. }
  125. scrollbar {
  126. width: 0px ;
  127. border: 3 9 12 6 ;
  128. handle-color: @normal-foreground;
  129. handle-width: 8px ;
  130. padding: 0;
  131. }
  132. sidebar {
  133. border: 3 9 12 6 ;
  134. border-color: @separatorcolor;
  135. }
  136. button {
  137. spacing: 0;
  138. text-color: @normal-foreground;
  139. }
  140. button selected {
  141. background-color: @selected-normal-background;
  142. text-color: @selected-normal-foreground;
  143. }
  144. inputbar {
  145. background-color: @clear;
  146. border: 3 9 12 6 ;
  147. border-radius: 10 20 30 10;
  148. padding: 2 25 5 2;
  149. border-spacing: 5px 0 0 0;
  150. spacing: 10px;
  151. margin: 5px 5px 5px;
  152. border-color: @orange;
  153. text-color: @normal-foreground;
  154. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  155. }
  156. case-indicator {
  157. spacing: 0;
  158. text-color: @normal-foreground;
  159. background-color: @clear;
  160. }
  161. entry {
  162. spacing: 0;
  163. text-color: @normal-foreground;
  164. background-color: @clear;
  165. }
  166. prompt {
  167. spacing: 0;
  168. text-color: @normal-foreground;
  169. background-color: @clear;
  170. }
  171. textbox-prompt-colon {
  172. expand: false;
  173. str: ":";
  174. background-color: @clear;
  175. margin: 0px 0.3000em 0.0000em 0.0000em ;
  176. text-color: inherit;
  177. }
  178.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement