poetician

Rofi | 0018 Round Suru 02D

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