poetician

Rofi | 0258 wheat-sunset-04G

Jul 1st, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. /**
  2. * Base16 oomox-0268 Forest Plains Peaks ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-0268 Forest Plains Peaks
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. black: #000000b3;
  11. red: #dd00d2;
  12. blue: #bf00e780;
  13. lightfg: #ff5238;
  14. lightbg: #ed970180;
  15. foreground: #411368;
  16. background: #f300bc80;
  17. background-color: #9720fb80;
  18. separatorcolor: @foreground;
  19. border-color: @foreground;
  20. selected-normal-foreground: @black;
  21. selected-normal-background: @lightfg;
  22. selected-active-foreground: @red;
  23. selected-active-background: @blue;
  24. selected-urgent-foreground: @background;
  25. selected-urgent-background: @red;
  26. normal-foreground: @foreground;
  27. normal-background: @background;
  28. active-foreground: @blue;
  29. active-background: @background;
  30. urgent-foreground: @red;
  31. urgent-background: @background;
  32. alternate-normal-foreground: @foreground;
  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. anchor: west;
  42. location: west;
  43. width: 25%;
  44. x-offset: 40px;
  45. y-offset: -10px;
  46. background-color: @background;
  47. border: 7;
  48. border-radius: 36 36 1 1;
  49. padding: 5;
  50. }
  51. mainbox {
  52. border: 7;
  53. border-radius: 24 24 1 1;
  54. padding: 5;
  55. }
  56. message {
  57. border: 1px 0px 0px 0px ;
  58. border-color: @separatorcolor;
  59. padding: 5px ;
  60. }
  61. textbox {
  62. text-color: @foreground;
  63. }
  64. listview {
  65. lines: 10;
  66. columns: 1;
  67. fixed-height: 0;
  68. border: 5px 5px 5px 5px ;
  69. border-radius: 24 24 2 2;
  70. border-color: @separatorcolor;
  71. spacing: 5px ;
  72. scrollbar: false;
  73. padding: 7px 5px 5px ;
  74. }
  75. element-icon {
  76. size: 2.2em ;
  77. }
  78. element {
  79. orientation: horizontal;
  80. }
  81. element-text {
  82. vertical-align: 0.45;
  83. }
  84. element {
  85. children: [element-icon, element-text];
  86. background-image: linear-gradient(to right, #f300bc66, #4113684d, #dd00d233);
  87. border: 5;
  88. border-radius: 16 16 2 2;
  89. padding: 5px ;
  90. }
  91. element normal.normal {
  92. background-color: @normal-background;
  93. text-color: @normal-foreground;
  94. }
  95. element normal.urgent {
  96. background-color: @urgent-background;
  97. text-color: @urgent-foreground;
  98. }
  99. element normal.active {
  100. background-color: @active-background;
  101. text-color: @active-foreground;
  102. }
  103. element selected.normal {
  104. background-color: @selected-normal-background;
  105. text-color: @selected-normal-foreground;
  106. }
  107. element selected.urgent {
  108. background-color: @selected-urgent-background;
  109. text-color: @selected-urgent-foreground;
  110. }
  111. element selected.active {
  112. background-color: @selected-active-background;
  113. text-color: @selected-active-foreground;
  114. }
  115. element alternate.normal {
  116. background-color: @alternate-normal-background;
  117. text-color: @alternate-normal-foreground;
  118. }
  119. element alternate.urgent {
  120. background-color: @alternate-urgent-background;
  121. text-color: @alternate-urgent-foreground;
  122. }
  123. element alternate.active {
  124. background-color: @alternate-active-background;
  125. text-color: @alternate-active-foreground;
  126. }
  127. scrollbar {
  128. width: 4px ;
  129. border: 0;
  130. handle-color: @normal-foreground;
  131. handle-width: 8px ;
  132. padding: 0;
  133. }
  134. sidebar {
  135. border: 2px dash 0px 0px ;
  136. border-color: @separatorcolor;
  137. }
  138. button {
  139. spacing: 0;
  140. text-color: @normal-foreground;
  141. }
  142. button selected {
  143. background-color: @selected-normal-background;
  144. text-color: @selected-normal-foreground;
  145. }
  146. inputbar {
  147. padding: 7px;
  148. border-spacing: 5 5 5 5;
  149. border: 5px 5px 5px 5px ;
  150. border-radius: 16 16 2 2;
  151. spacing: 5px;
  152. margin: 0px 25px 5px 25px ;
  153. border-color: @black;
  154. text-color: @black;
  155. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  156. }
  157. case-indicator {
  158. spacing: 0;
  159. text-color: @black;
  160. }
  161. entry {
  162. spacing: 0;
  163. text-color: @black;
  164. }
  165. prompt {
  166. spacing: 0;
  167. text-color: @black;
  168. }
  169. textbox-prompt-colon {
  170. expand: false;
  171. str: ":";
  172. margin: 0px 0.3000em 0.0000em 0.0000em ;
  173. text-color: inherit;
  174. }
  175.  
Advertisement
Add Comment
Please, Sign In to add comment