We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60314cb commit c92043bCopy full SHA for c92043b
services/webtheme/webtheme.go
@@ -39,13 +39,19 @@ func (info *ThemeMetaInfo) GetDescription() string {
39
if info.ColorblindType == "red-green" {
40
return "Red-green colorblind friendly"
41
}
42
+ if info.ColorblindType == "blue-yellow" {
43
+ return "Blue-yellow colorblind friendly"
44
+ }
45
return ""
46
47
48
func (info *ThemeMetaInfo) GetExtraIconName() string {
49
50
return "gitea-colorblind-redgreen"
51
52
53
+ return "gitea-colorblind-blueyellow"
54
55
56
57
0 commit comments