poetician

Rofi | 0096 Autumn Sunset slant 03

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