poetician

Rofi | 0004 Leopard 02

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