poetician

Rofi | 0018 Round Suru 02

Jun 20th, 2021 (edited)
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 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. padding: 4;
  49. }
  50. mainbox {
  51. border: 0;
  52. border-radius: 10px;
  53. padding: 10;
  54. }
  55. message {
  56. border: 10px 1px 1px 0px ;
  57. border-color: @separatorcolor;
  58. padding: 5px ;
  59. }
  60. textbox {
  61. text-color: @foreground;
  62. }
  63. element-icon {
  64. size: 2.2em ;
  65. }
  66. element {
  67. orientation: horizontal;
  68. }
  69. element-text {
  70. vertical-align: 0.50;
  71. }
  72. listview {
  73. lines: 4;
  74. columns: 4;
  75. fixed-height: 0;
  76. border: 10px 2px 2px 0px ;
  77. border-color: @separatorcolor;
  78. border-radius: 10px;
  79. spacing: 2px ;
  80. scrollbar: false;
  81. padding: 10px 2px 5px ;
  82. }
  83. element {
  84. children: [element-icon, element-text];
  85. background-image: linear-gradient(to left, yellow/40%, white/30%, yellow/20%);
  86. border: 10;
  87. border-color: @background;
  88. border-radius: 15;
  89. padding: 10px ;
  90. }
  91. element normal.normal {
  92. background-color: @normal-background;
  93. text-color: @normal-foreground;
  94. }
  95. element normal.urgent {
  96. background-color: @urgent-background;
  97. text-color: @urgent-foreground;
  98. }
  99. element normal.active {
  100. background-color: @active-background;
  101. text-color: @active-foreground;
  102. }
  103. element selected.normal {
  104. background-color: @selected-normal-background;
  105. text-color: @selected-normal-foreground;
  106. }
  107. element selected.urgent {
  108. background-color: @selected-urgent-background;
  109. text-color: @selected-urgent-foreground;
  110. }
  111. element selected.active {
  112. background-color: @selected-active-background;
  113. text-color: @selected-active-foreground;
  114. }
  115. element alternate.normal {
  116. background-color: @alternate-normal-background;
  117. text-color: @alternate-normal-foreground;
  118. }
  119. element alternate.urgent {
  120. background-color: @alternate-urgent-background;
  121. text-color: @alternate-urgent-foreground;
  122. }
  123. element alternate.active {
  124. background-color: @alternate-active-background;
  125. text-color: @alternate-active-foreground;
  126. }
  127. scrollbar {
  128. width: 4px ;
  129. border: 0;
  130. handle-color: @normal-foreground;
  131. handle-width: 8px ;
  132. padding: 0;
  133. }
  134. sidebar {
  135. border: 2px 0px 0px 0px ;
  136. border-color: @separatorcolor;
  137. }
  138. button {
  139. spacing: 0;
  140. text-color: @normal-foreground;
  141. }
  142. button selected {
  143. background-color: @selected-normal-background;
  144. text-color: @selected-normal-foreground;
  145. }
  146. inputbar {
  147. spacing: 0px;
  148. text-color: @normal-foreground;
  149. padding: 1px ;
  150. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  151. }
  152. case-indicator {
  153. spacing: 0;
  154. text-color: @normal-foreground;
  155. }
  156. entry {
  157. spacing: 0;
  158. text-color: @normal-foreground;
  159. }
  160. prompt {
  161. spacing: 0;
  162. text-color: @normal-foreground;
  163. }
  164. textbox-prompt-colon {
  165. expand: false;
  166. str: ":";
  167. margin: 0px 0.3000em 0.0000em 0.0000em ;
  168. text-color: inherit;
  169. }
  170.  
Add Comment
Please, Sign In to add comment