console: adjust colors (#404)

Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
This commit is contained in:
Geometer1729 2024-05-31 15:41:07 -04:00 committed by GitHub
parent 5234b3d467
commit ebaed9d4bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,20 +8,20 @@ with config.lib.stylix.colors;
config.console.colors = lib.mkIf config.stylix.targets.console.enable [
base00-hex
base08-hex
base0B-hex
base0A-hex
base0D-hex
base0E-hex
base0C-hex
red
green
yellow
blue
magenta
cyan
base05-hex
base03-hex
base09-hex
base01-hex
base02-hex
base04-hex
red
green
yellow
blue
magenta
cyan
base06-hex
base0F-hex
base07-hex
];
}