This commit is contained in:
biscuit
2025-06-19 13:21:32 -05:00
parent 435742f29c
commit 3740928c70
4 changed files with 17 additions and 5 deletions
+9 -3
View File
@@ -1,4 +1,5 @@
@use "sass:color";
@use "./colors" as *;
// default
// $bg: #212223;
@@ -13,9 +14,14 @@
// $radius: 7px;
// mstcl
$bg: #121212;
$fg: #f1f1f1;
$accent: #C0A36E;
// $bg: #121212;
// $fg: #f1f1f1;
// $accent: #C0A36E;
// $radius: 7px;
$bg: $background;
$fg: $foreground;
$accent: $primary;
$radius: 7px;
window.Bar {