poetician

Rofi | 0050-Mangrove-sunset

Jun 7th, 2021 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 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. white: #FFEC98;
  11. olive: #489D1B;
  12. grey: #85A7B1;
  13. green: #48A07A4d;
  14. red: #D69C8733;
  15. blue: #9CA9D099;
  16. lightfg: #A19894;
  17. lightbg: #20252D99;
  18. foreground: #A2A9BA;
  19. background: #20252D4d;
  20. background-color: #20252D00;
  21. separatorcolor: @foreground;
  22. border-color: @green;
  23. selected-normal-foreground: @lightbg;
  24. selected-normal-background: @lightfg;
  25. selected-active-foreground: @red;
  26. selected-active-background: @blue;
  27. selected-urgent-foreground: @background;
  28. selected-urgent-background: @red;
  29. normal-foreground: @foreground;
  30. normal-background: @background;
  31. active-foreground: @blue;
  32. active-background: @background;
  33. urgent-foreground: @red;
  34. urgent-background: @background;
  35. alternate-normal-foreground: @foreground;
  36. alternate-normal-background: @lightbg;
  37. alternate-active-foreground: @blue;
  38. alternate-active-background: @lightbg;
  39. alternate-urgent-foreground: @red;
  40. alternate-urgent-background: @lightbg;
  41. spacing: 2;
  42. }
  43. window {
  44. background-color: @background;
  45. border: 10px dash 0px 10px;
  46. border-radius: 15;
  47. padding: 15;
  48. x-offset: -60;
  49. y-offset: 40;
  50. }
  51. mainbox {
  52. border: 10px dash 0px 10px;
  53. border-radius: 10;
  54. padding: 10;
  55. }
  56. message {
  57. border: 10px dash 0px 10px;
  58. border-color: @separatorcolor;
  59. padding: 6px ;
  60. }
  61. textbox {
  62. text-color: @foreground;
  63. }
  64. listview {
  65. fixed-height: 0;
  66. border: 10px dash 0px 10px;
  67. border-radius: 10px 10px 10px 10px;
  68. border-color: @green;
  69. spacing: 2px ;
  70. scrollbar: false;
  71. padding: 4px 0px 4px ;
  72. }
  73. element-icon {
  74. size: 3em ;
  75. }
  76. element {
  77. orientation: horizontal;
  78. }
  79. element-text {
  80. vertical-align: 0.55;
  81. }
  82. element {
  83. border: 10px dash 0px 10px;
  84. border-radius: 30;
  85. padding: 10px ;
  86. }
  87. element normal.normal {
  88. background-color: @normal-background;
  89. text-color: @normal-foreground;
  90. }
  91. element normal.urgent {
  92. background-color: @urgent-background;
  93. text-color: @urgent-foreground;
  94. }
  95. element normal.active {
  96. background-color: @active-background;
  97. text-color: @active-foreground;
  98. }
  99. element selected.normal {
  100. background-color: @selected-normal-background;
  101. text-color: @selected-normal-foreground;
  102. }
  103. element selected.urgent {
  104. background-color: @selected-urgent-background;
  105. text-color: @selected-urgent-foreground;
  106. }
  107. element selected.active {
  108. background-color: @selected-active-background;
  109. text-color: @selected-active-foreground;
  110. }
  111. element alternate.normal {
  112. background-color: @alternate-normal-background;
  113. text-color: @alternate-normal-foreground;
  114. }
  115. element alternate.urgent {
  116. background-color: @alternate-urgent-background;
  117. text-color: @alternate-urgent-foreground;
  118. }
  119. element alternate.active {
  120. background-color: @alternate-active-background;
  121. text-color: @alternate-active-foreground;
  122. }
  123. scrollbar {
  124. width: 0px ;
  125. border: 0;
  126. handle-color: @normal-foreground;
  127. handle-width: 8px ;
  128. padding: 0;
  129. }
  130. sidebar {
  131. border: 2px dash 0px 0px ;
  132. border-color: @separatorcolor;
  133. }
  134. button {
  135. spacing: 0;
  136. text-color: @normal-foreground;
  137. }
  138. button selected {
  139. background-color: @selected-normal-background;
  140. text-color: @selected-normal-foreground;
  141. }
  142. inputbar {
  143. padding: 6px dash 4px 6px;
  144. border-spacing: 4;
  145. border: 0px dash 5px 15px ;
  146. border-radius: 30%;
  147. spacing: 8px;
  148. margin: 6px;
  149. background-color: @black;
  150. border-color: @white;
  151. text-color: @white;
  152. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  153. }
  154. case-indicator {
  155. spacing: 0;
  156. text-color: @white;
  157. }
  158. entry {
  159. spacing: 0;
  160. text-color: @white;
  161. }
  162. prompt {
  163. spacing: 0;
  164. text-color: @white;
  165. }
  166. textbox-prompt-colon {
  167. expand: false;
  168. str: ":";
  169. margin: 0px 0.3000em 0.0000em 0.0000em ;
  170. text-color: inherit;
  171. }
  172.  
Add Comment
Please, Sign In to add comment