poetician

Rofi | Ail-03

Jun 21st, 2021
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 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. lbg: #2828284d;
  11. text: #120202;
  12. red: #12020299;
  13. blue: #6a5d6699;
  14. lightfg: #6a5d6600;
  15. lightbg: #28282899;
  16. foreground: #373356b3;
  17. background: #bcb5b1;
  18. background-color: #bcb5b100;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. selected-normal-foreground: @lightbg;
  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: @foreground;
  28. normal-background: @lbg;
  29. active-foreground: @blue;
  30. active-background: @background;
  31. urgent-foreground: @red;
  32. urgent-background: @background;
  33. alternate-normal-foreground: @foreground;
  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. background-color: @background;
  43. border: 10;
  44. border-radius: 25;
  45. padding: 5;
  46. x-offset: 0px;
  47. y-offset: -10px;
  48. }
  49. mainbox {
  50. border: 10;
  51. border-radius: 15;
  52. padding: 5;
  53. }
  54. message {
  55. border: 1px dash 0px 0px ;
  56. border-radius: 10;
  57. border-color: @separatorcolor;
  58. padding: 10px ;
  59. }
  60. textbox {
  61. text-color: @foreground;
  62. border: 5px;
  63. border-radius: 10px;
  64. }
  65. listview {
  66. fixed-height: 0;
  67. border: 3px dash 0px 0px ;
  68. border-radius: 10;
  69. border-color: @separatorcolor;
  70. spacing: 3px ;
  71. scrollbar: false;
  72. padding: 3px 0px 0px ;
  73. }
  74. element-icon {
  75. size: 3em ;
  76. }
  77. element {
  78. orientation: vertical;
  79. }
  80. element-text {
  81. horizontal-align: 0.5;
  82. }
  83. element {
  84. border: 5 0 5 0;
  85. border-radius: 0;
  86. padding: 5px ;
  87. }
  88. element normal.normal {
  89. background-color: @normal-background;
  90. text-color: @normal-foreground;
  91. }
  92. element normal.urgent {
  93. background-color: @urgent-background;
  94. text-color: @urgent-foreground;
  95. }
  96. element normal.active {
  97. background-color: @active-background;
  98. text-color: @active-foreground;
  99. }
  100. element selected.normal {
  101. background-color: @selected-normal-background;
  102. text-color: @selected-normal-foreground;
  103. }
  104. element selected.urgent {
  105. background-color: @selected-urgent-background;
  106. text-color: @selected-urgent-foreground;
  107. }
  108. element selected.active {
  109. background-color: @selected-active-background;
  110. text-color: @selected-active-foreground;
  111. }
  112. element alternate.normal {
  113. background-color: @alternate-normal-background;
  114. text-color: @alternate-normal-foreground;
  115. }
  116. element alternate.urgent {
  117. background-color: @alternate-urgent-background;
  118. text-color: @alternate-urgent-foreground;
  119. }
  120. element alternate.active {
  121. background-color: @alternate-active-background;
  122. text-color: @alternate-active-foreground;
  123. }
  124. scrollbar {
  125. width: 4px ;
  126. border: 0;
  127. handle-color: @normal-foreground;
  128. handle-width: 8px ;
  129. padding: 0;
  130. }
  131. sidebar {
  132. border: 2px dash 0px 0px ;
  133. border-color: @separatorcolor;
  134. }
  135. button {
  136. spacing: 0;
  137. text-color: @normal-foreground;
  138. }
  139. button selected {
  140. background-color: @selected-normal-background;
  141. text-color: @selected-normal-foreground;
  142. }
  143. inputbar {
  144. padding: 12px;
  145. border-spacing: 6;
  146. border: 6px ;
  147. border-radius: 12 ;
  148. spacing: 12px;
  149. margin: 0 0 6 0 ;
  150. border-color: @foreground;
  151. text-color: @text;
  152. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  153. }
  154. case-indicator {
  155. spacing: 0;
  156. text-color: @text;
  157. }
  158. entry {
  159. spacing: 0;
  160. text-color: @text;
  161. }
  162. prompt {
  163. spacing: 0;
  164. text-color: @text;
  165. }
  166. textbox-prompt-colon {
  167. expand: false;
  168. str: ":";
  169. margin: 0px 0.3000em 0.0000em 0.0000em ;
  170. text-color: inherit;
  171. }
  172.  
Advertisement
Add Comment
Please, Sign In to add comment