poetician

Rofi | 0268 Forest Plains Peaks 04

Jun 12th, 2021
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 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. rock: #B64024;
  11. orange: #EB55274d;
  12. green: #535E4C;
  13. sky: #4096C5;
  14. text: #F9DA62;
  15. black: #000000;
  16. red: #E46B25ec;
  17. blue: #3D94C2ec;
  18. lightfg: #8F9391;
  19. lightbg: #1F262933;
  20. foreground: #88A8B8;
  21. background: #1F26291a;
  22. background-color: @green;
  23. separatorcolor: @foreground;
  24. border-color: @sky;
  25. selected-normal-foreground: @text;
  26. selected-normal-background: @foreground;
  27. selected-active-foreground: @red;
  28. selected-active-background: @blue;
  29. selected-urgent-foreground: @background;
  30. selected-urgent-background: @red;
  31. normal-foreground: @text;
  32. normal-background: @background;
  33. active-foreground: @blue;
  34. active-background: @background;
  35. urgent-foreground: @red;
  36. urgent-background: @background;
  37. alternate-normal-foreground: @text;
  38. alternate-normal-background: @orange;
  39. alternate-active-foreground: @blue;
  40. alternate-active-background: @lightbg;
  41. alternate-urgent-foreground: @red;
  42. alternate-urgent-background: @lightbg;
  43. spacing: 2;
  44. }
  45. window {
  46. background-color: @background;
  47. border-color: @orange;
  48. border: 9;
  49. border-radius: 30 30 4 4;
  50. padding: 12;
  51. x-offset: 40;
  52. y-offset: 50;
  53. }
  54. mainbox {
  55. border-color: @orange;
  56. border: 7;
  57. border-radius: 24 24 4 4;
  58. padding: 6;
  59. }
  60. message {
  61. border: 1px dash 0px 0px ;
  62. border-color: @separatorcolor;
  63. padding: 5px ;
  64. }
  65. textbox {
  66. text-color: @foreground;
  67. }
  68. listview {
  69. fixed-height: 0;
  70. border: 3px 6px 0px 3px ;
  71. border-radius: 24 24 2 2;
  72. border-color: @separatorcolor;
  73. spacing: 5px ;
  74. scrollbar: false;
  75. padding: 7px 5px 5px ;
  76. }
  77. element-icon {
  78. size: 2em ;
  79. }
  80. element {
  81. orientation: horizontal;
  82. }
  83. element-text {
  84. vertical-align: 0.45;
  85. }
  86. element {
  87. background-color: @green;
  88. border: 5;
  89. border-radius: 16 16 2 2;
  90. padding: 5px ;
  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: 4px ;
  130. border: 0;
  131. handle-color: @normal-foreground;
  132. handle-width: 8px ;
  133. padding: 0;
  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: 5px;
  149. border-spacing: 5 5 5 5;
  150. border: 3px 6px 0px 3px ;
  151. border-radius: 20 20 3 3 ;
  152. spacing: 20px;
  153. margin: 5px 5px 5px;
  154. border-color: @foreground;
  155. text-color: @foreground;
  156. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  157. }
  158. case-indicator {
  159. spacing: 0;
  160. text-color: @normal-foreground;
  161. }
  162. entry {
  163. spacing: 0;
  164. text-color: @normal-foreground;
  165. }
  166. prompt {
  167. spacing: 0;
  168. text-color: @normal-foreground;
  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