poetician

Rofi | 0024 Field and Cloud 03G

Jun 27th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0024 Montane ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0024 Montane
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. clear: #00000000;
  11. red: #364a5899;
  12. blue: #adcbc6b3;
  13. lightfg: #bad1cbe6;
  14. lightbg: #1111114d;
  15. foreground: #c3ca3ae6;
  16. background: #0012004d;
  17. background-color: #0012004d;
  18. separatorcolor: @foreground;
  19. border-color: @foreground;
  20. selected-normal-foreground: @red;
  21. selected-normal-background: @lightfg;
  22. selected-active-foreground: @background;
  23. selected-active-background: @blue;
  24. selected-urgent-foreground: @background;
  25. selected-urgent-background: @red;
  26. normal-foreground: @foreground;
  27. normal-background: @background;
  28. active-foreground: @blue;
  29. active-background: @background;
  30. urgent-foreground: @red;
  31. urgent-background: @background;
  32. alternate-normal-foreground: @foreground;
  33. alternate-normal-background: @lightbg;
  34. alternate-active-foreground: @blue;
  35. alternate-active-background: @lightbg;
  36. alternate-urgent-foreground: @red;
  37. alternate-urgent-background: @lightbg;
  38. spacing: 2;
  39. }
  40. window {
  41. anchor: center;
  42. location: east;
  43. width: 50%;
  44. x-offset: -540px;
  45. y-offset: -10px;
  46. background-color: @background;
  47. border: 0;
  48. border-radius: 8;
  49. padding: 0;
  50. }
  51. mainbox {
  52. border: 0;
  53. border-radius: 8;
  54. padding: 0;
  55. }
  56. message {
  57. border: 6px 0px 0px 0px ;
  58. border-radius: 8;
  59. border-color: @separatorcolor;
  60. padding: 4px ;
  61. }
  62. textbox {
  63. text-color: @foreground;
  64. }
  65. listview {
  66. lines: 6;
  67. columns: 3;
  68. fixed-height: 0;
  69. border: 2px 2px 0px 6px ;
  70. border-radius: 8 8 0 0;
  71. border-color: @separatorcolor;
  72. spacing: 4px ;
  73. scrollbar: false;
  74. padding: 4px ;
  75. }
  76. element {
  77. children: [element-icon, element-text];
  78. background-image: linear-gradient(to left, yellow/40%, white/30%, yellow/20%);
  79. border: 8;
  80. border-color: @background;
  81. border-radius: 15;
  82. padding: 10px ;
  83. }
  84. element-icon {
  85. size: 2em ;
  86. }
  87. element {
  88. orientation: horizontal;
  89. }
  90. element-text {
  91. vertical-align: 0.45;
  92. }
  93. element {
  94. border: 8;
  95. border-color: @background;
  96. border-radius: 10;
  97. padding: 10px ;
  98. }
  99. element normal.normal {
  100. background-color: @normal-background;
  101. text-color: @normal-foreground;
  102. }
  103. element normal.urgent {
  104. background-color: @urgent-background;
  105. text-color: @urgent-foreground;
  106. }
  107. element normal.active {
  108. background-color: @active-background;
  109. text-color: @active-foreground;
  110. }
  111. element selected.normal {
  112. background-color: @selected-normal-background;
  113. text-color: @selected-normal-foreground;
  114. }
  115. element selected.urgent {
  116. background-color: @selected-urgent-background;
  117. text-color: @selected-urgent-foreground;
  118. }
  119. element selected.active {
  120. background-color: @selected-active-background;
  121. text-color: @selected-active-foreground;
  122. }
  123. element alternate.normal {
  124. background-color: @alternate-normal-background;
  125. text-color: @alternate-normal-foreground;
  126. }
  127. element alternate.urgent {
  128. background-color: @alternate-urgent-background;
  129. text-color: @alternate-urgent-foreground;
  130. }
  131. element alternate.active {
  132. background-color: @alternate-active-background;
  133. text-color: @alternate-active-foreground;
  134. }
  135. scrollbar {
  136. width: 4px ;
  137. border: 0;
  138. handle-color: @normal-foreground;
  139. handle-width: 8px ;
  140. padding: 0;
  141. }
  142. sidebar {
  143. border: 2px 0px 0px 0px ;
  144. border-color: @separatorcolor;
  145. }
  146. button {
  147. spacing: 0;
  148. text-color: @normal-foreground;
  149. }
  150. button selected {
  151. background-color: @selected-normal-background;
  152. text-color: @selected-normal-foreground;
  153. }
  154. inputbar {
  155. padding: 5px 15px 5px 15px ;
  156. border-spacing: 0 0 0 0;
  157. border: 0px 2px 2px 6px ;
  158. border-radius: 0 0 8 8 ;
  159. spacing: 10px;
  160. margin: 5px 0px 5px 0px ;
  161. border-color: @foreground;
  162. text-color: @black;
  163. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  164. }
  165. case-indicator {
  166. spacing: 0;
  167. text-color: @normal-foreground;
  168. }
  169. entry {
  170. spacing: 0;
  171. text-color: @normal-foreground;
  172. }
  173. prompt {
  174. spacing: 0;
  175. text-color: @normal-foreground;
  176. }
  177. textbox-prompt-colon {
  178. expand: false;
  179. str: ":";
  180. margin: 0px 0.3000em 0.0000em 0.0000em ;
  181. text-color: inherit;
  182. }
  183.  
Advertisement
Add Comment
Please, Sign In to add comment