poetician

Rofi | 0043 Misty Road 02

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