poetician

Rofi | Plum-Gold-02FG

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