diff --git a/alacritty.yml b/alacritty.yml index 3ac16dacead9594e4ad543370bb30511942295d7..743c19d9692c5643437ff11af6cbb6946aea5fe4 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -18,7 +18,4 @@ colors: primary: background: "#111111" - cursor: - cursor: "#ffa500" - text: "#000000" diff --git a/shenanigans.sh b/shenanigans.sh index b3d7276bbd8eefd5c736fbd0343c83b8677905ba..96c78adae425c5d0ac2f5389110923a0565a1bd9 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -21,7 +21,7 @@ echo " \e[0;36m(nix-shell)\e[0m" fi } -export PS1="[\033[38;5;9m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[33m\]\$(parse_git_branch)\[\033[00m\] \w\[$(tput sgr0)\] \n$ " +export PS1="[\033[38;5;166m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[33m\]\$(parse_git_branch)\[\033[00m\] \w\[$(tput sgr0)\] \n$ " # General aliases. diff --git a/tmux.conf b/tmux.conf index f7e6529615de14aad4a40860a32c0603f9cb3b50..2b3636a0bafdb7d72d3d371d520dca7d1eb8f238 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,7 +12,7 @@ set -g base-index 1 set-window-option -g pane-base-index 1 set -g renumber-windows on -set -g status-bg '#480b8e' +set -g status-bg '#333333' set -g status-fg '#ffffff' set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" set -g window-style 'bg=#222222'