🚀 Variables Colors - Update

Updating the Variables Colors in the theme ..
This commit is contained in:
Anderson Torres
2019-07-15 00:27:29 -03:00
parent f071b484fe
commit 0e463bf683
2 changed files with 1 additions and 1 deletions

BIN
CodeMirror/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -30,7 +30,7 @@ This theme is licensed under the GPL. Use it to make something cool, have fun, a
.cm-s-2019-torres-digital-theme span.cm-number { color: /*#FFB94F*/ /*#E7FB40*/ #FDE231; }
.cm-s-2019-torres-digital-theme span.cm-def { color: #15E4D7;font-weight: bold; }
.cm-s-2019-torres-digital-theme span.cm-variable { color: #FFF700; }
.cm-s-2019-torres-digital-theme span.cm-variable-2 { color: #C6F; }
.cm-s-2019-torres-digital-theme span.cm-variable-2 {color: #220060;background-color: #ffab00;padding: 0 8px;border-radius: 30px;margin: 0 2px;font-weight: 600;}
.cm-s-2019-torres-digital-theme span.cm-variable-3 { color: #96F; }
.cm-s-2019-torres-digital-theme span.cm-property { color: #F8019E; }
.cm-s-2019-torres-digital-theme span.cm-operator { color: #999; }