stylix/modules/console.nix

27 lines
367 B
Nix
Raw Normal View History

2020-12-20 19:17:53 +00:00
{ 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
2020-12-21 14:10:40 +00:00
base09-hex
base01-hex
base02-hex
base04-hex
base06-hex
base0F-hex
2020-12-20 19:17:53 +00:00
base07-hex
];
};
}