poetician

Rofi | 0018 Round Suru 04

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