poetician

Rofi | 0268 Forest Plains Peaks 02

Jun 12th, 2021
131
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. rock: #B64024;
  11. orange: #EB552780;
  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: #1F262933;
  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: 7;
  48. border-radius: 36 36 1 1;
  49. padding: 5;
  50. x-offset: 40;
  51. y-offset: 50;
  52. }
  53. mainbox {
  54. border: 7;
  55. border-radius: 24 24 1 1;
  56. padding: 5;
  57. }
  58. message {
  59. border: 1px dash 0px 0px ;
  60. border-color: @separatorcolor;
  61. padding: 5px ;
  62. }
  63. textbox {
  64. text-color: @foreground;
  65. }
  66. listview {
  67. fixed-height: 0;
  68. border: 4px 2px 0px 8px ;
  69. border-radius: 16 16 2 2;
  70. border-color: @separatorcolor;
  71. spacing: 5px ;
  72. scrollbar: false;
  73. padding: 7px 5px 5px ;
  74. }
  75. element-icon {
  76. size: 1.75em ;
  77. }
  78. element {
  79. orientation: horizontal;
  80. }
  81. element-text {
  82. vertical-align: 0.45;
  83. }
  84. element {
  85. background-color: @green;
  86. border: 5;
  87. border-radius: 16 16 2 2;
  88. padding: 5px ;
  89. }
  90. element normal.normal {
  91. background-color: @normal-background;
  92. text-color: @normal-foreground;
  93. }
  94. element normal.urgent {
  95. background-color: @urgent-background;
  96. text-color: @urgent-foreground;
  97. }
  98. element normal.active {
  99. background-color: @active-background;
  100. text-color: @active-foreground;
  101. }
  102. element selected.normal {
  103. background-color: @selected-normal-background;
  104. text-color: @selected-normal-foreground;
  105. }
  106. element selected.urgent {
  107. background-color: @selected-urgent-background;
  108. text-color: @selected-urgent-foreground;
  109. }
  110. element selected.active {
  111. background-color: @selected-active-background;
  112. text-color: @selected-active-foreground;
  113. }
  114. element alternate.normal {
  115. background-color: @alternate-normal-background;
  116. text-color: @alternate-normal-foreground;
  117. }
  118. element alternate.urgent {
  119. background-color: @alternate-urgent-background;
  120. text-color: @alternate-urgent-foreground;
  121. }
  122. element alternate.active {
  123. background-color: @alternate-active-background;
  124. text-color: @alternate-active-foreground;
  125. }
  126. scrollbar {
  127. width: 4px ;
  128. border: 0;
  129. handle-color: @normal-foreground;
  130. handle-width: 8px ;
  131. padding: 0;
  132. }
  133. sidebar {
  134. border: 2px dash 0px 0px ;
  135. border-color: @separatorcolor;
  136. }
  137. button {
  138. spacing: 0;
  139. text-color: @normal-foreground;
  140. }
  141. button selected {
  142. background-color: @selected-normal-background;
  143. text-color: @selected-normal-foreground;
  144. }
  145. inputbar {
  146. padding: 5px;
  147. border-spacing: 5 5 5 5;
  148. border: 4px 2px 0px 8px ;
  149. border-radius: 16 16 2 2 ;
  150. spacing: 20px;
  151. margin: 5px 5px 5px;
  152. border-color: @foreground;
  153. text-color: @foreground;
  154. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  155. }
  156. case-indicator {
  157. spacing: 0;
  158. text-color: @normal-foreground;
  159. }
  160. entry {
  161. spacing: 0;
  162. text-color: @normal-foreground;
  163. }
  164. prompt {
  165. spacing: 0;
  166. text-color: @normal-foreground;
  167. }
  168. textbox-prompt-colon {
  169. expand: false;
  170. str: ":";
  171. margin: 0px 0.3000em 0.0000em 0.0000em ;
  172. text-color: inherit;
  173. }
  174.  
Advertisement
Add Comment
Please, Sign In to add comment