Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-06-23 14:00:06 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-06-23 14:00:06 +0200
Commit 4045e5e06617831d9ab12f2125d6e1d6fb3223f8 (patch)
-rw-r--r-- alacritty.yml 3
-rwxr-xr-x shenanigans.sh 2
-rw-r--r-- tmux.conf 2
3 files changed, 2 insertions, 5 deletions
diff --git a/alacritty.yml b/alacritty.yml
...
18
colors:
18
colors:
19
  primary:
19
  primary:
20
    background: "#111111"
20
    background: "#111111"
21
  cursor:
  
22
    cursor: "#ffa500"
  
23
    text: "#000000"
  
24
  
21
  
diff --git a/shenanigans.sh b/shenanigans.sh
...
21
	fi
21
	fi
22
}
22
}
23
  
23
  
24
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$ "
24
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$ "
25
  
25
  
26
# General aliases.
26
# General aliases.
27
  
27
  
...
diff --git a/tmux.conf b/tmux.conf
...
12
set-window-option -g pane-base-index 1
12
set-window-option -g pane-base-index 1
13
set -g renumber-windows on
13
set -g renumber-windows on
14
  
14
  
15
set -g status-bg '#480b8e'
15
set -g status-bg '#333333'
16
set -g status-fg '#ffffff'
16
set -g status-fg '#ffffff'
17
set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
17
set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
18
set -g window-style 'bg=#222222'
18
set -g window-style 'bg=#222222'
...