Skip to content

Commit 28a515f

Browse files
onovyredimp
authored andcommitted
fix: set checkbox (TaskMarker) color to light blue #1890ff to match CM5
1 parent 0a01cac commit 28a515f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cm6-src/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const lightHighlightStyleDef = HighlightStyle.define([
3838
{ tag: tags.number, color: '#0000FF' },
3939
{ tag: tags.heading, fontWeight: 'bold', color: '#000080', textDecoration: 'none' },
4040
{ tag: tags.keyword, fontWeight: 'bold', color: '#000080' },
41-
{ tag: tags.atom, fontWeight: 'bold', color: '#000080' },
41+
{ tag: tags.atom, color: '#1890ff' },
4242
{ tag: tags.definition(tags.variableName), color: '#000000' },
4343
{ tag: tags.variableName, color: '#730' },
4444
{ tag: tags.special(tags.variableName), color: '#a074c4' }, // variable-2

0 commit comments

Comments
 (0)