feat: set other theme to kitty

This commit is contained in:
Ahwx 2024-08-30 12:48:00 +02:00
parent e6d5f76c4b
commit a9390197e1

View file

@ -3,7 +3,7 @@
programs.kitty = { programs.kitty = {
enable = true; enable = true;
theme = "Catppuccin-Mocha"; theme = "Atelier Cave Dark";
font = { font = {
name = "JetBrainsMono Nerd Font"; name = "JetBrainsMono Nerd Font";
@ -23,7 +23,7 @@
active_tab_font_style = "normal"; active_tab_font_style = "normal";
inactive_tab_font_style = "normal"; inactive_tab_font_style = "normal";
tab_bar_style = "powerline"; tab_bar_style = "powerline";
tab_powerline_style = "round"; tab_powerline_style = "block";
active_tab_foreground = "#1e1e2e"; active_tab_foreground = "#1e1e2e";
active_tab_background = "#cba6f7"; active_tab_background = "#cba6f7";
inactive_tab_foreground = "#bac2de"; inactive_tab_foreground = "#bac2de";