Advertisement
poetician

Rofi | 0024 Field and Cloud 03G (updated)

Apr 26th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0024 Field and Cloud ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0024 Field and Cloud 03G
  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 right, #adcbc699, #adcbc666, #c3ca3a33);
  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. text-color: inherit;
  93. }
  94. element {
  95. border: 8;
  96. border-color: @background;
  97. border-radius: 10;
  98. padding: 10px ;
  99. }
  100. element normal.normal {
  101. background-color: @normal-background;
  102. text-color: @normal-foreground;
  103. }
  104. element normal.urgent {
  105. background-color: @urgent-background;
  106. text-color: @urgent-foreground;
  107. }
  108. element normal.active {
  109. background-color: @active-background;
  110. text-color: @active-foreground;
  111. }
  112. element selected.normal {
  113. background-color: @selected-normal-background;
  114. text-color: @selected-normal-foreground;
  115. }
  116. element selected.urgent {
  117. background-color: @selected-urgent-background;
  118. text-color: @selected-urgent-foreground;
  119. }
  120. element selected.active {
  121. background-color: @selected-active-background;
  122. text-color: @selected-active-foreground;
  123. }
  124. element alternate.normal {
  125. background-color: @alternate-normal-background;
  126. text-color: @alternate-normal-foreground;
  127. }
  128. element alternate.urgent {
  129. background-color: @alternate-urgent-background;
  130. text-color: @alternate-urgent-foreground;
  131. }
  132. element alternate.active {
  133. background-color: @alternate-active-background;
  134. text-color: @alternate-active-foreground;
  135. }
  136. scrollbar {
  137. width: 4px ;
  138. border: 0;
  139. handle-color: @normal-foreground;
  140. handle-width: 8px ;
  141. padding: 0;
  142. }
  143. sidebar {
  144. border: 2px 0px 0px 0px ;
  145. border-color: @separatorcolor;
  146. }
  147. button {
  148. spacing: 0;
  149. text-color: @normal-foreground;
  150. }
  151. button selected {
  152. background-color: @selected-normal-background;
  153. text-color: @selected-normal-foreground;
  154. }
  155. inputbar {
  156. padding: 5px 15px 5px 15px ;
  157. border-spacing: 0 0 0 0;
  158. border: 0px 2px 2px 6px ;
  159. border-radius: 0 0 8 8 ;
  160. spacing: 10px;
  161. margin: 5px 0px 5px 0px ;
  162. border-color: @foreground;
  163. text-color: @black;
  164. background-color: @clear;
  165. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  166. }
  167. case-indicator {
  168. spacing: 0;
  169. background-color: @clear;
  170. text-color: @normal-foreground;
  171. }
  172. entry {
  173. spacing: 0;
  174. background-color: @clear;
  175. text-color: @normal-foreground;
  176. }
  177. prompt {
  178. spacing: 0;
  179. background-color: @clear;
  180. text-color: @normal-foreground;
  181. }
  182. textbox-prompt-colon {
  183. expand: false;
  184. str: ":";
  185. background-color: @clear;
  186. margin: 0px 0.3000em 0.0000em 0.0000em ;
  187. text-color: inherit;
  188. }
  189.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement