Browse Source

Update services/webtheme/webtheme.go

undefined
silverwind 1 week ago
parent
commit
bdda329b6f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      services/webtheme/webtheme.go

+ 1
- 1
services/webtheme/webtheme.go View File

@@ -34,7 +34,7 @@ type ThemeMetaInfo struct {
IsDarkTheme bool
}

// extract CSS vars from CSS, taking the last occurence in a file to support combined themes like "auto"
// extract CSS vars from CSS, taking the last occurrence in a file to support combined themes like "auto"
func parseThemeMetaInfoToMap(cssContent string) map[string]string {
m := map[string]string{}


Loading…
Cancel
Save