poetician

Rofi | 0050-Sunset-Shore-Mangrove-TB

May 23rd, 2021 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 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. red: rgba ( 214, 156, 135, 20 % );
  11. blue: rgba ( 156, 169, 208, 80 % );
  12. lightfg: rgba ( 161, 152, 148, 100 % );
  13. lightbg: rgba ( 32, 37, 45, 80 % );
  14. foreground: rgba ( 162, 169, 186, 100 % );
  15. background: rgba ( 32, 37, 45, 60 % );
  16. background-color: rgba ( 32, 37, 45, 0 % );
  17. separatorcolor: @foreground;
  18. border-color: @foreground;
  19. selected-normal-foreground: @lightbg;
  20. selected-normal-background: @foreground;
  21. selected-active-foreground: @red;
  22. selected-active-background: @blue;
  23. selected-urgent-foreground: @background;
  24. selected-urgent-background: @red;
  25. normal-foreground: @foreground;
  26. normal-background: @background;
  27. active-foreground: @blue;
  28. active-background: @background;
  29. urgent-foreground: @red;
  30. urgent-background: @background;
  31. alternate-normal-foreground: @foreground;
  32. alternate-normal-background: @lightbg;
  33. alternate-active-foreground: @blue;
  34. alternate-active-background: @lightbg;
  35. alternate-urgent-foreground: @red;
  36. alternate-urgent-background: @lightbg;
  37. spacing: 2;
  38. }
  39. window {
  40. anchor: southeast;
  41. location: southeast;
  42. width: 50%;
  43. x-offset: -40px;
  44. y-offset: -60px;
  45. background-color: @background;
  46. border: 6px 0px 6px 0px ;
  47. border-radius: 15;
  48. padding: 12 30 12 30 ;
  49. }
  50. mainbox {
  51. border: 6px 0px 6px 0px ;
  52. border-radius: 10;
  53. padding: 12 30 12 30 ;
  54. }
  55. message {
  56. border: 6px 0px 6px 0px ;
  57. border-color: @separatorcolor;
  58. padding: 6px ;
  59. }
  60. textbox {
  61. text-color: @foreground;
  62. }
  63. listview {
  64. lines: 8;
  65. columns: 2;
  66. fixed-height: 0;
  67. border: 6px 0px 6px 0px ;
  68. border-radius: 10px 10px 10px 10px;
  69. border-color: @separatorcolor;
  70. spacing: 6px 24px 6px 24px ;
  71. scrollbar: false;
  72. padding: 6px 16px 6px 16px ;
  73. }
  74. element-icon {
  75. size: 1.8em ;
  76. }
  77. element {
  78. orientation: horizontal;
  79. }
  80. element-text {
  81. vertical-align: 0.45;
  82. }
  83. element {
  84. children: [element-icon, element-text];
  85. background-image: linear-gradient(to left, #FFEC9866, #85A7B133, #489D1B33);
  86. border: 6px 0px 6px 0px ;
  87. border-radius: 30;
  88. padding: 12px 30px 12px 30px ;
  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: 0px ;
  128. border: 0;
  129. handle-color: @normal-foreground;
  130. handle-width: 8px ;
  131. padding: 0;
  132. }
  133. sidebar {
  134. border: 2px 0px 0px 0px ;
  135. border-color: @separatorcolor;
  136. }
  137. button {
  138. spacing: 0;
  139. text-color: @normal-foreground;
  140. }
  141. button selected {
  142. background-color: @selected-normal-background;
  143. text-color: @selected-normal-foreground;
  144. }
  145. inputbar {
  146. border-radius: 40%;
  147. padding: 12px;
  148. border-spacing: 5px 0 0 0;
  149. border: 5px 0px 5px 0px ;
  150. spacing: 10px;
  151. margin: 5px 5px 5px;
  152. border-color: @foreground;
  153. text-color: @normal-foreground;
  154. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  155. }
  156. case-indicator {
  157. spacing: 0;
  158. text-color: @normal-foreground;
  159. }
  160. entry {
  161. spacing: 0;
  162. text-color: @normal-foreground;
  163. }
  164. prompt {
  165. spacing: 0;
  166. text-color: @normal-foreground;
  167. }
  168. textbox-prompt-colon {
  169. expand: false;
  170. str: ":";
  171. margin: 0px 0.3000em 0.0000em 0.0000em ;
  172. text-color: inherit;
  173. }
  174.  
Add Comment
Please, Sign In to add comment