poetician

Rofi | 0011 Maple Leaves 02D

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