poetician

Rofi | 0067 Peaks and Plain 02G

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