poetician

Rofi | old-mill-03

Jun 18th, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 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. dargreen: #2B3D0E80;
  11. green: #345D134d;
  12. brown: #593201;
  13. red: #7E4B22cc;
  14. blue: #5C5C3Ccc;
  15. lightfg: #F6DABE4d;
  16. lightbg: #0000004d;
  17. foreground: #FDEEE2;
  18. background: #56321F33;
  19. background-color: #56321F1a;
  20. separatorcolor: @foreground;
  21. border-color: @lightfg;
  22. selected-normal-foreground: @foreground;
  23. selected-normal-background: @lightfg;
  24. selected-active-foreground: @background;
  25. selected-active-background: @blue;
  26. selected-urgent-foreground: @background;
  27. selected-urgent-background: @red;
  28. normal-foreground: @foreground;
  29. normal-background: @dargreen;
  30. active-foreground: @blue;
  31. active-background: @background;
  32. urgent-foreground: @red;
  33. urgent-background: @background;
  34. alternate-normal-foreground: @foreground;
  35. alternate-normal-background: @lightbg;
  36. alternate-active-foreground: @blue;
  37. alternate-active-background: @lightbg;
  38. alternate-urgent-foreground: @red;
  39. alternate-urgent-background: @lightbg;
  40. spacing: 2;
  41. }
  42. window {
  43. background-color: @background;
  44. border: 5;
  45. border-radius: 10;
  46. padding: 15;
  47. x-offset: 40px;
  48. y-offset: -80px;
  49. }
  50. mainbox {
  51. border: 5;
  52. border-radius: 10;
  53. padding: 15;
  54. }
  55. message {
  56. border: 5px dash 0px 0px ;
  57. border-radius: 10;
  58. border-color: @separatorcolor;
  59. padding: 15px ;
  60. }
  61. textbox {
  62. text-color: @foreground;
  63. border: 5px;
  64. border-radius: 10px;
  65. padding: 10px;
  66. }
  67. listview {
  68. fixed-height: 0;
  69. border: 5px dash 5px 5px ;
  70. border-radius: 10;
  71. border-color: @separatorcolor;
  72. spacing: 15px ;
  73. scrollbar: false;
  74. padding: 15px 15px 15px ;
  75. }
  76. element-icon {
  77. size: 2.5em ;
  78. }
  79. element {
  80. orientation: horizontal;
  81. }
  82. element-text {
  83. vertical-align: 0.5;
  84. }
  85. element {
  86. border: 5;
  87. border-radius: 10;
  88. border-color: @red;
  89. padding: 5px ;
  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: 5px;
  148. border-spacing: 0 0 0 0;
  149. border: 5px;
  150. border-radius: 10;
  151. spacing: 10px;
  152. margin: 5px 5px 5px;
  153. border-color: @foreground;
  154. text-color: @foreground;
  155. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  156. }
  157. case-indicator {
  158. spacing: 0;
  159. text-color: @foreground;
  160. }
  161. entry {
  162. spacing: 0;
  163. text-color: @foreground;
  164. }
  165. prompt {
  166. spacing: 0;
  167. text-color: @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