poetician

Rofi | 0004 Leopard-1LFSx5

Aug 1st, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 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: #f7e768;
  11. clear: #00000000;
  12. red: #EBBD6F4d;
  13. blue: #7A774A80;
  14. lightfg: #FAFDDD;
  15. lightbg: #B1863299;
  16. foreground: #F4CF70cc;
  17. background: #7B6C2833;
  18. background-color: #60542F33;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. selected-normal-foreground: @text2;
  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. fullscreen: true;
  43. anchor: southwest;
  44. location: southwest;
  45. width: @background;
  46. border-radius: 15;
  47. border: 1;
  48. padding: 16;
  49. }
  50. mainbox {
  51. border: 1;
  52. border-radius: 12;
  53. padding: 16;
  54. }
  55. message {
  56. border: 1px 0px 0px 0px ;
  57. border-radius: 15;
  58. border-color: @separatorcolor;
  59. padding: 1px ;
  60. }
  61. textbox {
  62. text-color: @foreground;
  63. }
  64. element-icon {
  65. size: 2.2em ;
  66. }
  67. element {
  68. orientation: horizontal;
  69. }
  70. element-text {
  71. vertical-align: 0.45;
  72. text-color: inherit;
  73. }
  74. listview {
  75. columns: 5;
  76. fixed-height: 0;
  77. border: 1px ;
  78. border-radius: 12px;
  79. border-color: @separatorcolor;
  80. spacing: 12px ;
  81. scrollbar: false;
  82. padding: 14px 14px 4px 14px ;
  83. }
  84. element {
  85. children: [element-icon, element-text];
  86. background-image: linear-gradient(to left, grey/40%, white/30%, black/30%);
  87. border: 1;
  88. border-radius: 10;
  89. padding: 4px ;
  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 0px 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: 8px;
  148. border-spacing: 0px 8px 0px 8px;
  149. border: 1;
  150. border-radius: 9;
  151. spacing: 8px;
  152. margin: 8px 750px 8px 750px;
  153. border-color: @foreground;
  154. text-color: @text;
  155. background-color: @clear;
  156. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  157. }
  158. case-indicator {
  159. spacing: 0;
  160. background-color: @clear;
  161. text-color: @text;
  162. }
  163. entry {
  164. spacing: 0;
  165. background-color: @clear;
  166. text-color: @text;
  167. }
  168. prompt {
  169. spacing: 0;
  170. background-color: @clear;
  171. text-color: @text;
  172. }
  173. textbox-prompt-colon {
  174. expand: false;
  175. background-color: @clear;
  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