poetician

Rofi | Old-mill Rounded

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