poetician

Rofi | seal-brown-05GFC

Jul 4th, 2021 (edited)
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 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. fullscreen: true;
  44. anchor: southeast;
  45. location: southeast;
  46. background-color: @background;
  47. border: 0 ;
  48. border-radius: 0px ;
  49. padding: 0 ;
  50. }
  51. mainbox {
  52. border: 0 ;
  53. border-radius: 0px ;
  54. padding: 0 ;
  55. }
  56. message {
  57. border: 5px 1px 1px 0px ;
  58. border-radius: 10px;
  59. border-color: @separatorcolor;
  60. padding: 10 90 30 60 ;
  61. }
  62. textbox {
  63. text-color: @background;
  64. border: 5;
  65. border-radius: 10px;
  66. padding: 10 90 30 60 ;
  67. }
  68. listview {
  69. columns: 4;
  70. fixed-height: 0;
  71. border: 0px ;
  72. border-radius: 16px;
  73. border-color: @separatorcolor;
  74. spacing: 10px ;
  75. scrollbar: false;
  76. padding: 0 ;
  77. }
  78. element {
  79. children: [element-icon, element-text];
  80. background-image: linear-gradient(to right, #5ba2b666, #FF554D4d, #32000033);
  81. border: 5;
  82. border-radius: 10px;
  83. padding: 12 ;
  84. }
  85. element-icon {
  86. size: 5em ;
  87. padding: 5px;
  88. }
  89. element-text {
  90. vertical-align: 0.50;
  91. text-color: red;
  92. }
  93. element {
  94. orientation: horizontal;
  95. }
  96. element normal.normal {
  97. background-color: @normal-background;
  98. text-color: @normal-foreground;
  99. }
  100. element normal.urgent {
  101. background-color: @urgent-background;
  102. text-color: @urgent-foreground;
  103. }
  104. element normal.active {
  105. background-color: @active-background;
  106. text-color: @active-foreground;
  107. }
  108. element selected.normal {
  109. background-color: @selected-normal-background;
  110. text-color: @selected-normal-foreground;
  111. }
  112. element selected.urgent {
  113. background-color: @selected-urgent-background;
  114. text-color: @selected-urgent-foreground;
  115. }
  116. element selected.active {
  117. background-color: @selected-active-background;
  118. text-color: @selected-active-foreground;
  119. }
  120. element alternate.normal {
  121. background-color: @alternate-normal-background;
  122. text-color: @alternate-normal-foreground;
  123. }
  124. element alternate.urgent {
  125. background-color: @alternate-urgent-background;
  126. text-color: @alternate-urgent-foreground;
  127. }
  128. element alternate.active {
  129. background-color: @alternate-active-background;
  130. text-color: @alternate-active-foreground;
  131. }
  132. scrollbar {
  133. width: 6px ;
  134. border: 1;
  135. handle-color: @normal-foreground;
  136. handle-width: 8px ;
  137. padding: 1;
  138. }
  139. sidebar {
  140. border: 2px 0px 0px 0px ;
  141. border-color: @separatorcolor;
  142. }
  143. button {
  144. spacing: 0;
  145. text-color: @normal-foreground;
  146. }
  147. button selected {
  148. background-color: @selected-normal-background;
  149. text-color: @selected-normal-foreground;
  150. }
  151. inputbar {
  152. padding: 2 ;
  153. border-spacing: 0 0 0 0;
  154. border: 5px;
  155. border-radius: 10;
  156. spacing: 3 10 3 10 ;
  157. margin: 0 300 0 300 ;
  158. border-color: @foreground;
  159. text-color: @orange;
  160. background-color: @clear;
  161. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  162. }
  163. case-indicator {
  164. spacing: 0;
  165. background-color: @clear;
  166. text-color: @orange;
  167. }
  168. entry {
  169. spacing: 0;
  170. background-color: @clear;
  171. text-color: @orange;
  172. }
  173. prompt {
  174. spacing: 0;
  175. background-color: @clear;
  176. text-color: @orange;
  177. }
  178. textbox-prompt-colon {
  179. expand: false;
  180. background-color: @clear;
  181. str: ":";
  182. margin: 0px 0.3000em 0.0000em 0.0000em ;
  183. text-color: inherit;
  184. }
  185.  
Add Comment
Please, Sign In to add comment