fixing yabridge and more reorg

This commit is contained in:
Matt Nish-Lapidus 2025-02-09 00:31:36 -05:00
parent 65d2b91057
commit 2763ce58c1
5 changed files with 24 additions and 24 deletions

View file

@ -43,12 +43,12 @@ in {
green = theme.color10;
yellow = theme.color11;
blue = theme.color12;
# magenta = {
# a = 1.0;
# r = 198;
# g = 120;
# b = 221;
# };
magenta = {
a = 1.0;
r = 198;
g = 120;
b = 221;
};
cyan = theme.color14;
white = theme.color15;
};