Files
ICEcoder/CodeMirror/theme/2019-torres-digital-theme.css
Anderson Torres b488cabe71 Torres Digital Theme for ICECoder
A simple ICECoder theme created for Torres Digital -Sites → Lojas Virtuais e e-Commerce.
2019-06-15 02:36:16 -03:00

48 lines
3.4 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* 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 youve 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; }