Skip to content

Commit

Permalink
Fixing dorfiel editor colors, #132
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Mar 2, 2021
1 parent a233868 commit 97a7c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-atom {color: #F952F9;}
.cm-s-default .cm-number {color: #00FA00;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
Expand All @@ -129,7 +129,7 @@
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string {color: #00FA00;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
Expand Down

0 comments on commit 97a7c5a

Please sign in to comment.