poetician

Rofi | 0263 Lampadaire 02G

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