poetician

Rofi | Ail-02

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