mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
console: adjust colors (#404)
Co-authored-by: Daniel Thwaites <danthwaites30@btinternet.com>
This commit is contained in:
parent
5234b3d467
commit
ebaed9d4bf
1 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue