Advertisement
poetician

Rofi | 0011 Maple Leaves 02-T

May 28th, 2021 (edited)
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 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. white: #EFFDFD;
  11. yellow: #FDCF8A99;
  12. orange: #E1271399;
  13. green: #627E2599;
  14. red: #CC170366;
  15. blue: #A1604766;
  16. lightfg: #EAE6E766;
  17. lightbg: #D9000066;
  18. foreground: #FEB60F66;
  19. background: #5514001a;
  20. background-color: #55140066;
  21. separatorcolor: @foreground;
  22. border-color: @foreground;
  23. selected-normal-foreground: @white;
  24. selected-normal-background: @lightfg;
  25. selected-active-foreground: @background;
  26. selected-active-background: @blue;
  27. selected-urgent-foreground: @background;
  28. selected-urgent-background: @red;
  29. normal-foreground: @yellow;
  30. normal-background: @blue;
  31. active-foreground: @blue;
  32. active-background: @background;
  33. urgent-foreground: @red;
  34. urgent-background: @background;
  35. alternate-normal-foreground: @yellow;
  36. alternate-normal-background: @lightbg;
  37. alternate-active-foreground: @blue;
  38. alternate-active-background: @lightbg;
  39. alternate-urgent-foreground: @red;
  40. alternate-urgent-background: @lightbg;
  41. spacing: 2;
  42. }
  43. window {
  44. background-color: @background;
  45. border: 0;
  46. border-radius: 0;
  47. padding: 0;
  48. x-offset: -40;
  49. y-offset: 180;
  50. }
  51. mainbox {
  52. border: 0;
  53. border-radius: 0;
  54. border-color: @background;
  55. padding: 0;
  56. }
  57. message {
  58. border: 10px dash 1px 0px ;
  59. border-color: @separatorcolor;
  60. border-radius: 25;
  61. padding: 1px ;
  62. }
  63. textbox {
  64. text-color: @foreground;
  65. }
  66. listview {
  67. fixed-height: 0;
  68. padding: 5px;
  69. border-spacing: 4 4 4 4;
  70. border: 10px dash 5px 1px ;
  71. border-radius: 15 15 5 5 ;
  72. border-color: @separatorcolor;
  73. spacing: 12px ;
  74. scrollbar: false;
  75. padding: 5px 2px 0px ;
  76. }
  77. element-icon {
  78. size: 3em ;
  79. }
  80. element {
  81. orientation: horizontal;
  82. }
  83. element-text {
  84. vertical-align: 0.55;
  85. }
  86. element {
  87. border: 10px dash 5px 1px ;
  88. border-radius: 15 15 5 5 ;
  89. border-color: @separator;
  90. padding: 10px ;
  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: 0px ;
  130. border: 0;
  131. border-radius: 15;
  132. handle-color: @normal-foreground;
  133. handle-width: 8px ;
  134. padding: 0;
  135. }
  136. sidebar {
  137. border: 2px dash 0px 0px ;
  138. border-color: @separatorcolor;
  139. }
  140. button {
  141. spacing: 0;
  142. text-color: @normal-foreground;
  143. }
  144. button selected {
  145. background-color: @selected-normal-background;
  146. text-color: @selected-normal-foreground;
  147. }
  148. inputbar {
  149. padding: 5px;
  150. border-spacing: 4 4 4 4;
  151. border: 10px dash 5px 1px ;
  152. border-radius: 15 15 5 5 ;
  153. spacing: 10px;
  154. margin: 5px 5px 5px;
  155. border-color: @foreground;
  156. text-color: @normal-foreground;
  157. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  158. }
  159. case-indicator {
  160. spacing: 0;
  161. text-color: @normal-foreground;
  162. }
  163. entry {
  164. spacing: 0;
  165. text-color: @normal-foreground;
  166. }
  167. prompt {
  168. spacing: 0;
  169. text-color: @normal-foreground;
  170. }
  171. textbox-prompt-colon {
  172. expand: false;
  173. str: ":";
  174. margin: 0px 0.3000em 0.0000em 0.0000em ;
  175. text-color: inherit;
  176. }
  177.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement