poetician

Rofi | 0258 wheat-sunset-02D

Jun 30th, 2021
148
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-0258 Wheat Sunset ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0258 Wheat Sunset
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. orange: #fe9e85;
  11. white: #FEFCFF;
  12. black: #00000080;
  13. red: #dd00d233;
  14. blue: #bf00e780;
  15. lightfg: #ff52384d;
  16. lightbg: #ed970100;
  17. foreground: #4113684d;
  18. background: #2D2C314d;
  19. background-color: #9720fb1a;
  20. separatorcolor: @foreground;
  21. border-color: @foreground;
  22. selected-normal-foreground: @black;
  23. selected-normal-background: @lightfg;
  24. selected-active-foreground: @red;
  25. selected-active-background: @blue;
  26. selected-urgent-foreground: @background;
  27. selected-urgent-background: @red;
  28. normal-foreground: @white;
  29. normal-background: @background;
  30. active-foreground: @blue;
  31. active-background: @background;
  32. urgent-foreground: @red;
  33. urgent-background: @background;
  34. alternate-normal-foreground: @white;
  35. alternate-normal-background: @lightbg;
  36. alternate-active-foreground: @blue;
  37. alternate-active-background: @lightbg;
  38. alternate-urgent-foreground: @red;
  39. alternate-urgent-background: @lightbg;
  40. spacing: 2;
  41. }
  42. window {
  43. anchor: southwest;
  44. location: southwest;
  45. width: 20%;
  46. x-offset: 40px;
  47. y-offset: -60px;
  48. background-color: @background;
  49. border: 10 dash 2px 5 ;
  50. border-radius: 10 10 10 10 ;
  51. padding: 5 10 5 10 ;
  52. }
  53. mainbox {
  54. border: 7;
  55. border-radius: 24 24 1 1;
  56. padding: 10;
  57. }
  58. message {
  59. border: 1px dash 0px 0px ;
  60. border-color: @separatorcolor;
  61. padding: 10px ;
  62. }
  63. textbox {
  64. text-color: @foreground;
  65. }
  66. listview {
  67. lines: 8;
  68. columns: 1;
  69. fixed-height: 0;
  70. border: 5px dash 5px 5px ;
  71. border-radius: 24 24 2 2;
  72. border-color: @separatorcolor;
  73. spacing: 10px ;
  74. scrollbar: false;
  75. padding: 7px 5px 5px ;
  76. }
  77. element-icon {
  78. size: 2.2em ;
  79. }
  80. element {
  81. orientation: vertical;
  82. }
  83. element-text {
  84. horizontal-align: 0.5;
  85. }
  86. element {
  87. children: [element-icon, element-text];
  88. background-image: linear-gradient(to right, #bf00e766, #4113684d, #ed970133);
  89. border: 4 10 4 10 ;
  90. border-radius: 10 10 5 5 ;
  91. padding: 4px ;
  92. }
  93. element normal.normal {
  94. background-color: @normal-background;
  95. text-color: @normal-foreground;
  96. }
  97. element normal.urgent {
  98. background-color: @urgent-background;
  99. text-color: @urgent-foreground;
  100. }
  101. element normal.active {
  102. background-color: @active-background;
  103. text-color: @active-foreground;
  104. }
  105. element selected.normal {
  106. background-color: @selected-normal-background;
  107. text-color: @selected-normal-foreground;
  108. }
  109. element selected.urgent {
  110. background-color: @selected-urgent-background;
  111. text-color: @selected-urgent-foreground;
  112. }
  113. element selected.active {
  114. background-color: @selected-active-background;
  115. text-color: @selected-active-foreground;
  116. }
  117. element alternate.normal {
  118. background-color: @alternate-normal-background;
  119. text-color: @alternate-normal-foreground;
  120. }
  121. element alternate.urgent {
  122. background-color: @alternate-urgent-background;
  123. text-color: @alternate-urgent-foreground;
  124. }
  125. element alternate.active {
  126. background-color: @alternate-active-background;
  127. text-color: @alternate-active-foreground;
  128. }
  129. scrollbar {
  130. width: 4px ;
  131. border: 0;
  132. handle-color: @normal-foreground;
  133. handle-width: 8px ;
  134. padding: 0;
  135. }
  136. sidebar {
  137. border: 2px dash 0px 0px ;
  138. border-color: @separatorcolor;
  139. }
  140. button {
  141. spacing: 0;
  142. text-color: @normal-foreground;
  143. }
  144. button selected {
  145. background-color: @selected-normal-background;
  146. text-color: @selected-normal-foreground;
  147. }
  148. inputbar {
  149. padding: 10px;
  150. border-spacing: 5 5 5 5;
  151. border: 5px 5px 5px 5px ;
  152. border-radius: 16 16 2 2;
  153. spacing: 20px;
  154. margin: 5px 5px 5px;
  155. border-color: @black;
  156. text-color: @orange;
  157. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  158. }
  159. case-indicator {
  160. spacing: 0;
  161. text-color: @orange;
  162. }
  163. entry {
  164. spacing: 0;
  165. text-color: @orange;
  166. }
  167. prompt {
  168. spacing: 0;
  169. text-color: @orange;
  170. }
  171. textbox-prompt-colon {
  172. expand: false;
  173. str: ":";
  174. margin: 0px 0.3000em 0.0000em 0.0000em ;
  175. text-color: inherit;
  176. }
  177.  
Advertisement
Add Comment
Please, Sign In to add comment