feat: changes kitty theming

This commit is contained in:
2025-09-07 12:45:46 +02:00
parent 2c3ccb816c
commit ad05b24773
2 changed files with 10 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
## upstream: https://github.com/ewal/kitty-adwaita/blob/main/adwaita_darker.conf ## upstream: https://github.com/ewal/kitty-adwaita/blob/main/adwaita_darker.conf
## blurb: Adwaita darker - based on https://github.com/Mofiqul/adwaita.nvim ## blurb: Adwaita darker - based on https://github.com/Mofiqul/adwaita.nvim
background #000000 background #232136
foreground #deddda foreground #deddda
selection_background #1c1c1c selection_background #1c1c1c

View File

@@ -1,4 +1,4 @@
background_opacity 0.75 background_opacity 0.9
window_padding_width 5 window_padding_width 5
window_border_width 0 window_border_width 0
@@ -18,3 +18,11 @@ active_tab_font_style bold-italic
active_tab_background #8631B4 active_tab_background #8631B4
inactive_tab_foreground #c2c2c2 inactive_tab_foreground #c2c2c2
inactive_tab_background #955bb4 inactive_tab_background #955bb4
# BEGIN_KITTY_FONTS
font_family family="Fira Code"
bold_font auto
italic_font auto
bold_italic_font auto
# END_KITTY_FONTS