diff --git a/Makefile b/Makefile index 43dcb38..08fd05d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.0.05 +VERSION = 0.0.04 PN = night-theme-switcher PREFIX ?= /usr diff --git a/common/nts.skel b/common/nts.skel index 4ad2dae..f98df54 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=breeze +icon_theme_light=Papirus # Name of the dark icon theme -icon_theme_dark=breeze-dark +icon_theme_dark=Papirus-Dark # Name of the light gtk theme -gtk_theme_light=Breeze +gtk_theme_light=adw-gtk3 # Name of the dark gtk theme -gtk_theme_dark=Breeze-Dark +gtk_theme_dark=adw-gtk3-dark