diff --git a/Makefile b/Makefile index 08fd05d..43dcb38 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.0.04 +VERSION = 0.0.05 PN = night-theme-switcher PREFIX ?= /usr diff --git a/common/nts.skel b/common/nts.skel index f98df54..4ad2dae 100644 --- a/common/nts.skel +++ b/common/nts.skel @@ -5,13 +5,13 @@ kcolorscheme_light="/usr/share/color-schemes/BreezeLight.colors" kcolorscheme_dark="/usr/share/color-schemes/BreezeDark.colors" # Name of the light icon theme -icon_theme_light=Papirus +icon_theme_light=breeze # Name of the dark icon theme -icon_theme_dark=Papirus-Dark +icon_theme_dark=breeze-dark # Name of the light gtk theme -gtk_theme_light=adw-gtk3 +gtk_theme_light=Breeze # Name of the dark gtk theme -gtk_theme_dark=adw-gtk3-dark +gtk_theme_dark=Breeze-Dark