Skip to content

Commit

Permalink
console: adjust colors (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Thwaites <[email protected]>
  • Loading branch information
Geometer1729 and danth authored May 31, 2024
1 parent 5234b3d commit ebaed9d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modules/console/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
}

0 comments on commit ebaed9d

Please sign in to comment.