poetician

Rofi | 0043 Misty Road 03

May 24th, 2021 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0043 Misty Road ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0043 Misty Road
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. red: rgba ( 210, 78, 20, 100 % );
  11. blue: rgba ( 77, 63, 51, 100 % );
  12. lightfg: rgba ( 238, 169, 63, 100 % );
  13. lightbg: rgba ( 0, 0, 0, 100 % );
  14. foreground: rgba ( 244, 173, 63, 80 % );
  15. background: rgba ( 0, 0, 0, 30 % );
  16. background-color: rgba ( 26, 12, 0, 0 % );
  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. anchor: east;
  41. background-color: @background;
  42. border: 15px dash 5px 1px ;
  43. border-radius: 15;
  44. padding: 10;
  45. x-offset: -60px;
  46. y-offset: -90px;
  47. }
  48. mainbox {
  49. border: 15px dash 5px 1px ;
  50. border-radius: 15;
  51. padding: 10;
  52. }
  53. message {
  54. border: 15px dash 5px 1px ;
  55. border-radius: 15;
  56. border-color: @separatorcolor;
  57. padding: 10px ;
  58. }
  59. textbox {
  60. text-color: @foreground;
  61. }
  62. listview {
  63. fixed-height: 0;
  64. border: 15px dash 5px 1px ;
  65. border-radius: 15;
  66. border-color: @separatorcolor;
  67. spacing: 3px ;
  68. scrollbar: false;
  69. padding: 5px 0px 0px ;
  70. }
  71. element-icon {
  72. size: 2.75em ;
  73. }
  74. element {
  75. orientation: vertical;
  76. }
  77. element-text {
  78. horizontal-align: 0.5;
  79. }
  80. element {
  81. border: 15px dash 5px 1px ;
  82. border-radius: 15;
  83. border-color: @red;
  84. padding: 10px ;
  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: 15px dash 5px 1px ;
  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. padding: 5px;
  143. border-spacing: 4 4 4 4;
  144. border: 15px dash 5px 1px ;
  145. border-radius: 40%;
  146. spacing: 10px;
  147. margin: 5px 5px 5px;
  148. border-color: @foreground;
  149. text-color: @normal-foreground;
  150. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  151. case-indicator {
  152. spacing: 0;
  153. text-color: @normal-foreground;
  154. }
  155. case-indicator {
  156. spacing: 0;
  157. text-color: @normal-foreground;
  158. }
  159. entry {
  160. spacing: 0;
  161. text-color: @normal-foreground;
  162. }
  163. prompt {
  164. spacing: 0;
  165. text-color: @normal-foreground;
  166. }
  167. textbox-prompt-colon {
  168. expand: false;
  169. str: ":";
  170. margin: 0px 0.3000em 0.0000em 0.0000em ;
  171. text-color: inherit;
  172. }
  173.  
Add Comment
Please, Sign In to add comment