poetician

Rofi | old-mill-02

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