diff --git a/kitty/.config/kitty/current-theme.conf b/kitty/.config/kitty/current-theme.conf index 6ffc047..63e24c9 100644 --- a/kitty/.config/kitty/current-theme.conf +++ b/kitty/.config/kitty/current-theme.conf @@ -10,8 +10,8 @@ color1 #990000 color9 #e50000 color2 #00a600 color10 #00d900 -color3 #999900 -color11 #e5e500 +color3 #e5e500 +color11 #ffff00 color4 #1f08db color12 #0000ff color5 #b200b2 diff --git a/nvim/.config/nvim b/nvim/.config/nvim index 6ee3d5f..dcda42d 160000 --- a/nvim/.config/nvim +++ b/nvim/.config/nvim @@ -1 +1 @@ -Subproject commit 6ee3d5f407646b42960e41cc097e6161c95c5552 +Subproject commit dcda42d32e4c61e475f4169368fd6d1719493614 diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 85901a1..98c8727 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -29,8 +29,8 @@ bind-key -r -T prefix C-j resize-pane -D 5 bind-key -r -T prefix C-h resize-pane -L 5 bind-key -r -T prefix C-l resize-pane -R 5 -set -g window-style 'fg=colour238,bg=colour232' -set -g window-active-style 'fg=colour231,bg=black' +set -g window-style 'fg=#aaaaaa,bg=#070707' +set -g window-active-style 'fg=#FFFFFF,bg=black' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.config/tmux/plugins/tpm/tpm' diff --git a/top_level/.bashrc b/top_level/.bashrc index 681fac4..8922a8c 100644 --- a/top_level/.bashrc +++ b/top_level/.bashrc @@ -46,5 +46,10 @@ function fcd() { export PATH="$HOME/.cargo/bin:$PATH" . "$HOME/.cargo/env" -source /usr/share/fzf/shell/key-bindings.bash +if [[ "$(echo $(( lsb_release -ds || cat /etc/*release || uname -om ) | head -n1))" =~ "Arch" ]]; then + source /usr/share/fzf/key-bindings.bash +else + source /usr/share/fzf/shell/key-bindings.bash +fi +