poetician

Rofi | 0023 Montane 04G

Jun 26th, 2021
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 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. sky: #3687a9;
  12. yellow: #F9C45B99;
  13. lightblue: #94C1AA;
  14. red: #B4904980;
  15. blue: #7EB1AE80;
  16. lightfg: #ABBEBD;
  17. lightbg: #0202021a;
  18. foreground: #E2E2D9;
  19. background: #2E2E2A99;
  20. background-color: #2E2E2A33;
  21. separatorcolor: @foreground;
  22. border-color: @sky;
  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: east;
  45. location: east;
  46. width: 60%;
  47. x-offset: -40px;
  48. y-offset: 0px;
  49. background-color: @background;
  50. border: 8;
  51. border-radius: 20;
  52. padding: 2;
  53. }
  54. mainbox {
  55. border: 8;
  56. border-radius: 8;
  57. padding: 10;
  58. }
  59. message {
  60. border: 10px 0px 0px 0px ;
  61. border-radius: 20;
  62. border-color: @separatorcolor;
  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 0px ;
  73. border-radius: 8;
  74. border-color: @lightfg;
  75. spacing: 10px ;
  76. scrollbar: false;
  77. padding: 10px 1px 0px 1px ;
  78. }
  79. element-icon {
  80. size: 2em ;
  81. }
  82. element {
  83. orientation: horizontal;
  84. }
  85. element-text {
  86. vertical-align: 0.45;
  87. }
  88. element {
  89. children: [element-icon, element-text];
  90. background-image: linear-gradient(to left, yellow/40%, green/20%, blue/20%);
  91. border: 6px 0px 0px 0px ;
  92. border-color: @lightblue;
  93. border-radius: 8;
  94. padding: 10px ;
  95. }
  96. element normal.normal {
  97. background-color: @normal-background;
  98. text-color: @normal-foreground;
  99. }
  100. element normal.urgent {
  101. background-color: @urgent-background;
  102. text-color: @urgent-foreground;
  103. }
  104. element normal.active {
  105. background-color: @active-background;
  106. text-color: @active-foreground;
  107. }
  108. element selected.normal {
  109. background-color: @selected-normal-background;
  110. text-color: @selected-normal-foreground;
  111. }
  112. element selected.urgent {
  113. background-color: @selected-urgent-background;
  114. text-color: @selected-urgent-foreground;
  115. }
  116. element selected.active {
  117. background-color: @selected-active-background;
  118. text-color: @selected-active-foreground;
  119. }
  120. element alternate.normal {
  121. background-color: @alternate-normal-background;
  122. text-color: @alternate-normal-foreground;
  123. }
  124. element alternate.urgent {
  125. background-color: @alternate-urgent-background;
  126. text-color: @alternate-urgent-foreground;
  127. }
  128. element alternate.active {
  129. background-color: @alternate-active-background;
  130. text-color: @alternate-active-foreground;
  131. }
  132. scrollbar {
  133. width: 4px ;
  134. border: 0;
  135. handle-color: @normal-foreground;
  136. handle-width: 8px ;
  137. padding: 0;
  138. }
  139. sidebar {
  140. border: 2px 0px 0px 0px ;
  141. border-color: @separatorcolor;
  142. }
  143. button {
  144. spacing: 0;
  145. text-color: @normal-foreground;
  146. }
  147. button selected {
  148. background-color: @selected-normal-background;
  149. text-color: @selected-normal-foreground;
  150. }
  151. inputbar {
  152. padding: 5 ;
  153. border-spacing: 10 4 10 4;
  154. border: 6px 0px 0px 0px ;
  155. border-color: @lightfg;
  156. border-radius: 9 ;
  157. spacing: 20px ;
  158. margin: 0px 5px 0px 5px ;
  159. text-color: @normal-foreground;
  160. background-color: @clear;
  161. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  162. }
  163. case-indicator {
  164. spacing: 0;
  165. background-color: @clear;
  166. text-color: @normal-foreground;
  167. }
  168. entry {
  169. spacing: 0;
  170. background-color: @clear;
  171. text-color: @normal-foreground;
  172. }
  173. prompt {
  174. spacing: 0;
  175. background-color: @clear;
  176. text-color: @normal-foreground;
  177. }
  178. textbox-prompt-colon {
  179. background-color: @clear;
  180. expand: false;
  181. str: ":";
  182. margin: 0px 0.3000em 0.0000em 0.0000em ;
  183. text-color: inherit;
  184. }
  185.  
Advertisement
Add Comment
Please, Sign In to add comment