Advertisement
poetician

Rofi | 0024 Field and Cloud 03

Apr 26th, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 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 03 Poetician Edition
  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: southeast;
  42. location: southeast;
  43. width: 50%;
  44. x-offset: -40px;
  45. y-offset: -240px;
  46. background-color: @background;
  47. border: 2 4 2 4;
  48. border-radius: 12;
  49. padding: 4;
  50. }
  51. mainbox {
  52. border: 2 4 2 4;
  53. border-radius: 9;
  54. padding: 4;
  55. }
  56. message {
  57. border: 5px 0px 0px 0px ;
  58. border-radius: 20;
  59. border-color: @separatorcolor;
  60. padding: 1px ;
  61. }
  62. textbox {
  63. text-color: @foreground;
  64. }
  65. listview {
  66. lines: 7;
  67. columns: 2;
  68. fixed-height: 0;
  69. border: 1px 1px 1px 1px ;
  70. border-radius: 12;
  71. border-color: @separatorcolor;
  72. spacing: 2px ;
  73. scrollbar: false;
  74. padding: 4px 0px 0px ;
  75. }
  76. element {
  77. children: [element-icon, element-text];
  78. background-image: linear-gradient(to left, yellow/40%, white/30%, yellow/20%);
  79. border: 4;
  80. border-color: @background;
  81. border-radius: 9;
  82. padding: 4px ;
  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 normal.normal {
  95. background-color: @normal-background;
  96. text-color: @normal-foreground;
  97. }
  98. element normal.urgent {
  99. background-color: @urgent-background;
  100. text-color: @urgent-foreground;
  101. }
  102. element normal.active {
  103. background-color: @active-background;
  104. text-color: @active-foreground;
  105. }
  106. element selected.normal {
  107. background-color: @selected-normal-background;
  108. text-color: @selected-normal-foreground;
  109. }
  110. element selected.urgent {
  111. background-color: @selected-urgent-background;
  112. text-color: @selected-urgent-foreground;
  113. }
  114. element selected.active {
  115. background-color: @selected-active-background;
  116. text-color: @selected-active-foreground;
  117. }
  118. element alternate.normal {
  119. background-color: @alternate-normal-background;
  120. text-color: @alternate-normal-foreground;
  121. }
  122. element alternate.urgent {
  123. background-color: @alternate-urgent-background;
  124. text-color: @alternate-urgent-foreground;
  125. }
  126. element alternate.active {
  127. background-color: @alternate-active-background;
  128. text-color: @alternate-active-foreground;
  129. }
  130. scrollbar {
  131. width: 4px ;
  132. border: 0;
  133. handle-color: @normal-foreground;
  134. handle-width: 8px ;
  135. padding: 0;
  136. }
  137. sidebar {
  138. border: 2px 0px 0px 0px ;
  139. border-color: @separatorcolor;
  140. }
  141. button {
  142. spacing: 0;
  143. text-color: @normal-foreground;
  144. }
  145. button selected {
  146. background-color: @selected-normal-background;
  147. text-color: @selected-normal-foreground;
  148. }
  149. inputbar {
  150. padding: 5px 15px 5px 15px ;
  151. border-spacing: 4;
  152. border: 1px 2px 1px 2px ;
  153. border-radius: 8 ;
  154. spacing: 8px;
  155. margin: 5px 0px 5px 0px ;
  156. border-color: @foreground;
  157. text-color: @black;
  158. background-color: @clear;
  159. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  160. }
  161. case-indicator {
  162. spacing: 0;
  163. text-color: @normal-foreground;
  164. background-color: @clear;
  165. }
  166. entry {
  167. spacing: 0;
  168. text-color: @normal-foreground;
  169. background-color: @clear;
  170. }
  171. prompt {
  172. spacing: 0;
  173. text-color: @normal-foreground;
  174. background-color: @clear;
  175. }
  176. textbox-prompt-colon {
  177. expand: false;
  178. str: ":";
  179. background-color: @clear;
  180. margin: 0px 0.3000em 0.0000em 0.0000em ;
  181. text-color: inherit;
  182. }
  183.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement