poetician

Rofi | orange-rainbow

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