poetician

Rofi | 0018 Round Suru 03

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