poetician

Rofi | seal-brown-05

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