update theme and themefile syntax now that HyperlinkColor exists in Fyne

This commit is contained in:
Drew Weymouth
2023-11-03 17:40:53 -07:00
parent 6033d5f6bc
commit 68cb1fc719
4 changed files with 25 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[SupersonicTheme]
Name = "Default"
Version = "0.1"
Version = "0.2"
SupportsDark = true
SupportsLight = true
@@ -20,4 +20,4 @@ ScrollBar = "#565656"
Button = "#C8C8C8F0"
DisabledButton = "#CDCDCDF0"
Foreground = "#0A0A0A"
Primary = "#1919FA"
Hyperlink = "#3737FB"