poetician

Rofi | old-mill-05

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