Advertisement
poetician

Rofi | 0067 Peaks and Plain Slant 02

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