poetician

Rofi | 0023 Montane 1L

Jun 27th, 2021
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 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. 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: southwest;
  44. location: southwest;
  45. width: 50%;
  46. x-offset: 40px;
  47. y-offset: -40px;
  48. background-color: @background;
  49. border: 1;
  50. border-radius: 12;
  51. border-color: @yellow;
  52. padding: 8;
  53. }
  54. mainbox {
  55. border: 1;
  56. border-radius: 8;
  57. border-color: @yellow;
  58. padding: 8;
  59. }
  60. message {
  61. border: 1px ;
  62. border-radius: 20;
  63. border-color: @separatorcolor;
  64. padding: 8px ;
  65. }
  66. textbox {
  67. text-color: @foreground;
  68. }
  69. listview {
  70. lines: 5;
  71. columns: 3;
  72. fixed-height: 0;
  73. border: 1px ;
  74. border-radius: 8;
  75. border-color: #ABBEBD80;
  76. spacing: 16px ;
  77. scrollbar: false;
  78. padding: 8px ;
  79. }
  80. element-icon {
  81. size: 2em ;
  82. }
  83. element {
  84. orientation: horizontal;
  85. }
  86. element-text {
  87. vertical-align: 0.45;
  88. }
  89. element {
  90. children: [element-icon, element-text];
  91. background-image: linear-gradient(to left, #ABBEBD80, #E2E2D91a, #94C1AA80);
  92. border: 1px ;
  93. border-color: @lightblue;
  94. border-radius: 8;
  95. padding: 8px ;
  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 0px 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: 6 ;
  154. border-spacing: 10 4 10 4;
  155. border: 1px ;
  156. border-radius: 4 ;
  157. spacing: 2px ;
  158. margin: 0px 18px 8px 18px ;
  159. border-color: #ABBEBD80;
  160. text-color: @normal-foreground;
  161. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  162. }
  163. case-indicator {
  164. spacing: 0;
  165. text-color: @normal-foreground;
  166. }
  167. entry {
  168. spacing: 0;
  169. text-color: @normal-foreground;
  170. }
  171. prompt {
  172. spacing: 0;
  173. text-color: @normal-foreground;
  174. }
  175. textbox-prompt-colon {
  176. expand: false;
  177. str: ":";
  178. margin: 0px 0.3000em 0.0000em 0.0000em ;
  179. text-color: inherit;
  180. }
  181.  
Advertisement
Add Comment
Please, Sign In to add comment