Added fzf integration

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-06-20 04:38:12 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-06-20 04:38:12 +0200
Commit 6f2137e2d5a0fb869ab8bdd8402bdc055c380143 (patch)
-rw-r--r-- alacritty.yml 2
-rw-r--r-- tmux.conf 4
2 files changed, 3 insertions, 3 deletions
diff --git a/alacritty.yml b/alacritty.yml
...
17
  
17
  
18
colors:
18
colors:
19
  primary:
19
  primary:
20
    background: "#131313"
20
    background: "#121212"
diff --git a/tmux.conf b/tmux.conf
...
20
set -g status-fg '#ffffff'
20
set -g status-fg '#ffffff'
21
  
21
  
22
# Set inactive/active window styles.
22
# Set inactive/active window styles.
23
set -g window-status-current-format "#[fg=#ffffff]#[bg=#131313]#[fg=#ffffff]#[bg=#131313] #I:#W #[fg=#ffffff]#[bg=#131313]"
23
set -g window-status-current-format "#[fg=#ffffff]#[bg=#121212]#[fg=#ffffff]#[bg=#121212] #I:#W #[fg=#ffffff]#[bg=#121212]"
24
set -g window-style 'bg=#222222'
24
set -g window-style 'bg=#222222'
25
set -g window-active-style 'bg=#131313'
25
set -g window-active-style 'bg=#121212'
26
  
26
  
27
# Other settings
27
# Other settings
28
set-option -sg escape-time 10
28
set-option -sg escape-time 10
...