poetician

Rofi | 0163 Swamp 04FS

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