diff --git a/home/user/.config/terminal-colors.d/cal.scheme b/home/user/.config/terminal-colors.d/cal.scheme new file mode 100644 index 0000000..ca0f96d --- /dev/null +++ b/home/user/.config/terminal-colors.d/cal.scheme @@ -0,0 +1,3 @@ +weekend 31 +today 30;47 +header 1;37 \ No newline at end of file diff --git a/install b/install index baa5540..5add9a1 100755 --- a/install +++ b/install @@ -9,7 +9,8 @@ declare -xr SUB="$DOTFILES_ROOT/home/user" declare -r -A TARGETS=( - ["bash"]=".config/bash .bashrc .profile" + ["colors"]=".config/terminal-colors.d" + ["bash"]=".config/bash .bashrc .profile %colors" ["zsh"]="%bash .config/zsh .zshenv .inputrc" ["tmux"]=".tmux.conf" ["alacritty"]=".config/alacritty"