poetician

Rofi | 0023 Montane 03G

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