poetician

Rofi | 0004 Leopard 04

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