Advertisement
poetician

Rofi | 0006 Piano Hall 03G

May 1st, 2022
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0006 Piano Hall ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: 0006 Piano Hall 03G 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: @red;
  23. selected-normal-background: @lightfg;
  24. selected-active-foreground: @red;
  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: southwest;
  44. location: southwest;
  45. width: 45%;
  46. background-color: @background;
  47. border: 4px 8px 4px 6px ;
  48. border-radius: 16;
  49. padding: 4;
  50. x-offset: 20px;
  51. y-offset: -60px;
  52. }
  53. mainbox {
  54. border: 2;
  55. border-radius: 8;
  56. padding: 8;
  57. }
  58. message {
  59. border: 4px 8px 4px 6px ;
  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: 4;
  70. fixed-height: 0;
  71. border: 4px 8px 4px 6px ;
  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. children: [element-icon, element-text];
  90. background-image: linear-gradient(to bottom, white/20%, grey/50%, black/70%);
  91. border: 5;
  92. border-radius: 20;
  93. border-color: @red;
  94. padding: 10px ;
  95. }
  96. element normal.normal {
  97. background-color: @normal-background;
  98. text-color: @normal-foreground;
  99. }
  100. element normal.urgent {
  101. background-color: @urgent-background;
  102. text-color: @urgent-foreground;
  103. }
  104. element normal.active {
  105. background-color: @active-background;
  106. text-color: @active-foreground;
  107. }
  108. element selected.normal {
  109. background-color: @selected-normal-background;
  110. text-color: @selected-normal-foreground;
  111. }
  112. element selected.urgent {
  113. background-color: @selected-urgent-background;
  114. text-color: @selected-urgent-foreground;
  115. }
  116. element selected.active {
  117. background-color: @selected-active-background;
  118. text-color: @selected-active-foreground;
  119. }
  120. element alternate.normal {
  121. background-color: @alternate-normal-background;
  122. text-color: @alternate-normal-foreground;
  123. }
  124. element alternate.urgent {
  125. background-color: @alternate-urgent-background;
  126. text-color: @alternate-urgent-foreground;
  127. }
  128. element alternate.active {
  129. background-color: @alternate-active-background;
  130. text-color: @alternate-active-foreground;
  131. }
  132. scrollbar {
  133. width: 4px ;
  134. border: 0;
  135. handle-color: @normal-foreground;
  136. handle-width: 8px ;
  137. padding: 0;
  138. }
  139. sidebar {
  140. border: 2px 0px 0px 0px ;
  141. border-color: @separatorcolor;
  142. }
  143. button {
  144. spacing: 0;
  145. text-color: @normal-foreground;
  146. }
  147. button selected {
  148. background-color: @selected-normal-background;
  149. text-color: @selected-normal-foreground;
  150. }
  151. inputbar {
  152. padding: 4px 14px 4px 14px ;
  153. border-spacing: 4 4 4 4;
  154. border: 8px 2px 4px 2px ;
  155. border-radius: 12 ;
  156. spacing: 4px ;
  157. margin: 4px 216px 4px 216px ;
  158. border-color: @foreground;
  159. text-color: @normal-foreground;
  160. background-color: @clear;
  161. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  162. }
  163. case-indicator {
  164. spacing: 0;
  165. text-color: @normal-foreground;
  166. background-color: @clear;
  167. }
  168. entry {
  169. spacing: 0;
  170. text-color: @normal-foreground;
  171. background-color: @clear;
  172. }
  173. prompt {
  174. spacing: 0;
  175. text-color: @normal-foreground;
  176. background-color: @clear;
  177. }
  178. textbox-prompt-colon {
  179. expand: false;
  180. str: ":";
  181. margin: 0px 0.3000em 0.0000em 0.0000em ;
  182. text-color: inherit;
  183. background-color: @clear;
  184. }
  185.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement