poetician

Rofi | 0050-Mangrove-sunset-04G

Jun 27th, 2021
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 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. text: #FDFCDE;
  11. black: #00000000;
  12. red: #D04737;
  13. blue: #8b9ebc99;
  14. lightfg: #FFD193;
  15. lightbg: #a2a9ba4d;
  16. foreground: #8b9ebc99;
  17. background: #20252d80;
  18. background-color: #2c2f5040;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. selected-normal-foreground: @lightfg;
  22. selected-normal-background: @lightbg;
  23. selected-active-foreground: @background;
  24. selected-active-background: @blue;
  25. selected-urgent-foreground: @background;
  26. selected-urgent-background: @red;
  27. normal-foreground: @text;
  28. normal-background: @background;
  29. active-foreground: @blue;
  30. active-background: @background;
  31. urgent-foreground: @red;
  32. urgent-background: @background;
  33. alternate-normal-foreground: @text;
  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. anchor: southwest;
  43. location: southwest;
  44. width: 50%;
  45. x-offset: 40px;
  46. y-offset: -40px;
  47. background-color: @black;
  48. border: 4px 12px 12px 4px ;
  49. border-radius: 12;
  50. padding: 16;
  51. }
  52. mainbox {
  53. border: 4px 12px 12px 4px ;
  54. border-radius: 10;
  55. padding: 14;
  56. }
  57. message {
  58. border: 4px 12px 12px 4px ;
  59. border-radius: 12;
  60. border-color: @separatorcolor;
  61. padding: 14px ;
  62. }
  63. textbox {
  64. text-color: @foreground;
  65. }
  66. listview {
  67. lines: 7;
  68. columns: 3;
  69. fixed-height: 0;
  70. border: 4px 12px 12px 4px ;
  71. border-radius: 8;
  72. border-color: @separatorcolor;
  73. spacing: 20px ;
  74. scrollbar: false;
  75. padding: 12px ;
  76. }
  77. element-icon {
  78. size: 2em ;
  79. }
  80. element {
  81. orientation: horizontal;
  82. }
  83. element {
  84. children: [element-icon, element-text];
  85. background-image: linear-gradient(to left, #FFEC9866, #85A7B133, #489D1B33);
  86. border: 4px 12px 12px 4px ;
  87. border-radius: 6 ;
  88. padding: 8px ;
  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: 4px 12px 12px 4px ;
  135. border-radius: 60;
  136. border-color: @separatorcolor;
  137. }
  138. button {
  139. spacing: 0;
  140. text-color: @normal-foreground;
  141. }
  142. button selected {
  143. background-color: @selected-normal-background;
  144. text-color: @selected-normal-foreground;
  145. }
  146. inputbar {
  147. padding: 6px ;
  148. border-spacing: 8 ;
  149. border: 4px 6px 6px 4px ;
  150. border-radius: 4;
  151. spacing: 10px;
  152. margin: 5px 5px 5px;
  153. border-color: @foreground;
  154. text-color: @normal-foreground;
  155. background-color: @black;
  156. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  157. case-indicator {
  158. spacing: 0;
  159. background-color: @black;
  160. text-color: @normal-foreground;
  161. }
  162. case-indicator {
  163. spacing: 0;
  164. background-color: @black;
  165. text-color: @normal-foreground;
  166. }
  167. entry {
  168. spacing: 0;
  169. background-color: @black;
  170. text-color: @normal-foreground;
  171. }
  172. prompt {
  173. spacing: 0;
  174. background-color: @black;
  175. text-color: @normal-foreground;
  176. }
  177. textbox-prompt-colon {
  178. expand: false;
  179. str: ":";
  180. margin: 0px 0.3000em 0.0000em 0.0000em ;
  181. text-color: inherit;
  182. }
  183.  
Advertisement
Add Comment
Please, Sign In to add comment