chore: I prefer darker

main
sudo pacman -Syu 2023-06-30 15:10:03 +07:00
parent ade70b87ad
commit b3f28eb60e
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ initial_window_height 480
tab_bar_align center tab_bar_align center
# https://sw.kovidgoyal.net/kitty/conf/#color-scheme # https://sw.kovidgoyal.net/kitty/conf/#color-scheme
background_opacity 0.8 background_opacity 0.9
# https://sw.kovidgoyal.net/kitty/conf/#advanced # https://sw.kovidgoyal.net/kitty/conf/#advanced
shell_integration disabled shell_integration disabled

View File

@ -21,8 +21,8 @@ return {
}, },
hide_tab_bar_if_only_one_tab = true, hide_tab_bar_if_only_one_tab = true,
tab_bar_at_bottom = true, tab_bar_at_bottom = true,
window_background_opacity = 0.8, window_background_opacity = 0.9,
text_background_opacity = 0.7, text_background_opacity = 0.8,
macos_window_background_blur = 15, macos_window_background_blur = 15,
audible_bell = "Disabled", audible_bell = "Disabled",
} }