From 6f2137e2d5a0fb869ab8bdd8402bdc055c380143 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 20 Jun 2024 04:38:12 +0200 Subject: Added fzf integration --- alacritty.yml | 2 +- tmux.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index 4100a4a..09c5bb7 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -17,4 +17,4 @@ font: colors: primary: - background: "#131313" + background: "#121212" diff --git a/tmux.conf b/tmux.conf index 1c52a78..1b04b1d 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=#131313]#[fg=#ffffff]#[bg=#131313] #I:#W #[fg=#ffffff]#[bg=#131313]" +set -g window-status-current-format "#[fg=#ffffff]#[bg=#121212]#[fg=#ffffff]#[bg=#121212] #I:#W #[fg=#ffffff]#[bg=#121212]" set -g window-style 'bg=#222222' -set -g window-active-style 'bg=#131313' +set -g window-active-style 'bg=#121212' # Other settings set-option -sg escape-time 10 -- cgit v1.2.3