Advertisement
poetician

Rofi | 0006 Piano Hall 02

May 1st, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0006 Piano Hall ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: 0006 Piano Hall 02 Poetician Edition (https://gitlab.com/Poetician/rofi)
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. clear: #00000000;
  11. black: #020100;
  12. dark: #34362b;
  13. red: #B07959;
  14. blue: #8D9BA190;
  15. lightfg: #909293;
  16. lightbg: #21242780;
  17. foreground: #9EA0B0;
  18. background: #21242733;
  19. background-color: #21242733;
  20. separatorcolor: @foreground;
  21. border-color: @foreground;
  22. selected-normal-foreground: @lightbg;
  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: @background;
  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. anchor: north;
  44. location: north;
  45. width: 50%;
  46. background-color: @background;
  47. border: 5;
  48. border-radius: 15;
  49. padding: 5;
  50. x-offset: 0px;
  51. y-offset: 60px;
  52. }
  53. mainbox {
  54. border: 1;
  55. border-radius: 12;
  56. padding: 5;
  57. }
  58. message {
  59. border: 3px 1px 3px 1px ;
  60. border-radius: 10;
  61. border-color: @separatorcolor;
  62. padding: 5px ;
  63. }
  64. textbox {
  65. text-color: @foreground;
  66. }
  67. listview {
  68. columns: 4;
  69. lines: 3;
  70. fixed-height: 0;
  71. border: 5px 3px 7px 5px ;
  72. border-radius: 10;
  73. border-color: @separatorcolor;
  74. spacing: 7px ;
  75. scrollbar: false;
  76. padding: 7px 7px 7px ;
  77. }
  78. element-icon {
  79. size: 2.5em ;
  80. }
  81. element {
  82. orientation: vertical;
  83. }
  84. element-text {
  85. horizontal-align: 0.5;
  86. text-color: inherit;
  87. }
  88. element {
  89. border: 5;
  90. border-radius: 10;
  91. border-color: @red;
  92. padding: 10px ;
  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 0px 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: 5px;
  151. border-spacing: 4 4 4 4;
  152. border: 1px 5px 5px 1px ;
  153. border-radius: 12 ;
  154. spacing: 10px;
  155. margin: 5px 50px 5px 50px;
  156. border-color: @foreground;
  157. text-color: @normal-foreground;
  158. background-color: @clear;
  159. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  160. }
  161. case-indicator {
  162. spacing: 0;
  163. text-color: @normal-foreground;
  164. background-color: @clear;
  165. }
  166. entry {
  167. spacing: 0;
  168. text-color: @normal-foreground;
  169. background-color: @clear;
  170. }
  171. prompt {
  172. spacing: 0;
  173. text-color: @normal-foreground;
  174. background-color: @clear;
  175. }
  176. textbox-prompt-colon {
  177. expand: false;
  178. str: ":";
  179. margin: 0px 0.3000em 0.0000em 0.0000em ;
  180. text-color: inherit;
  181. background-color: @clear;
  182. }
  183.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement