poetician

Rofi | 0004 Leopard

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