Skip to content

Commit 72d5149

Browse files
firephreekmarijnh
authored andcommitted
[lesser-dark and vibrant-ink themes] Improve contrast
1 parent c621228 commit 72d5149

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

theme/lesser-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Ported to CodeMirror by Peter Kroon
4040
.cm-s-lesser-dark span.cm-tag { color: #669199; }
4141
.cm-s-lesser-dark span.cm-attribute { color: #81a4d5; }
4242
.cm-s-lesser-dark span.cm-hr { color: #999; }
43-
.cm-s-lesser-dark span.cm-link { color: #00c; }
43+
.cm-s-lesser-dark span.cm-link { color: #7070E6; }
4444
.cm-s-lesser-dark span.cm-error { color: #9d1e15; }
4545

4646
.cm-s-lesser-dark .CodeMirror-activeline-background { background: #3C3A3A; }

theme/vibrant-ink.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
.cm-s-vibrant-ink .cm-attribute { color: #8DA6CE; }
2828
.cm-s-vibrant-ink .cm-header { color: #FF6400; }
2929
.cm-s-vibrant-ink .cm-hr { color: #AEAEAE; }
30-
.cm-s-vibrant-ink .cm-link { color: blue; }
30+
.cm-s-vibrant-ink .cm-link { color: #5656F3; }
3131
.cm-s-vibrant-ink .cm-error { border-bottom: 1px solid red; }
3232

3333
.cm-s-vibrant-ink .CodeMirror-activeline-background { background: #27282E; }

0 commit comments

Comments
 (0)