Skip to content

Commit b2127dd

Browse files
authored
Merge branch 'master' into Updating-the-Scheme-Colors-
2 parents 4e807b5 + 92733b8 commit b2127dd

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

CodeMirror/theme/2019-torres-digital-theme.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ This theme is licensed under the GPL. Use it to make something cool, have fun, a
2525
.cm-s-2019-torres-digital-theme .CodeMirror-linenumber { color: #FFFFFF; }
2626
.cm-s-2019-torres-digital-theme .CodeMirror-cursor { border-left: 1px solid #00FF00; }
2727

28-
.cm-s-2019-torres-digital-theme span.cm-keyword { color: #008803; font-weight: bold; }
28+
.cm-s-2019-torres-digital-theme span.cm-keyword { color: #ADFF2F; font-weight: bold; }
2929
.cm-s-2019-torres-digital-theme span.cm-atom { color: #49E6FF; }
3030
.cm-s-2019-torres-digital-theme span.cm-number { color: /*#FFB94F*/ /*#E7FB40*/ #FDE231; }
31-
.cm-s-2019-torres-digital-theme span.cm-def { color: #99C; }
32-
.cm-s-2019-torres-digital-theme span.cm-variable { color: #F6C; }
31+
.cm-s-2019-torres-digital-theme span.cm-def { color: #15E4D7;font-weight: bold; }
32+
.cm-s-2019-torres-digital-theme span.cm-variable { color: #FFF700; }
3333
.cm-s-2019-torres-digital-theme span.cm-variable-2 { color: #C6F; }
3434
.cm-s-2019-torres-digital-theme span.cm-variable-3 { color: #96F; }
3535
.cm-s-2019-torres-digital-theme span.cm-property { color: #F8019E; }
3636
.cm-s-2019-torres-digital-theme span.cm-operator { color: #999; }
3737
.cm-s-2019-torres-digital-theme span.cm-comment { color: #616163; }
38-
.cm-s-2019-torres-digital-theme span.cm-string { color: #39C; }
39-
.cm-s-2019-torres-digital-theme span.cm-meta { color: #C9F; }
38+
.cm-s-2019-torres-digital-theme span.cm-string { color: #F8019E; }
39+
.cm-s-2019-torres-digital-theme span.cm-meta { color: #F1FD31; font-weight: bold; }
4040
.cm-s-2019-torres-digital-theme span.cm-qualifier { color: #FFF700; }
4141
.cm-s-2019-torres-digital-theme span.cm-builtin { color: #F8A901; }
4242
.cm-s-2019-torres-digital-theme span.cm-bracket { color: #cc7; }

LICENSE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
Copyright: © 2015 ICEcoder Ltd
1+
Copyright: © 2015 ICEcoder Ltd
22
Website: icecoder.net
33
44
Twitter: @icecoder
55

6-
#ICEcoder License
7-
##Standard Open Source Initiative MIT License
6+
# ICEcoder License
7+
8+
## Standard Open Source Initiative MIT License
9+
810
Permission is hereby granted, free of charge, to any person obtaining a copy
911
of this software and associated documentation files (the "Software"), to deal
1012
in the Software without restriction, including without limitation the rights
@@ -27,4 +29,4 @@ THE SOFTWARE.
2729
Please note that this LICENSE file covers the ICEcoder shell IDE only and 3rd
2830
party code, in subfolders such as CodeMirror and plugins, may contain their
2931
own LICENSE files, and may not also be an MIT licence.
30-
```
32+
```

0 commit comments

Comments
 (0)