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 33### Bug Fixes
44
55- Fixed broken semantic coloring, #2247 .
6+ - Increased contrast for parameter titles in dark mode to meet WCAG AA contrast requirements, #2244 .
67
78## v0.24.3 (2023-04-16)
89
Original file line number Diff line number Diff line change 5454 --dark-color-ts-namespace : var (--dark-color-ts-project );
5555 --dark-color-ts-enum : # f4d93e ;
5656 --dark-color-ts-enum-member : var (--dark-color-ts-enum );
57- --dark-color-ts-variable : # 4d68ff ;
57+ --dark-color-ts-variable : # 798dff ;
5858 --dark-color-ts-function : # 9772ff ;
59- --dark-color-ts-class : # 61b0ff ;
59+ --dark-color-ts-class : # 8ac4ff ;
6060 --dark-color-ts-interface : # 6cff87 ;
6161 --dark-color-ts-constructor : var (--dark-color-ts-class );
6262 --dark-color-ts-property : var (--dark-color-ts-variable );
You can’t perform that action at this time.
0 commit comments