diff --git a/alacritty.yml b/alacritty.yml index 09c5bb786d166836e3d3cbf5f54b3b20b5ed12c9..bc7eb224d80cd09cf3054e43985fb374b247e18f 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -17,4 +17,4 @@ family: Berkeley Mono colors: primary: - background: "#121212" + background: "#111111" diff --git a/tmux.conf b/tmux.conf index 1b04b1df041fc2f58349aa54b94b74f6435b2922..dff5a95ff2858a5368e5a8f1d940faa5e54eddc7 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,9 +20,9 @@ set -g status-bg '#480b8e' set -g status-fg '#ffffff' # Set inactive/active window styles. -set -g window-status-current-format "#[fg=#ffffff]#[bg=#121212]#[fg=#ffffff]#[bg=#121212] #I:#W #[fg=#ffffff]#[bg=#121212]" +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' -set -g window-active-style 'bg=#121212' +set -g window-active-style 'bg=#111111' # Other settings set-option -sg escape-time 10 diff --git a/vimrc b/vimrc index 081b32c90182dd6d538315e4aa7c1d66df00df1b..3b6201cd150a51586dcf324cb29301e650549593 100644 --- a/vimrc +++ b/vimrc @@ -2,7 +2,7 @@ set nocompatible set number relativenumber autoindent set ignorecase smartcase incsearch set hidden nowrap nobackup noswapfile autoread -set wildmenu wildmode=longest,list,full laststatus=2 +set wildmenu wildmode=list:longest,full laststatus=2 set encoding=utf8 spelllang=en_us set backspace=2 scrolloff=4 set shiftwidth=4 tabstop=4