chore(config): remove transparent background
parent
c00ea4e3af
commit
96f638735a
|
@ -32,10 +32,6 @@ enabled_layouts splits:split_axis=horizontal
|
|||
# https://sw.kovidgoyal.net/kitty/conf/#tab-bar
|
||||
tab_bar_align center
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#color-scheme
|
||||
background_opacity 0.9
|
||||
background_blur 15
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#advanced
|
||||
shell_integration disabled
|
||||
allow_remote_control yes
|
||||
|
|
|
@ -61,9 +61,6 @@ return {
|
|||
tab_and_split_indices_are_zero_based = true,
|
||||
tab_max_width = 24,
|
||||
|
||||
window_background_opacity = 0.9,
|
||||
text_background_opacity = 0.8,
|
||||
macos_window_background_blur = 15,
|
||||
native_macos_fullscreen_mode = true,
|
||||
|
||||
default_cursor_style = "SteadyBar",
|
||||
|
|
Loading…
Reference in New Issue