poetician

Rofi | 0050-Mangrove-sunset-03G

Jun 27th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 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: @foreground;
  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. padding: 10;
  51. }
  52. mainbox {
  53. border: 4px 2px 0px 8px;
  54. border-radius: 12 12 0 0 ;
  55. padding: 10;
  56. }
  57. message {
  58. border: 4px 2px 0px 8px;
  59. border-color: @separatorcolor;
  60. padding: 6px ;
  61. }
  62. textbox {
  63. text-color: @foreground;
  64. }
  65. listview {
  66. lines: 6;
  67. columns: 3;
  68. fixed-height: 0;
  69. border: 4px 2px 0px 8px;
  70. border-radius: 12 12 0 0 ;
  71. border-color: @separatorcolor;
  72. spacing: 8px ;
  73. scrollbar: false;
  74. padding: 12px ;
  75. }
  76. element-icon {
  77. size: 2.2em ;
  78. }
  79. element {
  80. orientation: horizontal;
  81. }
  82. element-text {
  83. vertical-align: 0.45;
  84. }
  85. element {
  86. children: [element-icon, element-text];
  87. background-image: linear-gradient(to left, #FFEC9833, #85A7B199, #489D1B80);
  88. border: 4px 2px 0px 8px;
  89. border-radius: 12 12 0 0 ;
  90. padding: 10px ;
  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: 0px ;
  130. border: 0;
  131. handle-color: @normal-foreground;
  132. handle-width: 8px ;
  133. padding: 0;
  134. }
  135. sidebar {
  136. border: 2px 0px 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: 4px 24px 4px 24px;
  149. border-spacing: 8;
  150. border: 3px 2px 1px 4px ;
  151. border-radius: 12 12 12 12 ;
  152. spacing: 24 4 24 4 ;
  153. margin: 8px;
  154. background-color: @black;
  155. border-color: @white;
  156. text-color: @white;
  157. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  158. }
  159. case-indicator {
  160. spacing: 0;
  161. text-color: @normal-foreground;
  162. }
  163. entry {
  164. spacing: 0;
  165. text-color: @normal-foreground;
  166. }
  167. prompt {
  168. spacing: 0;
  169. text-color: @normal-foreground;
  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