poetician

Rofi | Old-mill-Tp

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