diff options
author | tv <tv@krebsco.de> | 2023-01-11 17:16:32 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-01-11 17:23:48 +0100 |
commit | 91e83419cd11abc11cb58aa1ea5fc3e0027cba6d (patch) | |
tree | 30d73155f816af0e932f1e4863f8320cb4e1a492 /tv/5pkgs/simple/alacritty-tv.nix | |
parent | b67c236d51058e4fce6e41064e6355ba405ad1c8 (diff) |
tv alacritty: add root profile
Diffstat (limited to 'tv/5pkgs/simple/alacritty-tv.nix')
-rw-r--r-- | tv/5pkgs/simple/alacritty-tv.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/alacritty-tv.nix b/tv/5pkgs/simple/alacritty-tv.nix index f66bcdc..bca779d 100644 --- a/tv/5pkgs/simple/alacritty-tv.nix +++ b/tv/5pkgs/simple/alacritty-tv.nix @@ -50,6 +50,11 @@ let ]; scrolling.multiplier = 8; }; + configs.root = lib.recursiveUpdate configs.default { + colors.primary.background = "#230000"; + colors.primary.foreground = "#e0c0c0"; + colors.normal.black = "#800000"; + }; writeProfile = name: config: let config-file = assert lib.types.filename.check name; |