Advertisement
poetician

Rofi | 0023 Montane 03G (updated)

Apr 25th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0023 Montane ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0023 Montane 03G Poetician Edition
  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 0px 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 0px 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. text-color: inherit;
  88. }
  89. element {
  90. children: [element-icon, element-text];
  91. background-image: linear-gradient(to left, blue/40%, white/30%, yellow/20%);
  92. border: 0 0 1 0;
  93. border-color: @foreground;
  94. border-radius: 20;
  95.  
  96. padding: 10px ;
  97. }
  98. element normal.normal {
  99. background-color: @normal-background;
  100. text-color: @normal-foreground;
  101. }
  102. element normal.urgent {
  103. background-color: @urgent-background;
  104. text-color: @urgent-foreground;
  105. }
  106. element normal.active {
  107. background-color: @active-background;
  108. text-color: @active-foreground;
  109. }
  110. element selected.normal {
  111. background-color: @selected-normal-background;
  112. text-color: @selected-normal-foreground;
  113. }
  114. element selected.urgent {
  115. background-color: @selected-urgent-background;
  116. text-color: @selected-urgent-foreground;
  117. }
  118. element selected.active {
  119. background-color: @selected-active-background;
  120. text-color: @selected-active-foreground;
  121. }
  122. element alternate.normal {
  123. background-color: @alternate-normal-background;
  124. text-color: @alternate-normal-foreground;
  125. }
  126. element alternate.urgent {
  127. background-color: @alternate-urgent-background;
  128. text-color: @alternate-urgent-foreground;
  129. }
  130. element alternate.active {
  131. background-color: @alternate-active-background;
  132. text-color: @alternate-active-foreground;
  133. }
  134. scrollbar {
  135. width: 4px ;
  136. border: 0;
  137. handle-color: @normal-foreground;
  138. handle-width: 8px ;
  139. padding: 0;
  140. }
  141. sidebar {
  142. border: 2px dash 0px 0px ;
  143. border-color: @separatorcolor;
  144. }
  145. button {
  146. spacing: 0;
  147. text-color: @normal-foreground;
  148. }
  149. button selected {
  150. background-color: @selected-normal-background;
  151. text-color: @selected-normal-foreground;
  152. }
  153. inputbar {
  154. padding: 1px 18px 1 px 18px ;
  155. border-spacing: 8;
  156. border: 1;
  157. border-radius: 9;
  158. spacing: 8px;
  159. margin: 8px;
  160. background-color: @clear;
  161. border-color: @foreground;
  162. text-color: @text2;
  163. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  164. }
  165. case-indicator {
  166. spacing: 0;
  167. background-color: @clear;
  168. text-color: @normal-foreground;
  169. }
  170. entry {
  171. spacing: 0;
  172. background-color: @clear;
  173. text-color: @normal-foreground;
  174. }
  175. prompt {
  176. spacing: 0;
  177. background-color: @clear;
  178. text-color: @normal-foreground;
  179. }
  180. textbox-prompt-colon {
  181. expand: false;
  182. str: ":";
  183. margin: 0px 0.3000em 0.0000em 0.0000em ;
  184. text-color: inherit;
  185. background-color: @clear;
  186. }
  187.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement