poetician

Rofi | 0067 Peaks and Plain Slant 03G

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