poetician

Rofi | 0163 Swamp 04G

Jun 29th, 2021
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 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. text2: #FFD193;
  11. text: #e1e1d8;
  12. black: #00000000;
  13. red: #D047371a;
  14. blue: #8b9ebc1a;
  15. lightfg: #FFD19333;
  16. lightbg: #a2a9ba1a;
  17. foreground: #8b9ebc33;
  18. background: #20252d00;
  19. background-color: #2c2f5000;
  20. separatorcolor: @foreground;
  21. border-color: @foreground;
  22. selected-normal-foreground: @text;
  23. selected-normal-background: @lightbg;
  24. selected-active-foreground: @background;
  25. selected-active-background: @blue;
  26. selected-urgent-foreground: @background;
  27. selected-urgent-background: @red;
  28. normal-foreground: @text2;
  29. normal-background: @background;
  30. active-foreground: @blue;
  31. active-background: @background;
  32. urgent-foreground: @red;
  33. urgent-background: @background;
  34. alternate-normal-foreground: @text2;
  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. background-image: url("/tmp/archlinux01.png");
  44. anchor: south;
  45. location: south;
  46. width: 100%;
  47. x-offset: 0px;
  48. y-offset: -110px;
  49. background-color: @black;
  50. border: 6px ;
  51. border-radius: 24;
  52. padding: 16;
  53. }
  54. mainbox {
  55. border: 6px ;
  56. border-radius: 20;
  57. padding: 6 16 16 16 ;
  58. }
  59. message {
  60. border: 9px 12px 12px 9px ;
  61. border-radius: 20;
  62. border-color: @separatorcolor;
  63. padding: 16px ;
  64. }
  65. textbox {
  66. text-color: @foreground;
  67. }
  68. listview {
  69. lines: 4;
  70. columns: 6;
  71. fixed-height: 0;
  72. border: 5px ;
  73. border-radius: 17;
  74. border-color: @separatorcolor;
  75. spacing: 12 ;
  76. scrollbar: false;
  77. padding: 14 ;
  78. }
  79. element-icon {
  80. size: 4.5em ;
  81. }
  82. element-text{
  83. horizontal-align: 0.5;
  84. }
  85. element {
  86. orientation: vertical;
  87. }
  88. element {
  89. children: [element-icon, element-text];
  90. background-image: linear-gradient(to right, #8b9ebc4d, #FFD1931a, #D047371a);
  91. border: 5px ;
  92. border-radius: 9;
  93. padding: 14 8 14 8 ;
  94. }
  95. element normal.normal {
  96. background-color: @normal-background;
  97. text-color: @normal-foreground;
  98. }
  99. element normal.urgent {
  100. background-color: @urgent-background;
  101. text-color: @urgent-foreground;
  102. }
  103. element normal.active {
  104. background-color: @active-background;
  105. text-color: @active-foreground;
  106. }
  107. element selected.normal {
  108. background-color: @selected-normal-background;
  109. text-color: @selected-normal-foreground;
  110. }
  111. element selected.urgent {
  112. background-color: @selected-urgent-background;
  113. text-color: @selected-urgent-foreground;
  114. }
  115. element selected.active {
  116. background-color: @selected-active-background;
  117. text-color: @selected-active-foreground;
  118. }
  119. element alternate.normal {
  120. background-color: @alternate-normal-background;
  121. text-color: @alternate-normal-foreground;
  122. }
  123. element alternate.urgent {
  124. background-color: @alternate-urgent-background;
  125. text-color: @alternate-urgent-foreground;
  126. }
  127. element alternate.active {
  128. background-color: @alternate-active-background;
  129. text-color: @alternate-active-foreground;
  130. }
  131. scrollbar {
  132. width: 4px ;
  133. border: 0;
  134. handle-color: @normal-foreground;
  135. handle-width: 8px ;
  136. padding: 0;
  137. }
  138. sidebar {
  139. border: 2px 0px 0px 0px ;
  140. border-radius: 60;
  141. border-color: @separatorcolor;
  142. }
  143. button {
  144. spacing: 0;
  145. text-color: @normal-foreground;
  146. }
  147. button selected {
  148. background-color: @selected-normal-background;
  149. text-color: @selected-normal-foreground;
  150. }
  151. inputbar {
  152. padding: 8 8 8 8 ;
  153. border-spacing: 2 ;
  154. border: 3px ;
  155. border-radius: 9;
  156. spacing: 5px 15px 5px 15px;
  157. margin: 0px 300px 5 px 300px ;
  158. border-color: @foreground;
  159. text-color: @normal-foreground;
  160. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  161. }
  162. case-indicator {
  163. spacing: 0;
  164. text-color: @normal-foreground;
  165. }
  166. case-indicator {
  167. spacing: 0;
  168. text-color: @normal-foreground;
  169. }
  170. entry {
  171. spacing: 0;
  172. text-color: @normal-foreground;
  173. }
  174. prompt {
  175. spacing: 0;
  176. text-color: @normal-foreground;
  177. }
  178. textbox-prompt-colon {
  179. expand: false;
  180. str: ":";
  181. margin: 0px 0.3000em 0.0000em 0.0000em ;
  182. text-color: inherit;
  183. }
  184.  
Advertisement
Add Comment
Please, Sign In to add comment