Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Aug 23, 2024
1 parent 1cc505a commit 189c16a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ map cmd+k next_tab
map alt+j prev_tab
map alt+k next_tab

cursor_shape block

shell_integration disabled

tab_bar_min_tabs 2
tab_bar_style powerline

Expand All @@ -18,10 +22,11 @@ macos_option_as_alt yes
font_family "Monaspace Neon"
font_size 16

active_tab_foreground #89b4fa
active_tab_background #000000
active_tab_foreground #5eacd3
active_tab_background #333333

inactive_tab_foreground #465c80
inactive_tab_background #000000
inactive_tab_background #333333

tab_bar_background #333333

tab_bar_background #000000
2 changes: 1 addition & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -ga terminal-overrides ",xterm-256color:Tc"
set -s escape-time 0

set -g status-style 'bg=default fg=#89b4fa'
set -g status-style 'bg=#333333 fg=#89b4fa'
set -g status-right ""
bind r source-file ~/.tmux.conf
set -g base-index 1
Expand Down

0 comments on commit 189c16a

Please sign in to comment.