poetician

Rofi | 0011 Maple Leaves 03D

Jun 25th, 2021
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 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: 40%;
  43. x-offset: -20px;
  44. y-offset: 60px;
  45. background-color: @background;
  46. border: 10px dash 5px 1px ;
  47. border-color: @foreground;
  48. border-radius: 30 30 24 24;
  49. padding: 1px ;
  50. }
  51. mainbox {
  52. border: 10px dash 5px 1px ;
  53. border-color: @foreground;
  54. border-radius: 24 24 20 20 ;
  55. padding: 1px ;
  56. }
  57. message {
  58. border: 10px dash 5px 1px ;
  59. border-color: @foreground;
  60. border-radius: 22 22 22 22 ;
  61. padding: 1px ;
  62. }
  63. textbox {
  64. text-color: @foreground;
  65. }
  66. listview {
  67. lines: 6;
  68. columns: 2;
  69. fixed-height: 0;
  70. border-spacing: 4 4 4 4;
  71. border: 10px dash 5px 1px ;
  72. border-radius: 25 25 5 5 ;
  73. border-color: @separatorcolor;
  74. spacing: 12px ;
  75. scrollbar: false;
  76. padding: 5px 5px 5px 5px ;
  77. }
  78. element-icon {
  79. size: 3em ;
  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 dash 5px 1px ;
  91. border-radius: 15 15 5 5 ;
  92. border-color: @separator;
  93. padding: 5 5 0 5 ;
  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 dash 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: 2;
  153. border-spacing: 4 4 4 4;
  154. border: 10px dash 5px 1px ;
  155. border-radius: 15 15 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.  
Advertisement
Add Comment
Please, Sign In to add comment