mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 16:46:48 +01:00
Merge branch 'master' into Updating-the-Scheme-Colors-
This commit is contained in:
10
CodeMirror/theme/2019-torres-digital-theme.css
vendored
10
CodeMirror/theme/2019-torres-digital-theme.css
vendored
@@ -25,18 +25,18 @@ This theme is licensed under the GPL. Use it to make something cool, have fun, a
|
||||
.cm-s-2019-torres-digital-theme .CodeMirror-linenumber { color: #FFFFFF; }
|
||||
.cm-s-2019-torres-digital-theme .CodeMirror-cursor { border-left: 1px solid #00FF00; }
|
||||
|
||||
.cm-s-2019-torres-digital-theme span.cm-keyword { color: #008803; font-weight: bold; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-keyword { color: #ADFF2F; font-weight: bold; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-atom { color: #49E6FF; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-number { color: /*#FFB94F*/ /*#E7FB40*/ #FDE231; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-def { color: #99C; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-variable { color: #F6C; }
|
||||
.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-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; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-comment { color: #616163; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-string { color: #39C; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-meta { color: #C9F; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-string { color: #F8019E; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-meta { color: #F1FD31; font-weight: bold; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-qualifier { color: #FFF700; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-builtin { color: #F8A901; }
|
||||
.cm-s-2019-torres-digital-theme span.cm-bracket { color: #cc7; }
|
||||
|
||||
10
LICENSE.md
10
LICENSE.md
@@ -1,10 +1,12 @@
|
||||
Copyright: © 2015 ICEcoder Ltd
|
||||
Copyright: © 2015 ICEcoder Ltd
|
||||
Website: icecoder.net
|
||||
Email: info@icecoder.net
|
||||
Twitter: @icecoder
|
||||
|
||||
#ICEcoder License
|
||||
##Standard Open Source Initiative MIT License
|
||||
# ICEcoder License
|
||||
|
||||
## Standard Open Source Initiative MIT License
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
@@ -27,4 +29,4 @@ THE SOFTWARE.
|
||||
Please note that this LICENSE file covers the ICEcoder shell IDE only and 3rd
|
||||
party code, in subfolders such as CodeMirror and plugins, may contain their
|
||||
own LICENSE files, and may not also be an MIT licence.
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user