poetician

Rofi | 0067 Peaks and Plain 02

Aug 3rd, 2021 (edited)
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 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: southwest;
  43. location: southwest;
  44. width: 1720;
  45. background-color: @background;
  46. border: 6 6 6 6 ;
  47. border-radius: 12 12 16 16 ;
  48. padding: 6px 16px 6px 16px;
  49. x-offset: 100px;
  50. y-offset: -50px;
  51. }
  52. mainbox {
  53. border: 3 6 9 6 ;
  54. border-radius: 12 12 16 16 ;
  55. padding: 6px 16px 6px 16px;
  56. }
  57. message {
  58. border: 1px dash 0px 0px ;
  59. border-radius: 12 12 16 16 ;
  60. border-color: @separatorcolor;
  61. padding: 6px 16px 6px 16px;
  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: 3;
  77. columns: 5;
  78. fixed-height: 0;
  79. border: 3 6 9 6 ;
  80. border-radius: 12 12 16 16 ;
  81. border-color: @separatorcolor;
  82. spacing: 12px ;
  83. scrollbar: false;
  84. padding: 6px 16px 6px 16px;
  85. }
  86. element {
  87. border: 3 6 9 6 ;
  88. border-radius: 12 12 16 16 ;
  89. padding: 6px 16px 6px 16px;
  90. }
  91. element normal.normal {
  92. background-color: @normal-background;
  93. text-color: @normal-foreground;
  94. }
  95. element normal.urgent {
  96. background-color: @urgent-background;
  97. text-color: @urgent-foreground;
  98. }
  99. element normal.active {
  100. background-color: @active-background;
  101. text-color: @active-foreground;
  102. }
  103. element selected.normal {
  104. background-color: @selected-normal-background;
  105. text-color: @selected-normal-foreground;
  106. }
  107. element selected.urgent {
  108. background-color: @selected-urgent-background;
  109. text-color: @selected-urgent-foreground;
  110. }
  111. element selected.active {
  112. background-color: @selected-active-background;
  113. text-color: @selected-active-foreground;
  114. }
  115. element alternate.normal {
  116. background-color: @alternate-normal-background;
  117. text-color: @alternate-normal-foreground;
  118. }
  119. element alternate.urgent {
  120. background-color: @alternate-urgent-background;
  121. text-color: @alternate-urgent-foreground;
  122. }
  123. element alternate.active {
  124. background-color: @alternate-active-background;
  125. text-color: @alternate-active-foreground;
  126. }
  127. scrollbar {
  128. width: 0px ;
  129. border: 0;
  130. handle-color: @normal-foreground;
  131. handle-width: 8px ;
  132. padding: 0;
  133. }
  134. sidebar {
  135. border: 2px dash 0px 0px ;
  136. border-color: @separatorcolor;
  137. }
  138. button {
  139. spacing: 0;
  140. text-color: @normal-foreground;
  141. }
  142. button selected {
  143. background-color: @selected-normal-background;
  144. text-color: @selected-normal-foreground;
  145. }
  146. inputbar {
  147. border-radius: 12 12 6 6 ;
  148. padding: 5px ;
  149. border-spacing: 0px ;
  150. border: 5px;
  151. spacing: 10px 0px 10px 0px ;
  152. margin: 0px 345px 0px 345px;
  153. border-color: @foreground;
  154. text-color: @normal-foreground;
  155. background-color: @clear;
  156. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  157. }
  158. case-indicator {
  159. spacing: 0;
  160. background-color: @clear;
  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. expand: false;
  175. str: ":";
  176. background-color: @clear;
  177. margin: 0px 0.3000em 0.0000em 0.0000em ;
  178. text-color: inherit;
  179. }
  180.  
Add Comment
Please, Sign In to add comment