From 4045e5e06617831d9ab12f2125d6e1d6fb3223f8 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 23 Jun 2024 14:00:06 +0200 Subject: Update --- alacritty.yml | 3 --- shenanigans.sh | 2 +- tmux.conf | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index 3ac16da..743c19d 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -18,7 +18,4 @@ font: colors: primary: background: "#111111" - cursor: - cursor: "#ffa500" - text: "#000000" diff --git a/shenanigans.sh b/shenanigans.sh index b3d7276..96c78ad 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -21,7 +21,7 @@ is_inside_nix_shell() { 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 f7e6529..2b3636a 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' -- cgit v1.2.3