Compare commits
No commits in common. "main" and "testing" have entirely different histories.
2 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 0.0.05
|
VERSION = 0.0.04
|
||||||
PN = night-theme-switcher
|
PN = night-theme-switcher
|
||||||
|
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
|
|
|
||||||
|
|
@ -5,13 +5,13 @@ kcolorscheme_light="/usr/share/color-schemes/BreezeLight.colors"
|
||||||
kcolorscheme_dark="/usr/share/color-schemes/BreezeDark.colors"
|
kcolorscheme_dark="/usr/share/color-schemes/BreezeDark.colors"
|
||||||
|
|
||||||
# Name of the light icon theme
|
# Name of the light icon theme
|
||||||
icon_theme_light=breeze
|
icon_theme_light=Papirus
|
||||||
|
|
||||||
# Name of the dark icon theme
|
# Name of the dark icon theme
|
||||||
icon_theme_dark=breeze-dark
|
icon_theme_dark=Papirus-Dark
|
||||||
|
|
||||||
# Name of the light gtk theme
|
# Name of the light gtk theme
|
||||||
gtk_theme_light=Breeze
|
gtk_theme_light=adw-gtk3
|
||||||
|
|
||||||
# Name of the dark gtk theme
|
# Name of the dark gtk theme
|
||||||
gtk_theme_dark=Breeze-Dark
|
gtk_theme_dark=adw-gtk3-dark
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue