feat: use kitty auto dark mode added in 0.38.0
This commit is contained in:
parent
4563589831
commit
2976fbab63
10 changed files with 63 additions and 18 deletions
|
@ -1,11 +1,13 @@
|
|||
# themes
|
||||
include ./themes.conf
|
||||
# outdated: https://sw.kovidgoyal.net/kitty/kittens/themes/#change-color-themes-automatically-when-the-os-switches-between-light-and-dark
|
||||
|
||||
# include ./current-theme.conf
|
||||
|
||||
# the old way
|
||||
#include ./nord.conf
|
||||
|
||||
# bg opacity & blur
|
||||
background_opacity 0.8
|
||||
background_opacity 0.7
|
||||
background_blur 16
|
||||
|
||||
# fonts
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/home/grassblock/.config/kitty/themes/nord-dark.conf
|
|
@ -0,0 +1 @@
|
|||
/home/grassblock/.config/kitty/themes/nord-light.conf
|
|
@ -0,0 +1 @@
|
|||
/home/grassblock/.config/kitty/themes/nord-dark.conf
|
Loading…
Add table
Add a link
Reference in a new issue