Advertisement
poetician

Rofi | 0006 Piano Hall 02G

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