poetician

Rofi | 0163 Swamp 02G

Jun 29th, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 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: #e1e1d8;
  11. black: #00000000;
  12. red: #D04737;
  13. blue: #8b9ebc99;
  14. lightfg: #FFD193;
  15. lightbg: #a2a9ba4d;
  16. foreground: #8b9ebc;
  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: southeast;
  43. location: southeast;
  44. width: 100%;
  45. x-offset: 0px;
  46. y-offset: -120px;
  47. background-color: @black;
  48. border: 6px ;
  49. border-radius: 25;
  50. padding: 14;
  51. }
  52. mainbox {
  53. border: 6px ;
  54. border-radius: 20;
  55. padding: 14;
  56. }
  57. message {
  58. border: 9px 12px 12px 9px ;
  59. border-radius: 20;
  60. border-color: @separatorcolor;
  61. padding: 14px ;
  62. }
  63. textbox {
  64. text-color: @foreground;
  65. }
  66. listview {
  67. lines: 4;
  68. columns: 6;
  69. fixed-height: 0;
  70. border: 5px ;
  71. border-radius: 17;
  72. border-color: @separatorcolor;
  73. spacing: 20px ;
  74. scrollbar: false;
  75. padding: 2px ;
  76. }
  77. element-icon {
  78. size: 5em ;
  79. }
  80. element-text{
  81. horizontal-align: 0.5;
  82. }
  83. element {
  84. orientation: vertical;
  85. }
  86. element {
  87. children: [element-icon, element-text];
  88. background-image: linear-gradient(to right, #8b9ebc4d, #FFD1931a, #D047371a);
  89. border: 5px ;
  90. border-radius: 9;
  91. padding: 8px ;
  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 0px 0px 0px ;
  138. border-radius: 60;
  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: 5px ;
  151. border-spacing: 2 ;
  152. border: 3px ;
  153. border-radius: 9;
  154. spacing: 5px 15px 5px 15px;
  155. margin: 5px 300px 5 px 300px ;
  156. border-color: @foreground;
  157. text-color: @normal-foreground;
  158. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  159. case-indicator {
  160. spacing: 0;
  161. text-color: @normal-foreground;
  162. }
  163. case-indicator {
  164. spacing: 0;
  165. text-color: @normal-foreground;
  166. }
  167. entry {
  168. spacing: 0;
  169. text-color: @normal-foreground;
  170. }
  171. prompt {
  172. spacing: 0;
  173. text-color: @normal-foreground;
  174. }
  175. textbox-prompt-colon {
  176. expand: false;
  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