poetician

Rofi | 0067 Peaks and Plain Slant 04G

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