poetician

Rofi | 0024 Field and Cloud 02

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