poetician

Rofi | 0006 Piano Hall 03

Jun 6th, 2021 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0006 Piano Hall ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: 0006-Piano-Hall-03 Poetician Edition
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. red: #B07959;
  11. blue: #8D9BA190;
  12. lightfg: #909293;
  13. lightbg: #21242780;
  14. foreground: #cbcbcb;
  15. background: #21242733;
  16. background-color: #21242733;
  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. anchor: northwest;
  41. location: northwest;
  42. width: 60%;
  43. x-offset: 40px;
  44. y-offset: 60px;
  45. background-color: @background;
  46. border: 4 dash 6 6 ;
  47. border-radius: 18;
  48. padding: 6;
  49. }
  50. mainbox {
  51. border: 6px dash 6px 6px 6px ;
  52. border-radius: 11 ;
  53. padding: 6;
  54. }
  55. message {
  56. border: 4px dash 6px 8px ;
  57. border-radius: 10;
  58. border-color: @separatorcolor;
  59. padding: 5px ;
  60. }
  61. textbox {
  62. text-color: @foreground;
  63. }
  64. listview {
  65. lines: 3;
  66. columns: 5;
  67. border: 8px dash 4px 6px ;
  68. border-radius: 12 12 6 6 ;
  69. border-color: @separatorcolor;
  70. spacing: 8px ;
  71. scrollbar: false;
  72. padding: 8px ;
  73. }
  74. element-icon {
  75. size: 1.5em ;
  76. }
  77. element {
  78. orientation: vertical;
  79. children: [element-icon, element-text];
  80. background-image: linear-gradient(to left, grey/40%, white/30%, black/30%);
  81. }
  82. element-text {
  83. horizontal-align: 0.5;
  84. text-color: @foreground;
  85. }
  86. element {
  87. border: 4;
  88. border-radius: 8;
  89. border-color: @red;
  90. padding: 8px ;
  91. }
  92. element normal.normal {
  93. background-color: @normal-background;
  94. text-color: @normal-foreground;
  95. }
  96. element normal.urgent {
  97. background-color: @urgent-background;
  98. text-color: @urgent-foreground;
  99. }
  100. element normal.active {
  101. background-color: @active-background;
  102. text-color: @active-foreground;
  103. }
  104. element selected.normal {
  105. background-color: @selected-normal-background;
  106. text-color: @selected-normal-foreground;
  107. }
  108. element selected.urgent {
  109. background-color: @selected-urgent-background;
  110. text-color: @selected-urgent-foreground;
  111. }
  112. element selected.active {
  113. background-color: @selected-active-background;
  114. text-color: @selected-active-foreground;
  115. }
  116. element alternate.normal {
  117. background-color: @alternate-normal-background;
  118. text-color: @alternate-normal-foreground;
  119. }
  120. element alternate.urgent {
  121. background-color: @alternate-urgent-background;
  122. text-color: @alternate-urgent-foreground;
  123. }
  124. element alternate.active {
  125. background-color: @alternate-active-background;
  126. text-color: @alternate-active-foreground;
  127. }
  128. scrollbar {
  129. width: 4px ;
  130. border: 0;
  131. handle-color: @normal-foreground;
  132. handle-width: 8px ;
  133. padding: 0;
  134. }
  135. sidebar {
  136. border: 2px dash 0px 0px ;
  137. border-color: @separatorcolor;
  138. }
  139. button {
  140. spacing: 0;
  141. text-color: @normal-foreground;
  142. }
  143. button selected {
  144. background-color: @selected-normal-background;
  145. text-color: @selected-normal-foreground;
  146. }
  147. inputbar {
  148. padding: 4 ;
  149. border-spacing: 4 4 4 4;
  150. border: 2px 4px 8px dash 4px ;
  151. border-radius: 16;
  152. spacing: 4px ;
  153. margin: 0px 230px 8px 230px;
  154. border-color: @foreground;
  155. text-color: @normal-foreground;
  156. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  157. }
  158. case-indicator {
  159. spacing: 0;
  160. text-color: @normal-foreground;
  161. }
  162. entry {
  163. spacing: 0;
  164. text-color: @normal-foreground;
  165. }
  166. prompt {
  167. spacing: 0;
  168. text-color: @normal-foreground;
  169. }
  170. textbox-prompt-colon {
  171. expand: false;
  172. str: ":";
  173. margin: 0px 0.3000em 0.0000em 0.0000em ;
  174. text-color: inherit;
  175. }
  176.  
Add Comment
Please, Sign In to add comment