mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Theme kitty
This commit is contained in:
parent
3143180325
commit
3dfbbab042
1 changed files with 7 additions and 1 deletions
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue