poetician

Rofi | 0004 Leopard 05

Jun 24th, 2021
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0004 Leopard ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0004 Leopard
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. input-text: #FAFDDD;
  11. text: #60542F;
  12. red: #EBBD6F66;
  13. blue: #7A774A66;
  14. lightfg: #FAFDDD66;
  15. lightbg: #B1863266;
  16. foreground: #F4CF7066;
  17. background: #7B6C2866;
  18. background-color: #60542F66;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. selected-normal-foreground: @text;
  22. selected-normal-background: @lightfg;
  23. selected-active-foreground: @background;
  24. selected-active-background: @blue;
  25. selected-urgent-foreground: @background;
  26. selected-urgent-background: @red;
  27. normal-foreground: @text;
  28. normal-background: @background;
  29. active-foreground: @blue;
  30. active-background: @background;
  31. urgent-foreground: @red;
  32. urgent-background: @background;
  33. alternate-normal-foreground: @text;
  34. alternate-normal-background: @lightbg;
  35. alternate-active-foreground: @blue;
  36. alternate-active-background: @lightbg;
  37. alternate-urgent-foreground: @red;
  38. alternate-urgent-background: @lightbg;
  39. spacing: 2;
  40. }
  41. window {
  42. anchor: southwest;
  43. location: southwest;
  44. width: 60%;
  45. background-color: @background;
  46. border: 1 8 2 12 ;
  47. border-radius: 28;
  48. padding: 2 4 2 6 ;
  49. x-offset: 40px;
  50. y-offset: -50px;
  51. }
  52. mainbox {
  53. border: 1 8 2 12 ;
  54. border-radius: 20;
  55. padding: 2 4 2 6 ;
  56. }
  57. message {
  58. border: 1 8 2 12 ;
  59. border-radius: 16;
  60. border-color: @separatorcolor;
  61. padding: 2 4 2 6 ;
  62. spacing: 10px;
  63. }
  64. textbox {
  65. text-color: @foreground;
  66. }
  67. listview {
  68. fixed-height: 0;
  69. border: 1 8 2 12 ;
  70. border-radius: 16;
  71. border-color: @separatorcolor;
  72. spacing: 10px ;
  73. scrollbar: false;
  74. padding: 2 4 2 6 ;
  75. lines: 3;
  76. columns: 5;
  77. }
  78. element-icon {
  79. size: 2.2em ;
  80. }
  81. element {
  82. orientation: vertical;
  83. }
  84. element-text {
  85. horizontal-align: 0.45;
  86. }
  87. element {
  88. border: 1 8 2 12 ;
  89. border-radius: 12;
  90. padding: 2 4 2 6 ;
  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: 4px ;
  130. border: 0;
  131. handle-color: @normal-foreground;
  132. handle-width: 8px ;
  133. padding: 0;
  134. }
  135. sidebar {
  136. border: 2px dash 0px 0px ;
  137. border-color: @separatorcolor;
  138. }
  139. button {
  140. spacing: 0;
  141. text-color: @normal-foreground;
  142. }
  143. button selected {
  144. background-color: @selected-normal-background;
  145. text-color: @selected-normal-foreground;
  146. }
  147. inputbar {
  148. padding: 2 4 2 6 ;
  149. border-spacing: 0 ;
  150. border: 1 8 2 12 ;
  151. border-radius: 20 ;
  152. spacing: 0 0 0 0 ;
  153. margin: 0px;
  154. border-color: @foreground;
  155. text-color: @input-text;
  156. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  157. }
  158. case-indicator {
  159. spacing: 0;
  160. text-color: @input-text;
  161. }
  162. entry {
  163. spacing: 0;
  164. text-color: @input-text;
  165. }
  166. prompt {
  167. spacing: 0;
  168. text-color: @input-text;
  169. }
  170. textbox-prompt-colon {
  171. expand: false;
  172. str: ":";
  173. margin: 0px 0.3000em 0.0000em 0.0000em ;
  174. text-color: inherit;
  175. }
  176.  
Advertisement
Add Comment
Please, Sign In to add comment