diff --git a/CodeMirror/.DS_Store b/CodeMirror/.DS_Store new file mode 100644 index 0000000..513cca5 Binary files /dev/null and b/CodeMirror/.DS_Store differ diff --git a/CodeMirror/theme/2019-torres-digital-theme.css b/CodeMirror/theme/2019-torres-digital-theme.css index 5aae05d..d0869dd 100644 --- a/CodeMirror/theme/2019-torres-digital-theme.css +++ b/CodeMirror/theme/2019-torres-digital-theme.css @@ -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; }