From b488cabe71d0a2eee26fd0b6144bf1f28140f1d5 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Sat, 15 Jun 2019 02:36:16 -0300 Subject: [PATCH] Torres Digital Theme for ICECoder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A simple ICECoder theme created for 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..2cd5a2b --- /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: #008803; 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-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-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; }