poetician

Rofi | 0018 Round Suru

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