poetician

Rofi | Rundown-building-interior-03

Jan 9th, 2022
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. /**
  2. * Base16 oomox-Rundown Building Interior ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: Rundown Building Interior-03 Poetician Edition
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. light: #daedfe;
  11. yellow: #e4d35f;
  12. red: #cf7185;
  13. blue: #7ca9d8;
  14. lightfg: #888884;
  15. lightbg: #713a0c;
  16. foreground: #bebdbc;
  17. background: #0d1021;
  18. background-color: #0d102133;
  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: @yellow;
  28. normal-background: @light;
  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: @light;
  36. alternate-active-background: @lightbg;
  37. alternate-urgent-foreground: @red;
  38. alternate-urgent-background: @lightbg;
  39. spacing: 2;
  40. }
  41. window {
  42. anchor: east;
  43. location: east;
  44. background-color: @background;
  45. border: 4;
  46. border-radius: 16px;
  47. padding: 14;
  48. x-offset: -120;
  49. y-offset: 0;
  50. }
  51. mainbox {
  52. border: 1;
  53. border-radius: 10px;
  54. padding: 4;
  55. }
  56. message {
  57. border: 1px 0px 1px 0px ;
  58. border-color: @separatorcolor;
  59. padding: 1px ;
  60. }
  61. textbox {
  62. text-color: @foreground;
  63. }
  64. listview {
  65. lines: 6;
  66. columns: 2;
  67. border: 2px 0px 2px 0px ;
  68. border-radius: 10;
  69. border-color: @separatorcolor;
  70. spacing: 2px ;
  71. scrollbar: false;
  72. padding: 2px 0px 2px 0px ;
  73. }
  74. element {
  75. border: 2;
  76. border-radius: 8;
  77. padding: 1px ;
  78. }
  79. element-icon {
  80. size: 2.5em ;
  81. padding: 5px;
  82. }
  83. element-text {
  84. vertical-align: 0.50;
  85. text-color: red;
  86. }
  87. element {
  88. orientation: horizontal;
  89. children: [element-icon, element-text];
  90. background-image: linear-gradient(to bottom, orange/50%, black/70%, yellow/20%);
  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 0px 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: 6 ;
  149. border-spacing: 6 ;
  150. border: 3 9 1 14 ;
  151. border-radius: 16 ;
  152. spacing: 6 ;
  153. margin: 0px 240px 4px 240px;
  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.  
Advertisement
Add Comment
Please, Sign In to add comment