poetician

Rofi | 0004 Leopard 03G

May 1st, 2022 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0004 Leopard ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: 0004 Leopard 03G Poetician Edition (https://gitlab.com/Poetician/rofi)
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. red: #ad80344d;
  11. blue: #3943074d;
  12. lightfg: #e7ebdeb3;
  13. lightbg: #1e1e1e99;
  14. foreground: #be9b4ccc;
  15. background: #be9b4c1a;
  16. background-color: #0e0e0e1a;
  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. width: 80%;
  41. anchor: south;
  42. location: south;
  43. background-color: @background;
  44. border: 10;
  45. border-radius: 26;
  46. padding: 10;
  47. padding-radius: 5;
  48. x-offset: 0px;
  49. y-offset: -60px;
  50. }
  51. mainbox {
  52. border: 10;
  53. border-radius: 16;
  54. padding: 10px ;
  55. }
  56. message {
  57. border: 6px 0px 8px 0px ;
  58. border-radius: 10;
  59. border-color: @separatorcolor;
  60. padding: 6px ;
  61. }
  62. textbox {
  63. text-color: @foreground;
  64. }
  65. listview {
  66. columns: 5;
  67. lines: 2;
  68. fixed-height: 0;
  69. border: 3px 0px 3px 0px ;
  70. border-radius: 26;
  71. border-color: @separatorcolor;
  72. spacing: 3px ;
  73. scrollbar: false;
  74. padding: 2px 0px 2px 0px ;
  75. }
  76. element-icon {
  77. size: 2.5em ;
  78. }
  79. element {
  80. orientation: horizontal;
  81. }
  82. element-text {
  83. vertical-align: 0.45;
  84. text-color: inherit;
  85. }
  86. element {
  87. children: [element-icon, element-text];
  88. background-image: linear-gradient(to right, white/10%, grey/30%, black/60%);
  89. border: 10;
  90. border-radius: 20;
  91. padding: 10px ;
  92. }
  93. element normal.normal {
  94. background-color: @normal-background;
  95. text-color: @normal-foreground;
  96. }
  97. element normal.urgent {
  98. background-color: @urgent-background;
  99. text-color: @urgent-foreground;
  100. }
  101. element normal.active {
  102. background-color: @active-background;
  103. text-color: @active-foreground;
  104. }
  105. element selected.normal {
  106. background-color: @selected-normal-background;
  107. text-color: @selected-normal-foreground;
  108. }
  109. element selected.urgent {
  110. background-color: @selected-urgent-background;
  111. text-color: @selected-urgent-foreground;
  112. }
  113. element selected.active {
  114. background-color: @selected-active-background;
  115. text-color: @selected-active-foreground;
  116. }
  117. element alternate.normal {
  118. background-color: @alternate-normal-background;
  119. text-color: @alternate-normal-foreground;
  120. }
  121. element alternate.urgent {
  122. background-color: @alternate-urgent-background;
  123. text-color: @alternate-urgent-foreground;
  124. }
  125. element alternate.active {
  126. background-color: @alternate-active-background;
  127. text-color: @alternate-active-foreground;
  128. }
  129. scrollbar {
  130. width: 4px ;
  131. border: 0;
  132. handle-color: @normal-foreground;
  133. handle-width: 8px ;
  134. padding: 0;
  135. }
  136. sidebar {
  137. border: 2px dash 0px 0px ;
  138. border-color: @separatorcolor;
  139. }
  140. button {
  141. spacing: 0;
  142. text-color: @normal-foreground;
  143. }
  144. button selected {
  145. background-color: @selected-normal-background;
  146. text-color: @selected-normal-foreground;
  147. }
  148. inputbar {
  149. padding: 5px 25px 5px 25px ;
  150. border-spacing: 4 4 4 4;
  151. border: 6px 1px 6px 1px ;
  152. border-radius: 14;
  153. spacing: 10px;
  154. margin: 0px 50px 5px 50px;
  155. border-color: @foreground;
  156. text-color: @normal-foreground;
  157. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  158. }
  159. case-indicator {
  160. spacing: 0;
  161. text-color: @normal-foreground;
  162. }
  163. entry {
  164. spacing: 0;
  165. text-color: @normal-foreground;
  166. }
  167. prompt {
  168. spacing: 0;
  169. text-color: @normal-foreground;
  170. }
  171. textbox-prompt-colon {
  172. expand: false;
  173. str: ":";
  174. margin: 0px 0.3000em 0.0000em 0.0000em ;
  175. text-color: inherit;
  176. }
  177.  
Add Comment
Please, Sign In to add comment