poetician

Rofi | Ail-03

Jul 13th, 2021
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 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. background-color: @background;
  46. border: 4;
  47. border-radius: 20;
  48. padding: 4;
  49. }
  50. mainbox {
  51. border: 4;
  52. border-radius: 20;
  53. padding: 4;
  54. }
  55. message {
  56. border: 1px 0px 0px 0px ;
  57. border-radius: 20;
  58. border-color: @separatorcolor;
  59. padding: 4px ;
  60. }
  61. textbox {
  62. text-color: @foreground;
  63. border: 4px;
  64. border-radius: 20px;
  65. }
  66. listview {
  67. lines: 5;
  68. columns: 3;
  69. fixed-height: 0;
  70. border: 3px 1px 4px 1px ;
  71. border-radius: 20;
  72. border-color: @separatorcolor;
  73. spacing: 4px ;
  74. scrollbar: false;
  75. padding: 6px 4px 6px 4px ;
  76. }
  77. element-icon {
  78. size: 3em ;
  79. }
  80. element {
  81. orientation: vertical;
  82. }
  83. element-text {
  84. horizontal-align: 0.5;
  85. }
  86. element {
  87. children: [element-icon, element-text];
  88. background-image: linear-gradient(to left, #6a5d664d, #bcb5b133, #12020266);
  89. border: 2 4 2 4;
  90. border-radius: 20;
  91. padding: 6px 4px 6px 4px ;
  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: 12px;
  150. border-spacing: 6;
  151. border: 6px ;
  152. border-radius: 12 ;
  153. spacing: 12px;
  154. margin: 10 300 15 300 ;
  155. border-color: @foreground;
  156. text-color: @text;
  157. background-color: @clear;
  158. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  159. }
  160. case-indicator {
  161. spacing: 0;
  162. background-color: @clear;
  163. text-color: @text;
  164. }
  165. entry {
  166. spacing: 0;
  167. background-color: @clear;
  168. text-color: @text;
  169. }
  170. prompt {
  171. spacing: 0;
  172. background-color: @clear;
  173. text-color: @text;
  174. }
  175. textbox-prompt-colon {
  176. expand: false;
  177. background-color: @clear;
  178. str: ":";
  179. margin: 0px 0.3000em 0.0000em 0.0000em ;
  180. text-color: inherit;
  181. }
  182.  
Advertisement
Add Comment
Please, Sign In to add comment