poetician

Rofi | Old-mill-Tp-02

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