diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-02-10 11:35:47 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-02-10 11:35:47 +0400 |
commit | 49637d9c56b604524685f697a517a4889c59108a (patch) | |
tree | d209d8efd57a0369c1daf6733ab63dad6eddbd2c | |
parent | a3c4b8bd334c5224134244b3c27e4dd142f0786a (diff) |
kitty configuration was updated
-rw-r--r--[-rwxr-xr-x] | src/dotfiles/kitty/kitty.conf | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/src/dotfiles/kitty/kitty.conf b/src/dotfiles/kitty/kitty.conf index 9aedaf5..bba1e35 100755..100644 --- a/src/dotfiles/kitty/kitty.conf +++ b/src/dotfiles/kitty/kitty.conf @@ -1,14 +1,32 @@ remember_window_size no initial_window_width 840 initial_window_height 600 + background_opacity 0.75 -font_size 15 +font_size 14 cursor #928374 -cursor_text_color #000000 +cursor_text_color background + url_color #83a598 +visual_bell_color #8ec07c +bell_border_color #8ec07c + +active_border_color #d3869b +inactive_border_color #665c54 + +foreground #ebdbb2 +background #1d2021 +selection_foreground #928374 +selection_background #ebdbb2 + +active_tab_foreground #fbf1c7 +active_tab_background #665c54 +inactive_tab_foreground #a89984 +inactive_tab_background #3c3836 + # black (bg3/bg4) color0 #665c54 color8 #7c6f64 @@ -17,7 +35,7 @@ color8 #7c6f64 color1 #cc241d color9 #fb4934 -# green +#: green color2 #98971a color10 #b8bb26 @@ -40,4 +58,3 @@ color14 #8ec07c # white (fg4/fg3) color7 #a89984 color15 #bdae93 - |