poetician

Rofi | 0006 Piano Hall 04

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