poetician

BuckInFog | rofi Poetician Edition

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