poetician

Rofi | Old-Mill-Squared

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