poetician

Rofi | 0163 Swamp CDG

Jun 29th, 2021
124
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. grey: #717B73;
  11. black: #2c2f50;
  12. red: #D04737;
  13. blue: #8b9ebc99;
  14. lightfg: #FFD193;
  15. lightbg: #a2a9ba4d;
  16. foreground: #8b9ebc;
  17. background: #20252d80;
  18. background-color: #00000000;
  19. separatorcolor: @foreground;
  20. border-color: @grey;
  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: @foreground;
  28. normal-background: @background;
  29. active-foreground: @blue;
  30. active-background: @background;
  31. urgent-foreground: @red;
  32. urgent-background: @background;
  33. alternate-normal-foreground: @foreground;
  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: center;
  43. location: center;
  44. width: 80%;
  45. x-offset: 0px;
  46. y-offset: -20px;
  47. background-color: @black;
  48. border: 6px dash 6px dash 6px dash 6px dash ;
  49. border-radius: 24;
  50. padding: 16 56 16 56 ;
  51. }
  52. mainbox {
  53. border: 6px dash 6px dash 6px dash 6px dash ;
  54. border-radius: 30;
  55. padding: 0 56 16 56 ;
  56. }
  57. message {
  58. border: 6px dash 6px dash 6px dash 6px dash ;
  59. border-radius: 30;
  60. border-color: @separatorcolor;
  61. padding: 14px ;
  62. }
  63. textbox {
  64. text-color: @foreground;
  65. }
  66. listview {
  67. lines: 6;
  68. columns: 4;
  69. fixed-height: 0;
  70. border: 6px dash 6px dash 6px dash 6px dash ;
  71. border-radius: 25;
  72. border-color: @separatorcolor;
  73. spacing: 20px ;
  74. scrollbar: false;
  75. padding: 0px ;
  76. }
  77. element-icon {
  78. size: 2em ;
  79. }
  80. element {
  81. orientation: horizontal;
  82. }
  83. element {
  84. border: 6px dash 6px dash 6px dash 6px dash ;
  85. border-radius: 20;
  86. padding: 8px ;
  87. }
  88. element normal.normal {
  89. background-color: @normal-background;
  90. text-color: @normal-foreground;
  91. }
  92. element normal.urgent {
  93. background-color: @urgent-background;
  94. text-color: @urgent-foreground;
  95. }
  96. element normal.active {
  97. background-color: @active-background;
  98. text-color: @active-foreground;
  99. }
  100. element selected.normal {
  101. background-color: @selected-normal-background;
  102. text-color: @selected-normal-foreground;
  103. }
  104. element selected.urgent {
  105. background-color: @selected-urgent-background;
  106. text-color: @selected-urgent-foreground;
  107. }
  108. element selected.active {
  109. background-color: @selected-active-background;
  110. text-color: @selected-active-foreground;
  111. }
  112. element alternate.normal {
  113. background-color: @alternate-normal-background;
  114. text-color: @alternate-normal-foreground;
  115. }
  116. element alternate.urgent {
  117. background-color: @alternate-urgent-background;
  118. text-color: @alternate-urgent-foreground;
  119. }
  120. element alternate.active {
  121. background-color: @alternate-active-background;
  122. text-color: @alternate-active-foreground;
  123. }
  124. scrollbar {
  125. width: 4px ;
  126. border: 0;
  127. handle-color: @normal-foreground;
  128. handle-width: 8px ;
  129. padding: 0;
  130. }
  131. sidebar {
  132. border: 2px dash 0px 0px ;
  133. border-radius: 60;
  134. border-color: @separatorcolor;
  135. }
  136. button {
  137. spacing: 0;
  138. text-color: @normal-foreground;
  139. }
  140. button selected {
  141. background-color: @selected-normal-background;
  142. text-color: @selected-normal-foreground;
  143. }
  144. inputbar {
  145. padding: 5px ;
  146. border-spacing: 5px ;
  147. border: 4px dash 6px 8px ;
  148. border-radius: 40%;
  149. spacing: 10px;
  150. margin: 5px 5px 5px 5px ;
  151. border-color: @black;
  152. text-color: @normal-foreground;
  153. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  154. case-indicator {
  155. spacing: 0;
  156. text-color: @normal-foreground;
  157. }
  158. case-indicator {
  159. spacing: 0;
  160. text-color: @normal-foreground;
  161. }
  162. entry {
  163. spacing: 0;
  164. text-color: @normal-foreground;
  165. }
  166. prompt {
  167. spacing: 0;
  168. text-color: @normal-foreground;
  169. }
  170. textbox-prompt-colon {
  171. expand: false;
  172. str: ":";
  173. margin: 0px 0.3000em 0.0000em 0.0000em ;
  174. text-color: inherit;
  175. }
  176.  
Advertisement
Add Comment
Please, Sign In to add comment