more reorg
This commit is contained in:
parent
a058fa3c90
commit
65d2b91057
7 changed files with 156 additions and 33 deletions
|
@ -24,6 +24,12 @@ in {
|
|||
};
|
||||
cyan = theme.color6;
|
||||
white = theme.color7;
|
||||
border = {
|
||||
a = 0.5;
|
||||
r = 198;
|
||||
g = 120;
|
||||
b = 221;
|
||||
};
|
||||
};
|
||||
bright = palette.brighten 10 normal // {
|
||||
background = {
|
||||
|
@ -37,7 +43,12 @@ in {
|
|||
green = theme.color10;
|
||||
yellow = theme.color11;
|
||||
blue = theme.color12;
|
||||
magenta = theme.color13;
|
||||
# magenta = {
|
||||
# a = 1.0;
|
||||
# r = 198;
|
||||
# g = 120;
|
||||
# b = 221;
|
||||
# };
|
||||
cyan = theme.color14;
|
||||
white = theme.color15;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue