Browse Source

Update services/webtheme/webtheme.go

undefined
silverwind 3 weeks 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

IsDarkTheme bool 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 { func parseThemeMetaInfoToMap(cssContent string) map[string]string {
m := map[string]string{} m := map[string]string{}



Loading…
Cancel
Save