poetician

Rofi | Turquoise-02

Apr 25th, 2022
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. /**
  2. * Base16 oomox-Turquoise ROFI Color theme
  3. *
  4. * Authors
  5. * Scheme: oomox-Turquoise by Poetician
  6. * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
  7. */
  8.  
  9. * {
  10. text: #a5c8f2;
  11. clear: #00000000;
  12. red: #073351;
  13. blue: #2aa1b7;
  14. lightfg: #87b0e6;
  15. lightbg: #0e82b0;
  16. foreground: #6ad6ef;
  17. background: #094e62;
  18. background-color: #416289;
  19. separatorcolor: @foreground;
  20. border-color: @foreground;
  21. text-color: @text;
  22. selected-normal-foreground: @lightbg;
  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: @foreground;
  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: center;
  44. location: center;
  45. width: 50%;
  46. x-offset: 0px;
  47. y-offset: -20px;
  48. background-color: @clear;
  49. border: 4;
  50. border-radius: 25;
  51. padding: 4;
  52. }
  53. mainbox {
  54. border: 5;
  55. border-radius: 15;
  56. padding: 4;
  57. }
  58. message {
  59. border: 1px 3px 3px 3px ;
  60. border-color: @separatorcolor;
  61. border-radius: 10;
  62. padding: 5px ;
  63. }
  64. textbox {
  65. text-color: @foreground;
  66. }
  67. listview {
  68. lines: 6;
  69. columns: 4;
  70. fixed-height: 0;
  71. border: 4px 0px 0px 0px ;
  72. border-radius: 12 ;
  73. border-color: @separatorcolor;
  74. text-color: @text;
  75. spacing: 3px ;
  76. scrollbar: true;
  77. padding: 3px 1px 1px 1px ;
  78. background-color: @clear;
  79. }
  80. element-icon {
  81. size: 3em ;
  82. }
  83. element {
  84. orientation: horizontal;
  85. }
  86. element-text {
  87. vertical-align: 0.45;
  88. }
  89. element {
  90. children: [element-icon, element-text];
  91. background-image: linear-gradient(to right, #87b0e6, #6ad6ef4d, #094e62);
  92. border: 2 0 2 0 ;
  93. border-radius: 12 ;
  94. padding: 9px ;
  95. }
  96. element normal.normal {
  97. background-color: @normal-background;
  98. text-color: @normal-foreground;
  99. }
  100. element normal.urgent {
  101. background-color: @urgent-background;
  102. text-color: @urgent-foreground;
  103. }
  104. element normal.active {
  105. background-color: @active-background;
  106. text-color: @active-foreground;
  107. }
  108. element selected.normal {
  109. background-color: @selected-normal-background;
  110. text-color: @selected-normal-foreground;
  111. }
  112. element selected.urgent {
  113. background-color: @selected-urgent-background;
  114. text-color: @selected-urgent-foreground;
  115. }
  116. element selected.active {
  117. background-color: @selected-active-background;
  118. text-color: @selected-active-foreground;
  119. }
  120. element alternate.normal {
  121. background-color: @alternate-normal-background;
  122. text-color: @alternate-normal-foreground;
  123. }
  124. element alternate.urgent {
  125. background-color: @alternate-urgent-background;
  126. text-color: @alternate-urgent-foreground;
  127. }
  128. element alternate.active {
  129. background-color: @alternate-active-background;
  130. text-color: @alternate-active-foreground;
  131. }
  132. sidebar {
  133. border: 2px dash 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. scrollbar {
  145. width: 0px ;
  146. border: 0;
  147. handle-color: @normal-foreground;
  148. handle-width: 0px ;
  149. padding: 0;
  150. }
  151. inputbar {
  152. border-radius: 10 ;
  153. padding: 5px;
  154. border-spacing: 5px 0 0 0;
  155. border: 2px ;
  156. spacing: 10px;
  157. margin: 5px 235px 5px 235px ;
  158. border-color: @foreground;
  159. text-color: @normal-foreground;
  160. background-color: @clear;
  161. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  162. }
  163. case-indicator {
  164. spacing: 0;
  165. background-color: @clear;
  166. text-color: @normal-foreground;
  167. }
  168. entry {
  169. spacing: 0;
  170. background-color: @clear;
  171. text-color: @normal-foreground;
  172. }
  173. prompt {
  174. spacing: 0;
  175. background-color: @clear;
  176. text-color: @normal-foreground;
  177. }
  178. textbox-prompt-colon {
  179. expand: false;
  180. str: ":";
  181. background-color: @clear;
  182. margin: 0px 0.3000em 0.0000em 0.0000em ;
  183. text-color: inherit;
  184. }
  185.  
Advertisement
Add Comment
Please, Sign In to add comment