This commit is contained in:
Matt Nish-Lapidus 2025-03-18 11:20:39 -04:00
parent f7777a492b
commit 5e59a054e5
2 changed files with 19 additions and 15 deletions

View file

@ -7,9 +7,9 @@ in {
normal = palette.defaultPalette // {
background = {
a = 1.0;
r = 5;
g = 5;
b = 5;
r = 0;
g = 0;
b = 0;
};
black = theme.color0;
red = theme.color1;
@ -25,7 +25,7 @@ in {
cyan = theme.color6;
white = theme.color7;
border = {
a = 0.5;
a = 0.75;
r = 198;
g = 120;
b = 221;
@ -34,9 +34,9 @@ in {
bright = palette.brighten 10 normal // {
background = {
a = 1.0;
r = 17;
g = 17;
b = 17;
r = 5;
g = 5;
b = 5;
};
black = theme.color8;
red = theme.color9;
@ -71,5 +71,6 @@ in {
name = "Bibata-Modern-Classic";
};
corner-radius = 8.0;
border-width = 2;
};
}