poetician

Rofi | Rundown-building-interior-02G

Jul 4th, 2021 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. /**
  2. * Base16 oomox-Rundown Building Interior ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: Rundown Building Interior-02G Poetician Edition
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. black: #000000;
  11. clear: #00000000;
  12. red: #cf7185;
  13. blue: #7ca9d8;
  14. lightfg: #888884;
  15. lightbg: #713b0c99;
  16. foreground: #bebdbc;
  17. background: #0d1021b3;
  18. background-color: #0d10214d;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. selected-normal-foreground: @black;
  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: southeast ;
  43. location: southeast ;
  44. width: 50% ;
  45. x-offset: -80px ;
  46. y-offset: -50px ;
  47. background-color: @background ;
  48. border: 4 ;
  49. border-radius: 16 ;
  50. padding: 2 ;
  51. }
  52. mainbox {
  53. border: 2 ;
  54. border-radius: 10 ;
  55. padding: 2 ;
  56. }
  57. message {
  58. border: 4px 0px 0px 0px ;
  59. border-color: @separatorcolor;
  60. padding: 1px ;
  61. }
  62. textbox {
  63. text-color: @foreground;
  64. }
  65. listview {
  66. lines: 6;
  67. columns: 3;
  68. fixed-height: 0;
  69. border: 4px 0px 0px 0px ;
  70. border-radius: 8 ;
  71. border-color: @separatorcolor;
  72. spacing: 2px ;
  73. scrollbar: false;
  74. padding: 2px 4px 2px 4px ;
  75. }
  76. element {
  77. children: [element-icon, element-text];
  78. background-image: linear-gradient(to top, #0d1021b3, #888884b3, #7ca9d866);
  79. border: 4 ;
  80. border-radius: 12 ;
  81. padding: 4px ;
  82. }
  83. element-icon {
  84. size: 2.2em ;
  85. padding: 5px;
  86. }
  87. element-text {
  88. vertical-align: 0.50;
  89. text-color: red;
  90. }
  91. element {
  92. orientation: horizontal;
  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 dash 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: 3 ;
  151. border-spacing: 3 ;
  152. border: 3px 0px 3px;
  153. border-radius: 9;
  154. spacing: 3 ;
  155. margin: 0 316 0 70 ;
  156. border-color: @foreground;
  157. text-color: @orange;
  158. background-color: @clear;
  159. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  160. }
  161. case-indicator {
  162. spacing: 0;
  163. background-color: @clear;
  164. text-color: @normal-foreground;
  165. }
  166. entry {
  167. spacing: 0;
  168. background-color: @clear;
  169. text-color: @normal-foreground;
  170. }
  171. prompt {
  172. spacing: 0;
  173. background-color: @clear;
  174. text-color: @normal-foreground;
  175. }
  176. textbox-prompt-colon {
  177. expand: false;
  178. background-color: @clear;
  179. str: ":";
  180. margin: 0px 0.3000em 0.0000em 0.0000em ;
  181. text-color: inherit;
  182. }
  183.  
Add Comment
Please, Sign In to add comment