poetician

Rofi | orange-rainbow-02

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