poetician

Rofi | 0067 Peaks and Plain Slant 03G

Jun 27th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.34 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. seltext: #F6DABE;
  12. red: #F07E2833;
  13. blue: #35414A99;
  14. lightfg: #E6E7E433;
  15. lightbg: #35414A;
  16. foreground: #ffffffb3;
  17. background: #35414A1a;
  18. background-color: #F17B2933;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. selected-normal-foreground: @seltext;
  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: 80%;
  45. x-offset: 0px;
  46. y-offset: -60px;
  47. background-color: @background;
  48. border: 2 20 5 1;
  49. border-radius: 10 15 10 10;
  50. padding: 5 15 5 10;
  51. }
  52. mainbox {
  53. border: 2 15 5 1;
  54. border-radius: 10 10 10 10;
  55. padding: 5 15 5 10;
  56. }
  57. message {
  58. border: 1px dash 0px 0px ;
  59. border-radius: 5 15 10 10;
  60. border-color: @separatorcolor;
  61. padding: 5 15 5 10 ;
  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.50;
  74. }
  75. listview {
  76. lines: 4;
  77. columns: 5;
  78. fixed-height: 0;
  79. border: 2 10 5 1;
  80. border-radius: 5 15 10 10;
  81. border-color: @separatorcolor;
  82. spacing: 12px ;
  83. scrollbar: false;
  84. padding: 5 15 5 10 ;
  85. }
  86. element {
  87. children: [element-icon, element-text];
  88. background-image: linear-gradient(to left, #FFEC9866, #85A7B133, #489D1B33);
  89. border: 2 10 5 1;
  90. border-radius: 5 10 10 10;
  91. padding: 5 15 5 10 ;
  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: 0;
  132. handle-color: @normal-foreground;
  133. handle-width: 8px ;
  134. padding: 0;
  135. }
  136. sidebar {
  137. border: 2px dash 0px 0px ;
  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 10 5 1;
  150. border-radius: 5 ;
  151. padding: 5 15 5 10 ;
  152. border-spacing: 0 0 0 0;
  153. spacing: 0px 5px 0px 5px ;
  154. margin: 5px 0px 5px 0px;
  155. background-color: @clear;
  156. border-color: @foreground;
  157. text-color: @normal-foreground;
  158. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  159. }
  160. case-indicator {
  161. spacing: 0;
  162. background-color: @clear;
  163. text-color: @normal-foreground;
  164. }
  165. entry {
  166. spacing: 0;
  167. background-color: @clear;
  168. text-color: @normal-foreground;
  169. }
  170. prompt {
  171. spacing: 0;
  172. background-color: @clear;
  173. text-color: @normal-foreground;
  174. }
  175. textbox-prompt-colon {
  176. expand: false;
  177. background-color: @clear;
  178. str: ":";
  179. margin: 0px 0.3000em 0.0000em 0.0000em ;
  180. text-color: inherit;
  181. }
  182.  
Advertisement
Add Comment
Please, Sign In to add comment