poetician

Rofi | seal-brown-03G

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