Advertisement
poetician

Rofi | 0023 Montane 05GD (updated)

Apr 25th, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0023 Montane ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0023 Montane 05GD Poetician Edition
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. yellow: #feec8f;
  11. amber: #F9C45B;
  12. lightblue: #94C1AA;
  13. red: #B4904980;
  14. blue: #7EB1AE80;
  15. lightfg: #ABBEBD;
  16. lightbg: #0202021a;
  17. foreground: #E2E2D9;
  18. background: #2E2E2A99;
  19. background-color: #2E2E2A33;
  20. separatorcolor: @foreground;
  21. border-color: @foreground;
  22. selected-normal-foreground: @foreground;
  23. selected-normal-background: @red;
  24. selected-active-foreground: @background;
  25. selected-active-background: @blue;
  26. selected-urgent-foreground: @background;
  27. selected-urgent-background: @red;
  28. normal-foreground: @yellow;
  29. normal-background: @background;
  30. active-foreground: @blue;
  31. active-background: @background;
  32. urgent-foreground: @red;
  33. urgent-background: @background;
  34. alternate-normal-foreground: @yellow;
  35. alternate-normal-background: @blue;
  36. alternate-active-foreground: @blue;
  37. alternate-active-background: @lightbg;
  38. alternate-urgent-foreground: @red;
  39. alternate-urgent-background: @lightbg;
  40. spacing: 2;
  41. }
  42. window {
  43. anchor: southeast;
  44. location: southeast;
  45. width: 50%;
  46. x-offset: -60px;
  47. y-offset: -60px;
  48. background-color: @background;
  49. border: 8;
  50. border-radius: 20;
  51. border-color: @yellow;
  52. padding: 2;
  53. }
  54. mainbox {
  55. border: 8;
  56. border-radius: 8;
  57. border-color: @yellow;
  58. padding: 3;
  59. }
  60. message {
  61. border: 10px dash 0px 0px ;
  62. border-radius: 20;
  63. border-color: @separatorcolor;
  64. padding: 1px ;
  65. }
  66. textbox {
  67. text-color: @foreground;
  68. }
  69. listview {
  70. lines: 5;
  71. columns: 3;
  72. fixed-height: 0;
  73. border: 6px dash 0px 0px ;
  74. border-radius: 8;
  75. border-color: @separatorcolor;
  76. spacing: 10px ;
  77. scrollbar: false;
  78. padding: 10px 1px 0px 1px ;
  79. }
  80. element-icon {
  81. size: 2em ;
  82. }
  83. element {
  84. orientation: horizontal;
  85. }
  86. element-text {
  87. vertical-align: 0.45;
  88. text-color: inherit;
  89. }
  90. element {
  91. children: [element-icon, element-text];
  92. background-image: linear-gradient(to left, #ABBEBD33, #E2E2D94d, #94C1AA80);
  93. border: 1px dash 0px 6px ;
  94. border-color: @lightblue;
  95. border-radius: 8;
  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: 6 ;
  155. border-spacing: 10 4 10 4;
  156. border: 6px dash 0px 0px ;
  157. border-radius: 4 ;
  158. spacing: 2px ;
  159. margin: 0px 18px 0px 18px ;
  160. border-color: @foreground;
  161. text-color: @normal-foreground;
  162. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  163. }
  164. case-indicator {
  165. spacing: 0;
  166. text-color: @normal-foreground;
  167. }
  168. entry {
  169. spacing: 0;
  170. text-color: @normal-foreground;
  171. }
  172. prompt {
  173. spacing: 0;
  174. text-color: @normal-foreground;
  175. }
  176. textbox-prompt-colon {
  177. expand: false;
  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
Advertisement