nicer looking colors :3
This commit is contained in:
parent
04cbd4af74
commit
4dc5ec9539
1 changed files with 3 additions and 3 deletions
|
|
@ -417,9 +417,9 @@ in
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
background = "${config.lib.stylix.colors.base00}aa";
|
background = "${config.lib.stylix.colors.base00}aa";
|
||||||
text = "${config.lib.stylix.colors.base05}ff";
|
text = "${config.lib.stylix.colors.base01}bb";
|
||||||
selection = "${config.lib.stylix.colors.base01}bb";
|
selection = "${config.lib.stylix.colors.base01}ff";
|
||||||
selection-match = "${config.lib.stylix.colors.base06}ff";
|
selection-match = "${config.lib.stylix.colors.base05}ff";
|
||||||
border = "${config.lib.stylix.colors.base0E}ee";
|
border = "${config.lib.stylix.colors.base0E}ee";
|
||||||
};
|
};
|
||||||
border = {
|
border = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue