feat: move to new colorscheme for kitty

This commit is contained in:
Ahwx 2025-03-31 17:56:15 +02:00
parent 7ba267bd3a
commit d5488fbe63

View file

@ -1,10 +1,10 @@
{ ... }: { ... }:
{ {
programs.kitty = { programs.kitty = {
enable = true; enable = true;
theme = "Atelier Cave Dark"; theme = "3024 Night";
font = { font = {
name = "JetBrainsMono Nerd Font"; name = "JetBrainsMono Nerd Font";
size = 9; size = 9;
@ -12,12 +12,12 @@
settings = { settings = {
confirm_os_window_close = 0; confirm_os_window_close = 0;
background_opacity = "0.75"; background_opacity = "0.75";
window_padding_width = 10; window_padding_width = 10;
scrollback_lines = 10000; scrollback_lines = 10000;
enable_audio_bell = false; enable_audio_bell = false;
mouse_hide_wait = 60; mouse_hide_wait = 60;
## Tabs ## Tabs
tab_title_template = "{index}"; tab_title_template = "{index}";
active_tab_font_style = "normal"; active_tab_font_style = "normal";
@ -30,7 +30,7 @@
inactive_tab_background = "#313244"; inactive_tab_background = "#313244";
}; };
keybindings = { keybindings = {
## Unbind ## Unbind
"ctrl+shift+left" = "no_op"; "ctrl+shift+left" = "no_op";
"ctrl+shift+right" = "no_op"; "ctrl+shift+right" = "no_op";