Advertisement
poetician

Rofi | 0024 Field and Cloud 05

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