diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..9fd143f --- /dev/null +++ b/.Xresources @@ -0,0 +1,22 @@ +! catppuccin color scheme +*.color0: #494D64 +*.color1: #ED8796 +*.color2: #A6DA95 +*.color3: #EED49F +*.color4: #8AADF4 +*.color5: #F5BDE6 +*.color6: #8BD5CA +*.color7: #B8C0E0 +*.color8: #5B6078 +*.color9: #ED8796 +*.color10: #A6DA95 +*.color11: #EED49F +*.color12: #8AADF4 +*.color13: #F5BDE6 +*.color14: #8BD5CA +*.color15: #A5ADCB +*.background: #24273A +*.foreground: #CAD3F5 +*.cursorColor: #F4DBD6 + +! gruvbox color scheme diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9837fa3..df3692e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,5 @@ set -g default-terminal "tmux-256color" -set -ag terminal-overrides ",xterm-256color:RGB" +set -ag terminal-overrides ",*:RGB" unbind C-b set-option -g prefix C-a diff --git a/.local/share/scripts/tmux-sessionizer.sh b/.local/share/scripts/tmux-sessionizer.sh index 87feb68..20f838b 100755 --- a/.local/share/scripts/tmux-sessionizer.sh +++ b/.local/share/scripts/tmux-sessionizer.sh @@ -4,7 +4,7 @@ if [[ $# -eq 1 ]]; then selected=$1 else - selected=$(find ~/.config ~/gits ~/2sem ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf) + selected=$(find ~/Nextcloud ~/.config ~/gits ~/2sem ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf) fi if [[ -z "$selected" ]]; then