poetician

Rofi | Ail-03F

Jul 13th, 2021
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. /**
  2. * Base16 oomox-Ail.JPG ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-Ail.JPG
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. clear: #00000000;
  11. lbg: #2828284d;
  12. text: #120202;
  13. red: #12020299;
  14. blue: #6a5d6699;
  15. lightfg: #6a5d6600;
  16. lightbg: #28282899;
  17. foreground: #373356b3;
  18. background: #bcb5b1;
  19. background-color: #bcb5b100;
  20. separatorcolor: @foreground;
  21. border-color: @foreground;
  22. selected-normal-foreground: @lightbg;
  23. selected-normal-background: @lightfg;
  24. selected-active-foreground: @background;
  25. selected-active-background: @blue;
  26. selected-urgent-foreground: @background;
  27. selected-urgent-background: @red;
  28. normal-foreground: @foreground;
  29. normal-background: @lbg;
  30. active-foreground: @blue;
  31. active-background: @background;
  32. urgent-foreground: @red;
  33. urgent-background: @background;
  34. alternate-normal-foreground: @foreground;
  35. alternate-normal-background: @lightbg;
  36. alternate-active-foreground: @blue;
  37. alternate-active-background: @lightbg;
  38. alternate-urgent-foreground: @red;
  39. alternate-urgent-background: @lightbg;
  40. spacing: 2;
  41. }
  42. window {
  43. anchor: center;
  44. location: center;
  45. fullscreen: true;
  46. background-color: @background;
  47. border: 4;
  48. border-radius: 15;
  49. padding: 4;
  50. }
  51. mainbox {
  52. border: 4;
  53. border-radius: 20;
  54. padding: 4;
  55. }
  56. message {
  57. border: 1px 0px 0px 0px ;
  58. border-radius: 20;
  59. border-color: @separatorcolor;
  60. padding: 4px ;
  61. }
  62. textbox {
  63. text-color: @foreground;
  64. border: 4px;
  65. border-radius: 20px;
  66. }
  67. listview {
  68. lines: 5;
  69. columns: 3;
  70. fixed-height: 0;
  71. border: 3px 1px 4px 1px ;
  72. border-radius: 25;
  73. border-color: @separatorcolor;
  74. spacing: 4px ;
  75. scrollbar: false;
  76. padding: 6px 4px 6px 4px ;
  77. }
  78. element-icon {
  79. size: 3em ;
  80. }
  81. element {
  82. orientation: vertical;
  83. }
  84. element-text {
  85. horizontal-align: 0.5;
  86. }
  87. element {
  88. children: [element-icon, element-text];
  89. background-image: linear-gradient(to left, #6a5d664d, #bcb5b133, #12020266);
  90. border: 2 4 2 4;
  91. border-radius: 25;
  92. padding: 6px 4px 6px 4px ;
  93. }
  94. element normal.normal {
  95. background-color: @normal-background;
  96. text-color: @normal-foreground;
  97. }
  98. element normal.urgent {
  99. background-color: @urgent-background;
  100. text-color: @urgent-foreground;
  101. }
  102. element normal.active {
  103. background-color: @active-background;
  104. text-color: @active-foreground;
  105. }
  106. element selected.normal {
  107. background-color: @selected-normal-background;
  108. text-color: @selected-normal-foreground;
  109. }
  110. element selected.urgent {
  111. background-color: @selected-urgent-background;
  112. text-color: @selected-urgent-foreground;
  113. }
  114. element selected.active {
  115. background-color: @selected-active-background;
  116. text-color: @selected-active-foreground;
  117. }
  118. element alternate.normal {
  119. background-color: @alternate-normal-background;
  120. text-color: @alternate-normal-foreground;
  121. }
  122. element alternate.urgent {
  123. background-color: @alternate-urgent-background;
  124. text-color: @alternate-urgent-foreground;
  125. }
  126. element alternate.active {
  127. background-color: @alternate-active-background;
  128. text-color: @alternate-active-foreground;
  129. }
  130. scrollbar {
  131. width: 4px ;
  132. border: 0;
  133. handle-color: @normal-foreground;
  134. handle-width: 8px ;
  135. padding: 0;
  136. }
  137. sidebar {
  138. border: 2px dash 0px 0px ;
  139. border-color: @separatorcolor;
  140. }
  141. button {
  142. spacing: 0;
  143. text-color: @normal-foreground;
  144. }
  145. button selected {
  146. background-color: @selected-normal-background;
  147. text-color: @selected-normal-foreground;
  148. }
  149. inputbar {
  150. padding: 12px;
  151. border-spacing: 6;
  152. border: 6px ;
  153. border-radius: 12 ;
  154. spacing: 12px;
  155. margin: 10 300 15 300 ;
  156. border-color: @foreground;
  157. text-color: @text;
  158. background-color: @clear;
  159. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  160. }
  161. case-indicator {
  162. spacing: 0;
  163. background-color: @clear;
  164. text-color: @text;
  165. }
  166. entry {
  167. spacing: 0;
  168. background-color: @clear;
  169. text-color: @text;
  170. }
  171. prompt {
  172. spacing: 0;
  173. background-color: @clear;
  174. text-color: @text;
  175. }
  176. textbox-prompt-colon {
  177. expand: false;
  178. background-color: @clear;
  179. str: ":";
  180. margin: 0px 0.3000em 0.0000em 0.0000em ;
  181. text-color: inherit;
  182. }
  183.  
Advertisement
Add Comment
Please, Sign In to add comment