Advertisement
jamesonBradfield

yasb styles

Aug 30th, 2023
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | Software | 0 0
  1. /* :root{ */
  2. /* --black: #1F1E1C; */
  3. /* --bg_dim: #242120; */
  4. /* --bg0: #312C2B; */
  5. /* --bg1: #393230; */
  6. /* --bg2: #413937; */
  7. /* --bg3: #49403C; */
  8. /* --bg4: #4E433F; */
  9. /* --gray_dim: #6A5E59; */
  10. /* --red: #F86882; */
  11. /* --orange: #F08D71; */
  12. /* --yellow: #F0c66F; */
  13. /* --green: #A6CD77; */
  14. /* --blue: #81D0C9; */
  15. /* --purple: #9FA0E1; */
  16. /* --fg: #E4E3E1; */
  17. /* --gray: #90817B; */
  18. /* --bg_red: #FD6883; */
  19. /* --diff_red: #55393D; */
  20. /* --diff_green: #394634; */
  21. /* --bg_green: #ADDA78; */
  22. /* --bg_blue: #85DAD2; */
  23. /* --diff_blue: #354157; */
  24. /* --diff_yellow:#4E432F; */
  25. /* } */
  26. * {
  27. /* Bar measurement icons: https://github.com/and3rson/graph-bars-font */
  28. /* Icon set: https://fontawesome.com/v5.15/how-to-use/on-the-desktop/setup/getting-started */
  29. font-family:'Hack Nerd Font';
  30. font-size: 14px;
  31. color: #90817B;
  32. }
  33.  
  34. .bar {
  35. background: rgba(29, 32, 33, 100);
  36. border: 0px solid #504945;
  37. padding: 0 10px;
  38. }
  39.  
  40. .container-right .widget {
  41. margin: 2px;
  42. border-radius: 10px;
  43. }
  44.  
  45. .container-right .widget * {
  46. color: #90817B;
  47. }
  48. .komorebi-workspaces {
  49. margin-left: 1px;
  50. }
  51.  
  52. .ws-btn {
  53. padding: 5px;
  54. background: rgba(60, 56, 54, 0.5);
  55. border: 1px solid rgba(168, 153, 132, 0);
  56. margin: 2px 2px;
  57. font-size: 12px;
  58. border-radius: 10px;
  59. }
  60.  
  61. .ws-btn:hover {
  62. color: #90817B;
  63. font-weight: bold;
  64. }
  65.  
  66. .ws-btn.populated {
  67. border-color: #49403C;
  68. color: #90817B;
  69. }
  70.  
  71. .ws-btn.active {
  72. background: rgba(251, 241, 199, 0.5);
  73. color: #90817B;
  74. }
  75.  
  76. .custom-widget {
  77. padding: 2px 6px;
  78. font-size: 14px;
  79. background: #312C2B;
  80. }
  81. .custom-widget .icon {
  82. font-size: 13px;
  83. }
  84. .custom-widget:hover {
  85. background: #413937;
  86. }
  87. .custom-widget .icon.icon-left {
  88. margin-right: 5px;
  89. }
  90. .custom-widget .icon.icon-right {
  91. margin-left: 5px;
  92. }
  93. /* .custom-widget.hostname-widget { */
  94. /* background: #83a598; */
  95. /* } */
  96. /**/
  97. /* .custom-widget.terminal-widget { */
  98. /* font-size: 14px; */
  99. /* } */
  100.  
  101. /* .cpu-widget .label, */
  102. /* .memory-widget .label, */
  103. /* .battery-widget .label { */
  104. /* padding: 2px 5px; */
  105. /* font-size: 14px; */
  106. /* border-radius: 5px; */
  107. /* } */
  108. /**/
  109. /* .cpu-widget .label { */
  110. /* background: #d3869b; */
  111. /* } */
  112. /**/
  113. /* .battery-widget .label.status-critical { */
  114. /* background: #fb4934; */
  115. /* } */
  116. /* .battery-widget .label.status-low { */
  117. /* background: #fe8019; */
  118. /* } */
  119. /* .battery-widget .label.status-medium { */
  120. /* background: #fabd2f; */
  121. /* } */
  122. /* .battery-widget .label.status-high { */
  123. /* background: #b8bb26; */
  124. /* } */
  125. /* .battery-widget .label.status-full { */
  126. /* background: #8ec07c; */
  127. /* } */
  128. /* .battery-widget .label.status-charging { */
  129. /* background: #8ec07c; */
  130. /* } */
  131. /* .battery-widget, */
  132. /* .memory-widget { */
  133. /* margin: 0; */
  134. /* } */
  135. /**/
  136. /* .memory-widget .label.status-low { */
  137. /* background: #689d6a; */
  138. /* } */
  139. /* .memory-widget .label.status-medium { */
  140. /* background: #fe8019; */
  141. /* } */
  142. /* .memory-widget .label.status-high { */
  143. /* background: #cc241d; */
  144. /* } */
  145. .active-window-widget {
  146. margin-left: 5px;
  147. }
  148. .active-window-widget .label {
  149. padding: -5px 7px 0 7px;
  150. color: #90817B;
  151. background: #83a598;
  152. margin-bottom: -1px;
  153. border-radius: 3px;
  154. margin: 2px;
  155. }
  156.  
  157. .komorebi-active-layout .label {
  158. color: #90817B;
  159. margin: -4px 2px 2px 8px;
  160. }
  161.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement