stylix/modules/console.nix
2020-12-21 14:10:40 +00:00

26 lines
367 B
Nix

{ config, ... }:
with config.lib.stylix.colors;
{
console = {
colors = [
base00-hex
base08-hex
base0B-hex
base0A-hex
base0D-hex
base0E-hex
base0C-hex
base05-hex
base03-hex
base09-hex
base01-hex
base02-hex
base04-hex
base06-hex
base0F-hex
base07-hex
];
};
}