Advertisement
poetician

Rofi | 0018 Round Suru 05

Apr 25th, 2022
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0018 Round Suru ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0018 Round Suru 5G Poetician Edition
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. text: #1f262c;
  11. select: #b9a4794d;
  12. red: #c39b55;
  13. blue: #6c676180;
  14. lightfg: #b9a479;
  15. lightbg: #443f394d;
  16. foreground: #b9a479;
  17. background: #1f262cb3;
  18. background-color: #443f3933;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. selected-normal-foreground: @text;
  22. selected-normal-background: @select;
  23. selected-active-foreground: @background;
  24. selected-active-background: @select;
  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: northeast;
  43. location: northeast;
  44. width: 50%;
  45. x-offset: -20px;
  46. y-offset: 40px;
  47. background-color: @background;
  48. border: 2 0 1 0 ;
  49. border-radius: 12 12 0 0 ;
  50. padding: 4;
  51. }
  52. mainbox {
  53. border: 0px 0px 1px 0px ;
  54. border-radius: 12 12 0 0 ;
  55. padding: 4px ;
  56. }
  57. message {
  58. border: 10px 0px 1px 0px ;
  59. border-color: @separatorcolor;
  60. padding: 4px ;
  61. }
  62. textbox {
  63. text-color: @foreground;
  64. }
  65. element-icon {
  66. size: 2.2em ;
  67. }
  68. element {
  69. orientation: horizontal;
  70. }
  71. element-text {
  72. vertical-align: 0.50;
  73. text-color: inherit;
  74. }
  75. listview {
  76. lines: 6;
  77. columns: 3;
  78. fixed-height: 0;
  79. border: 0 0 1 0 ;
  80. border-color: @separatorcolor;
  81. border-radius: 12 12 0 0 ;
  82. spacing: 4 12 4 12 ;
  83. scrollbar: false;
  84. padding: 4 0 4 0 ;
  85. }
  86. element {
  87. children: [element-icon, element-text];
  88. background-image: linear-gradient(to left, yellow/40%, white/30%, yellow/20%);
  89. border: 2 0 1 0 ;
  90. border-color: @normal-foreground;
  91. border-radius: 12 12 0 0 ;
  92. padding: 4px ;
  93. }
  94. element normal.normal {
  95. background-color: @normal-background;
  96. text-color: @normal-foreground;
  97. }
  98. element normal.urgent {
  99. background-color: @urgent-background;
  100. text-color: @urgent-foreground;
  101. }
  102. element normal.active {
  103. background-color: @active-background;
  104. text-color: @active-foreground;
  105. }
  106. element selected.normal {
  107. background-color: @selected-normal-background;
  108. text-color: @selected-normal-foreground;
  109. }
  110. element selected.urgent {
  111. background-color: @selected-urgent-background;
  112. text-color: @selected-urgent-foreground;
  113. }
  114. element selected.active {
  115. background-color: @selected-active-background;
  116. text-color: @selected-active-foreground;
  117. }
  118. element alternate.normal {
  119. background-color: @alternate-normal-background;
  120. text-color: @alternate-normal-foreground;
  121. }
  122. element alternate.urgent {
  123. background-color: @alternate-urgent-background;
  124. text-color: @alternate-urgent-foreground;
  125. }
  126. element alternate.active {
  127. background-color: @alternate-active-background;
  128. text-color: @alternate-active-foreground;
  129. }
  130. scrollbar {
  131. width: 4px ;
  132. border: 0;
  133. handle-color: @normal-foreground;
  134. handle-width: 8px ;
  135. padding: 0;
  136. }
  137. sidebar {
  138. border: 2px 0px 0px 1px ;
  139. border-color: @separatorcolor;
  140. }
  141. button {
  142. spacing: 0;
  143. text-color: @normal-foreground;
  144. }
  145. button selected {
  146. background-color: @selected-normal-background;
  147. text-color: @selected-normal-foreground;
  148. }
  149. inputbar {
  150. padding: 0px 0px 5px 10px ;
  151. border-spacing: 0 0 0 0;
  152. border: 2px 0px 1px 0px ;
  153. border-radius: 12 12 0 0 ;
  154. spacing: 0px 10px 0px 0px ;
  155. margin: 0px 20px 5px 20px ;
  156. border-color: @normal-foreground;
  157. text-color: @normal-foreground;
  158. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  159. }
  160. case-indicator {
  161. spacing: 0;
  162. text-color: @normal-foreground;
  163. }
  164. entry {
  165. spacing: 0;
  166. text-color: @normal-foreground;
  167. }
  168. prompt {
  169. spacing: 0;
  170. text-color: @normal-foreground;
  171. }
  172. textbox-prompt-colon {
  173. expand: false;
  174. str: ":";
  175. margin: 0px 0.3000em 0.0000em 0.0000em ;
  176. text-color: inherit;
  177. }
  178.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement