poetician

Rofi | 0050-Mangrove-sunset-02G

Jun 27th, 2021
145
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-0050 Round Suru ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0050 Round Suru
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. white: #FFEC98;
  11. olive: #489D1B;
  12. grey: #85A7B1;
  13. green: #48A07A4d;
  14. red: #D69C8733;
  15. blue: #9CA9D099;
  16. lightfg: #A19894;
  17. lightbg: #20252D99;
  18. foreground: #A2A9BA;
  19. background: #20252D4d;
  20. background-color: #20252D00;
  21. separatorcolor: @foreground;
  22. border-color: @green;
  23. selected-normal-foreground: @lightbg;
  24. selected-normal-background: @lightfg;
  25. selected-active-foreground: @red;
  26. selected-active-background: @blue;
  27. selected-urgent-foreground: @background;
  28. selected-urgent-background: @red;
  29. normal-foreground: @foreground;
  30. normal-background: @background;
  31. active-foreground: @blue;
  32. active-background: @background;
  33. urgent-foreground: @red;
  34. urgent-background: @background;
  35. alternate-normal-foreground: @foreground;
  36. alternate-normal-background: @lightbg;
  37. alternate-active-foreground: @blue;
  38. alternate-active-background: @lightbg;
  39. alternate-urgent-foreground: @red;
  40. alternate-urgent-background: @lightbg;
  41. spacing: 2;
  42. }
  43. window {
  44. anchor: southwest;
  45. location: southwest;
  46. width: 50%;
  47. x-offset: 40px;
  48. y-offset: -40px;
  49. background-color: @background;
  50. border: 0px;
  51. border-radius: 15;
  52. padding: 0;
  53. }
  54. mainbox {
  55. border: 0px;
  56. border-radius: 10;
  57. padding: 0;
  58. }
  59. message {
  60. border: 10px dash 0px 10px;
  61. border-color: @separatorcolor;
  62. padding: 6px ;
  63. }
  64. textbox {
  65. text-color: @foreground;
  66. }
  67. listview {
  68. lines: 6;
  69. columns: 3;
  70. fixed-height: 0;
  71. border: 0px;
  72. border-radius: 10px 10px 10px 10px;
  73. border-color: @green;
  74. spacing: 8px ;
  75. scrollbar: false;
  76. padding: 4px 0px 0px ;
  77. }
  78. element-icon {
  79. size: 2.2em ;
  80. }
  81. element {
  82. orientation: horizontal;
  83. }
  84. element-text {
  85. vertical-align: 0.55;
  86. }
  87. element {
  88. children: [element-icon, element-text];
  89. background-image: linear-gradient(to left, #FFEC9866, #85A7B133, #489D1B33);
  90. border: 0px;
  91. border-radius: 10;
  92. padding: 10px ;
  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: 0px ;
  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: 4px 4px 4px 4px;
  151. border-spacing: 4;
  152. border: 0px 1px 2px 3px ;
  153. border-radius: 12 12 12 12 ;
  154. spacing: 8px;
  155. margin: 6px;
  156. background-color: @black;
  157. border-color: @white;
  158. text-color: @white;
  159. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  160. }
  161. case-indicator {
  162. spacing: 0;
  163. text-color: @white;
  164. }
  165. entry {
  166. spacing: 0;
  167. text-color: @white;
  168. }
  169. prompt {
  170. spacing: 0;
  171. text-color: @white;
  172. }
  173. textbox-prompt-colon {
  174. expand: false;
  175. str: ":";
  176. margin: 0px 0.3000em 0.0000em 0.0000em ;
  177. text-color: inherit;
  178. }
  179.  
Advertisement
Add Comment
Please, Sign In to add comment