poetician

Rofi | 0004 Leopard-1LFSx3

Aug 1st, 2021 (edited)
118
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-0004 Leopard ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0004 Leopard Poetician Edition
  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 1px 1px 1px ;
  57. border-radius: 15;
  58. border-color: @separatorcolor;
  59. padding: 1px ;
  60. }
  61. textbox {
  62. text-color: @foreground;
  63. }
  64. element-icon {
  65. size: 5em ;
  66. }
  67. element {
  68. orientation: horizontal;
  69. }
  70. element-text {
  71. vertical-align: 0.45;
  72. text-color: inherit;
  73. }
  74. listview {
  75. columns: 3;
  76. border: 1px ;
  77. border-radius: 12px;
  78. border-color: @separatorcolor;
  79. spacing: 10px ;
  80. scrollbar: false;
  81. padding: 36px 36px 0px 36px ;
  82. }
  83. element {
  84. children: [element-icon, element-text];
  85. background-image: linear-gradient(to left, grey/40%, white/30%, black/60%);
  86. border: 1;
  87. border-radius: 10;
  88. padding: 4px ;
  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 0px 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: 8px;
  147. border-spacing: 0px 8px 0px 8px;
  148. border: 1;
  149. border-radius: 9;
  150. spacing: 8px;
  151. margin: 8px 630px 22px 630px;
  152. border-color: @foreground;
  153. text-color: @text;
  154. background-color: @clear;
  155. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  156. }
  157. case-indicator {
  158. spacing: 0;
  159. background-color: @clear;
  160. text-color: @text;
  161. }
  162. entry {
  163. spacing: 0;
  164. background-color: @clear;
  165. text-color: @text;
  166. }
  167. prompt {
  168. spacing: 0;
  169. background-color: @clear;
  170. text-color: @text;
  171. }
  172. textbox-prompt-colon {
  173. expand: false;
  174. background-color: @clear;
  175. str: ":";
  176. margin: 0px 0.3000em 0.0000em 0.0000em ;
  177. text-color: inherit;
  178. }
  179.  
Add Comment
Please, Sign In to add comment