Skip to content

Commit

Permalink
color update to the js files .
Browse files Browse the repository at this point in the history
  • Loading branch information
arunyagoojar authored Feb 1, 2023
1 parent 8356779 commit 1595676
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Easy-Eye-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ span.cm-link { color: #D4F1F4; }
span.cm-number { color: #bee9e8; }
span.cm-string { color: #B6E2D3; }

span.cm-builtin { color: #FFF4BD; }
span.cm-def { color: #A8BBB0; }
span.cm-keyword { color: #F4B9B8; }
span.cm-operator { color: #EBE8E0; }
span.cm-qualifier { color: #EBE8E0; }
span.cm-builtin { color: #f4f1de; }
span.cm-def { color: #fae0e4; }
span.cm-keyword { color: #cbf3f0; }
span.cm-operator { color: #dfe7fd; }
span.cm-qualifier { color: #dfe7fd; }
span.cm-tag { color: #EBE8E0; }

span.cm-attribute { color: #E6B794; }
Expand All @@ -17,7 +17,7 @@ span.cm-variable { color: #B8DDD6; }
span.cm-atom { color: #C3E0E5; }
span.cm-comment { color: rgb(153,177,195,0.5); }
span.cm-error { color: rgb(201, 93, 103, 0.7); }
span.cm-property { color: #c9cba3; }
span.cm-property { color: #EBE8E0; }

span.cm-string-2 { color: #dad7cd; }
span.cm-variable-2 { color: #d5bdaf; }
Expand Down

0 comments on commit 1595676

Please sign in to comment.