|
29 | 29 | --light-color-ts-function: #572be7; |
30 | 30 | --light-color-ts-class: #1f70c2; |
31 | 31 | --light-color-ts-interface: #108024; |
32 | | - --light-color-ts-constructor: #4d7fff; |
33 | | - --light-color-ts-property: #ff984d; |
34 | | - --light-color-ts-method: #ff4db8; |
| 32 | + --light-color-ts-constructor: var(--light-color-ts-class); |
| 33 | + --light-color-ts-property: #9f5f30; |
| 34 | + --light-color-ts-method: #be3989; |
35 | 35 | --light-color-ts-reference: #ff4d82; |
36 | 36 | --light-color-ts-call-signature: var(--light-color-ts-method); |
37 | 37 | --light-color-ts-index-signature: var(--light-color-ts-property); |
|
41 | 41 | --light-color-ts-parameter: var(--light-color-ts-variable); |
42 | 42 | /* type literal not included as links will never be generated to it */ |
43 | 43 | --light-color-ts-type-parameter: #a55c0e; |
44 | | - --light-color-ts-accessor: #ff4d4d; |
| 44 | + --light-color-ts-accessor: #c73c3c; |
45 | 45 | --light-color-ts-get-signature: var(--light-color-ts-accessor); |
46 | 46 | --light-color-ts-set-signature: var(--light-color-ts-accessor); |
47 | 47 | --light-color-ts-type-alias: #d51270; |
|
86 | 86 | --dark-color-ts-function: #a280ff; |
87 | 87 | --dark-color-ts-class: #8ac4ff; |
88 | 88 | --dark-color-ts-interface: #6cff87; |
89 | | - --dark-color-ts-constructor: #4d7fff; |
| 89 | + --dark-color-ts-constructor: var(--dark-color-ts-class); |
90 | 90 | --dark-color-ts-property: #ff984d; |
91 | 91 | --dark-color-ts-method: #ff4db8; |
92 | 92 | --dark-color-ts-reference: #ff4d82; |
|
96 | 96 | --dark-color-ts-parameter: var(--dark-color-ts-variable); |
97 | 97 | /* type literal not included as links will never be generated to it */ |
98 | 98 | --dark-color-ts-type-parameter: #e07d13; |
99 | | - --dark-color-ts-accessor: #ff4d4d; |
| 99 | + --dark-color-ts-accessor: #ff6060; |
100 | 100 | --dark-color-ts-get-signature: var(--dark-color-ts-accessor); |
101 | 101 | --dark-color-ts-set-signature: var(--dark-color-ts-accessor); |
102 | 102 | --dark-color-ts-type-alias: #ff6492; |
|
0 commit comments