Skip to content

Commit efc6185

Browse files
committed
fix
1 parent 9955e6d commit efc6185

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/tokens/component/codeMirror.json5

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,18 @@
120120
},
121121
'org.primer.overrides': {
122122
dark: '{borderColor.accent.muted}',
123+
'dark-high-contrast': {
124+
$value: '{base.color.blue.4}',
125+
alpha: 0.4,
126+
},
127+
'dark-tritanopia-high-contrast': {
128+
$value: '{base.color.blue.4}',
129+
alpha: 0.4,
130+
},
131+
'dark-protanopia-deuteranopia-high-contrast': {
132+
$value: '{base.color.blue.4}',
133+
alpha: 0.4,
134+
},
123135
},
124136
},
125137
},

0 commit comments

Comments
 (0)