File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
### Bug Fixes
4
4
5
5
- Fixed broken semantic coloring, #2247 .
6
+ - Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, #2244 .
6
7
7
8
## v0.24.3 (2023-04-16)
8
9
Original file line number Diff line number Diff line change 54
54
--dark-color-ts-namespace : var (--dark-color-ts-project );
55
55
--dark-color-ts-enum : # f4d93e ;
56
56
--dark-color-ts-enum-member : var (--dark-color-ts-enum );
57
- --dark-color-ts-variable : # 4d68ff ;
57
+ --dark-color-ts-variable : # 798dff ;
58
58
--dark-color-ts-function : # 9772ff ;
59
- --dark-color-ts-class : # 61b0ff ;
59
+ --dark-color-ts-class : # 8ac4ff ;
60
60
--dark-color-ts-interface : # 6cff87 ;
61
61
--dark-color-ts-constructor : var (--dark-color-ts-class );
62
62
--dark-color-ts-property : var (--dark-color-ts-variable );
You can’t perform that action at this time.
0 commit comments