test
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user