Theme kitty

This commit is contained in:
SebastianStork 2024-04-29 20:22:35 +02:00
parent 3143180325
commit 3dfbbab042

View file

@ -13,10 +13,16 @@
font_family = "JetBrainsMono Nerd Font"; font_family = "JetBrainsMono Nerd Font";
confirm_os_window_close = 0; confirm_os_window_close = 0;
background_opacity = "0.85"; background_opacity = "0.85";
scrollback_lines = 10000;
enable_audio_bell = false; enable_audio_bell = false;
update_check_interval = 0; update_check_interval = 0;
}; };
theme =
{
dark = "Default";
light = "Adwaita light";
}
."${config.myConfig.de.theme}";
}; };
}; };
} }