From ff5a7e7c9f73a2194a2ab4f748165ec4765b85ec Mon Sep 17 00:00:00 2001 From: Matthew Piercey Date: Wed, 29 May 2019 15:46:28 -0400 Subject: [PATCH 1/2] Tweak LICENSE formatting Fix Markdown headers --- LICENSE.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 0d0043c..0858e74 100644 --- a/LICENSE.md +++ b/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. -``` \ No newline at end of file +``` From bf1fdf80f3b083db334289897d8105a6ed437930 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sat, 15 Jun 2019 07:30:55 -0300 Subject: [PATCH 2/2] 2019 Torres Digital ICECoder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A New Theme for ICECOder by Torres Digital -Sites → Lojas Virtuais e e-Commerce --- .../theme/2019-torres-digital-theme.css | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 CodeMirror/theme/2019-torres-digital-theme.css diff --git a/CodeMirror/theme/2019-torres-digital-theme.css b/CodeMirror/theme/2019-torres-digital-theme.css new file mode 100644 index 0000000..30e1238 --- /dev/null +++ b/CodeMirror/theme/2019-torres-digital-theme.css @@ -0,0 +1,47 @@ +/* Theme Name: 2019 Torres Digital® 🇧🇷 + + Author: Torres Digital® | Sites → Lojas Virtuais e e-Commerce + Author URI: https://www.facebook.com/torresdigital/ + + Description: omos uma AgĂŞncia GaĂşcha que trabalha com Desenvolvimento Web voltado para todos os Nichos do Mercado tais como os de insumos, commodities, pequenos, mĂ©dios e grandes Lojistas que desejam alcançar mais Clientes atravĂ©s do e-Commerce: Sites, Aplicativos, Lojas Virtuais, Marketplaces, WordPress e Woocommerce, integrados com os Principais Cartões e Soluções de Pagamentos do Brasil e do Mundo; tais como Cielo, CyberSource, PagSeguro, Stripe, Vindi, MasterCard, Visa, American Express, outros. + + www.torresdigital.tk * Menos Ă© mais. + + Version: 2.0 *//* 15 de Junho de 2019 - 00h:04m:41s + +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +This theme is licensed under the GPL. Use it to make something cool, have fun, and share what you’ve learned with others. */ + +/*All Begin*/ +.cm-s-2019-torres-digital-theme.CodeMirror { background:/* #2D223F*/ #251C36; color:#fff; } +.cm-s-2019-torres-digital-theme div.CodeMirror-selected { background: #2D2D2D; } +.cm-s-2019-torres-digital-theme .CodeMirror-line::selection, .cm-s-2019-torres-digital-theme .CodeMirror-line > span::selection, .cm-s-2019-torres-digital-theme .CodeMirror-line > span > span::selection { background: rgba(45, 45, 45, 0.99); } +.cm-s-2019-torres-digital-theme .CodeMirror-line::-moz-selection, .cm-s-2019-torres-digital-theme .CodeMirror-line > span::-moz-selection, .cm-s-2019-torres-digital-theme .CodeMirror-line > span > span::-moz-selection { background: rgba(45, 45, 45, 0.99); } +.cm-s-2019-torres-digital-theme .CodeMirror-gutters { background: #090412; border-right: 3px solid #442E46; } +.cm-s-2019-torres-digital-theme .CodeMirror-guttermarker { color: #0f0; } +.cm-s-2019-torres-digital-theme .CodeMirror-guttermarker-subtle { color: white; } +.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: #21ff26; 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: #FFE100; } +.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:#565eff; } +.cm-s-2019-torres-digital-theme span.cm-meta { color: #F1FD31; } +.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; } +.cm-s-2019-torres-digital-theme span.cm-tag { color: #FFBD40; } +.cm-s-2019-torres-digital-theme span.cm-attribute { color: #FFF700; } +.cm-s-2019-torres-digital-theme span.cm-error { color: #FF0000; } + +.cm-s-2019-torres-digital-theme .CodeMirror-activeline-background { background: #040; }