Skip to content

Commit 9af9e85

Browse files
committed
Fix label colors in the default Dark theme
1 parent 6752b0b commit 9af9e85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

YACReaderLibrary/themes/builtin_dark.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@
195195
"labelColors": {
196196
"blue": "#82C7FF",
197197
"cyan": "#A0FDDB",
198-
"dark": "#B7B7B7",
198+
"dark": "#7C7C7C",
199199
"green": "#ADE738",
200-
"light": "#CBCBCB",
200+
"light": "#AFAFAF",
201201
"orange": "#F5C240",
202202
"pink": "#FD9CDA",
203203
"purple": "#D692FC",

0 commit comments

Comments
 (0)