poetician

Rofi | 0024 Field and Cloud 02

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