Advertisement
poetician

Rofi | 0024 Field and Cloud 02G

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