mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
fixed colors
This commit is contained in:
parent
a2fd39e7ab
commit
19580dd4f2
2 changed files with 48 additions and 40 deletions
|
@ -24,25 +24,29 @@
|
|||
console = {
|
||||
keyMap = "dvorak";
|
||||
font = "Lat2-Terminus16";
|
||||
colors = [
|
||||
# hardcoded dracula since nix-colors only provides a home manager module
|
||||
"282936"
|
||||
"3a3c4e"
|
||||
"4d4f68"
|
||||
"626483"
|
||||
"62d6e8"
|
||||
"e9e9f4"
|
||||
"f1f2f8"
|
||||
"f7f7fb"
|
||||
"ea51b2"
|
||||
"b45bcf"
|
||||
"00f769"
|
||||
"ebff87"
|
||||
"a1efe4"
|
||||
"62d6e8"
|
||||
"b45bcf"
|
||||
"00f769"
|
||||
];
|
||||
colors =
|
||||
let
|
||||
colors = config.home-manager.users.rouven.colorScheme.colors;
|
||||
in
|
||||
[
|
||||
colors.base00
|
||||
colors.base08
|
||||
colors.base0A
|
||||
colors.base0B
|
||||
colors.base0D
|
||||
colors.base0E
|
||||
colors.base0C
|
||||
colors.base05
|
||||
|
||||
colors.base03
|
||||
colors.base08
|
||||
colors.base0A
|
||||
colors.base0B
|
||||
colors.base0D
|
||||
colors.base0E
|
||||
colors.base0C
|
||||
colors.base07
|
||||
];
|
||||
};
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue