Advertisement
poetician

Rofi | 0043 Misty Road 03

Jun 7th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 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. tan: #F2D5A2;
  11. red: #D2461480;
  12. blue: #4D3F3380;
  13. lightfg: #EEA93F33;
  14. lightbg: #3E2D1333;
  15. foreground: #F4AD3F33;
  16. background: #0000004d;
  17. background-color: #1A0C0033;
  18. separatorcolor: @foreground;
  19. border-color: @foreground;
  20. selected-normal-foreground: @tan;
  21. selected-normal-background: @lightfg;
  22. selected-active-foreground: @background;
  23. selected-active-background: @blue;
  24. selected-urgent-foreground: @background;
  25. selected-urgent-background: @red;
  26. normal-foreground: @tan;
  27. normal-background: @background;
  28. active-foreground: @blue;
  29. active-background: @background;
  30. urgent-foreground: @red;
  31. urgent-background: @background;
  32. alternate-normal-foreground: @tan;
  33. alternate-normal-background: @lightbg;
  34. alternate-active-foreground: @blue;
  35. alternate-active-background: @lightbg;
  36. alternate-urgent-foreground: @red;
  37. alternate-urgent-background: @lightbg;
  38. spacing: 2;
  39. }
  40. window {
  41. background-color: @background;
  42. border: 15px dash 5px 1px ;
  43. border-radius: 15;
  44. padding: 10;
  45. x-offset: -120px;
  46. y-offset: 0px;
  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: 12px dash 5px 1px ;
  65. border-radius: 15;
  66. border-color: @separatorcolor;
  67. spacing: 6px ;
  68. scrollbar: false;
  69. padding: 8px ;
  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: 0px 12px 3px 0px ;
  82. border-radius: 18;
  83. border-color: @red;
  84. padding: 8px ;
  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: 12px dash 4px 2px ;
  145. border-radius: 40%;
  146. spacing: 8px;
  147. margin: 5px 5px 5px;
  148. border-color: @tan;
  149. text-color: @tan;
  150. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];}
  151. case-indicator {
  152. spacing: 0;
  153. text-color: @tan;
  154. }
  155. case-indicator {
  156. spacing: 0;
  157. text-color: @tan;
  158. }
  159. entry {
  160. spacing: 0;
  161. text-color: @tan;
  162. }
  163. prompt {
  164. spacing: 0;
  165. text-color: @tan;
  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.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement