UNPKG

@phoenix-plugin-registry/brackets-darker

Version:
88 lines (72 loc) 3.02 kB
/* Name: Base16 Default Dark Author: Chris Kempson (http://chriskempson.com) Brackets Template by Amit Mendapara (https://github.com/cristatus) Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ .cm-s-base16-default-dark .cm-keyword {color: #aa759f;} .cm-s-base16-default-dark .cm-atom {color: #d28445;} .cm-s-base16-default-dark .cm-number {color: #d28445;} .cm-s-base16-default-dark .cm-def {color: #6a9fb5;} .cm-s-base16-default-dark .cm-punctuation {color: #aa759f;} .cm-s-base16-default-dark .cm-property {color: #6a9fb5;} .cm-s-base16-default-dark .cm-operator {color: #d0d0d0;} .cm-s-base16-default-dark .cm-variable {color: #ac4142;} .cm-s-base16-default-dark .cm-variable-2 {color: #ac4142;} .cm-s-base16-default-dark .cm-variable-3 {color: #ac4142;} .cm-s-base16-default-dark .cm-comment {color: #505050;} .cm-s-base16-default-dark .cm-string {color: #90a959;} .cm-s-base16-default-dark .cm-string-2 {color: #75b5aa;} .cm-s-base16-default-dark .cm-meta {color: #8f5536;} .cm-s-base16-default-dark .cm-qualifier {color: #d0d0d0;} .cm-s-base16-default-dark .cm-builtin {color: #aa759f;} .cm-s-base16-default-dark .cm-bracket {color: #d0d0d0;} .cm-s-base16-default-dark .cm-tag {color: #ac4142;} .cm-s-base16-default-dark .cm-attribute {color: #d28445;} .cm-s-base16-default-dark .cm-header {color: #6a9fb5;} .cm-s-base16-default-dark .cm-quote {color: #d28445;} .cm-s-base16-default-dark .cm-hr {color: #d0d0d0; background-color: #303030;} .cm-s-base16-default-dark .cm-link {color: #ac4142;} .cm-s-base16-default-dark .cm-error, .cm-s-base16-default-dark .cm-invalidchar {color: #f5f5f5 !important; background: #ac4142;} .cm-s-base16-default-dark.CodeMirror { background: #151515; color: #d0d0d0; } .cm-s-base16-default-dark div.CodeMirror-selected { background: rgba(160, 160, 160, 0.33) !important; } .cm-s-base16-default-dark .CodeMirror-linenumber { color: #505050; } .cm-s-base16-default-dark .CodeMirror-gutters { background: #151515; color: #d0d0d0; border-right: 0px; } .cm-s-base16-default-dark .CodeMirror-cursor, .cm-s-base16-default-dark .CodeMirror-cursors .CodeMirror-cursor { border-left: 1px solid #f0f0f0 !important; z-index: 3; } .cm-s-base16-default-dark div.CodeMirror-overwrite div.CodeMirror-cursor { border: none !important; border-bottom: 1px solid #f0f0f0 !important; } .cm-s-base16-default-dark .CodeMirror-matchingbracket { color: white !important; } .cm-s-base16-default-dark .CodeMirror-activeline-background { background: rgba(80, 80, 80, 0.33) !important; } .cm-s-base16-default-dark .CodeMirror-activeline .CodeMirror-gutter-elt { background: transparent !important; color: #303030 !important } .cm-s-base16-default-dark span.CodeMirror-matchingbracket, .cm-s-base16-default-dark span.CodeMirror-matchingtag { background: #303030 !important; } .cm-s-base16-default-dark span.CodeMirror-matchingbracket { color: white !important; }