mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: set other theme to kitty
This commit is contained in:
parent
e6d5f76c4b
commit
a9390197e1
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
programs.kitty = {
|
||||
enable = true;
|
||||
|
||||
theme = "Catppuccin-Mocha";
|
||||
theme = "Atelier Cave Dark";
|
||||
|
||||
font = {
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
active_tab_font_style = "normal";
|
||||
inactive_tab_font_style = "normal";
|
||||
tab_bar_style = "powerline";
|
||||
tab_powerline_style = "round";
|
||||
tab_powerline_style = "block";
|
||||
active_tab_foreground = "#1e1e2e";
|
||||
active_tab_background = "#cba6f7";
|
||||
inactive_tab_foreground = "#bac2de";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue