poetician

Rofi | 0023 Montane 05

Jun 21st, 2021
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 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. background-color: @background;
  44. border: 8;
  45. border-radius: 20;
  46. border-color: @yellow;
  47. padding: 2;
  48. x-offset: 40;
  49. y-offset: 40;
  50. }
  51. mainbox {
  52. border: 8;
  53. border-radius: 8;
  54. border-color: @yellow;
  55. padding: 3;
  56. }
  57. message {
  58. border: 10px dash 0px 0px ;
  59. border-radius: 20;
  60. border-color: @separatorcolor;
  61. padding: 1px ;
  62. }
  63. textbox {
  64. text-color: @foreground;
  65. }
  66. listview {
  67. fixed-height: 0;
  68. border: 6px dash 0px 0px ;
  69. border-radius: 8;
  70. border-color: @separatorcolor;
  71. spacing: 10px ;
  72. scrollbar: false;
  73. padding: 10px 1px 0px 1px ;
  74. }
  75. element-icon {
  76. size: 2em ;
  77. }
  78. element {
  79. orientation: horizontal;
  80. }
  81. element-text {
  82. vertical-align: 0.45;
  83. }
  84. element {
  85. border: 1px dash 0px 6px ;
  86. border-color: @lightblue;
  87. border-radius: 8;
  88. padding: 10px ;
  89. }
  90. element normal.normal {
  91. background-color: @normal-background;
  92. text-color: @normal-foreground;
  93. }
  94. element normal.urgent {
  95. background-color: @urgent-background;
  96. text-color: @urgent-foreground;
  97. }
  98. element normal.active {
  99. background-color: @active-background;
  100. text-color: @active-foreground;
  101. }
  102. element selected.normal {
  103. background-color: @selected-normal-background;
  104. text-color: @selected-normal-foreground;
  105. }
  106. element selected.urgent {
  107. background-color: @selected-urgent-background;
  108. text-color: @selected-urgent-foreground;
  109. }
  110. element selected.active {
  111. background-color: @selected-active-background;
  112. text-color: @selected-active-foreground;
  113. }
  114. element alternate.normal {
  115. background-color: @alternate-normal-background;
  116. text-color: @alternate-normal-foreground;
  117. }
  118. element alternate.urgent {
  119. background-color: @alternate-urgent-background;
  120. text-color: @alternate-urgent-foreground;
  121. }
  122. element alternate.active {
  123. background-color: @alternate-active-background;
  124. text-color: @alternate-active-foreground;
  125. }
  126. scrollbar {
  127. width: 4px ;
  128. border: 0;
  129. handle-color: @normal-foreground;
  130. handle-width: 8px ;
  131. padding: 0;
  132. }
  133. sidebar {
  134. border: 2px dash 0px 0px ;
  135. border-color: @separatorcolor;
  136. }
  137. button {
  138. spacing: 0;
  139. text-color: @normal-foreground;
  140. }
  141. button selected {
  142. background-color: @selected-normal-background;
  143. text-color: @selected-normal-foreground;
  144. }
  145. inputbar {
  146. padding: 6 ;
  147. border-spacing: 10 4 10 4;
  148. border: 6px dash 0px 0px ;
  149. border-radius: 4 ;
  150. spacing: 2px ;
  151. margin: 0px 18px 0px 18px ;
  152. border-color: @foreground;
  153. text-color: @normal-foreground;
  154. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  155. }
  156. case-indicator {
  157. spacing: 0;
  158. text-color: @normal-foreground;
  159. }
  160. entry {
  161. spacing: 0;
  162. text-color: @normal-foreground;
  163. }
  164. prompt {
  165. spacing: 0;
  166. text-color: @normal-foreground;
  167. }
  168. textbox-prompt-colon {
  169. expand: false;
  170. str: ":";
  171. margin: 0px 0.3000em 0.0000em 0.0000em ;
  172. text-color: inherit;
  173. }
  174.  
Advertisement
Add Comment
Please, Sign In to add comment