diff options
Diffstat (limited to 'src/static/hl-light.css')
| -rw-r--r-- | src/static/hl-light.css | 99 |
1 files changed, 66 insertions, 33 deletions
diff --git a/src/static/hl-light.css b/src/static/hl-light.css index acb83c5..d983d43 100644 --- a/src/static/hl-light.css +++ b/src/static/hl-light.css @@ -3,58 +3,91 @@ */ .z-code { - color: #4d4d4c; + color: #4d4d4c; } -.z-comment, .z-string.z-quoted.z-double.z-block.z-python { - color: #999999; +.z-comment, +.z-string.z-quoted.z-double.z-block.z-python { + color: #999999; } -.z-keyword.z-operator.z-class, .z-constant.z-other, .z-source.z-php.z-embedded.z-line { - color: #666969; +.z-keyword.z-operator.z-class, +.z-constant.z-other, +.z-source.z-php.z-embedded.z-line { + color: #666969; } -.z-variable, .z-support.z-other.z-variable, .z-string.z-other.z-link, .z-string.z-regexp, .z-entity.z-name.z-tag, .z-entity.z-other.z-attribute-name, .z-meta.z-tag, .z-declaration.z-tag { - color: #a67878; +.z-variable, +.z-support.z-other.z-variable, +.z-string.z-other.z-link, +.z-string.z-regexp, +.z-entity.z-name.z-tag, +.z-entity.z-other.z-attribute-name, +.z-meta.z-tag, +.z-declaration.z-tag { + color: #a67878; } -.z-constant.z-numeric, .z-constant.z-language, .z-support.z-constant, .z-constant.z-character, .z-variable.z-parameter, .z-punctuation.z-section.z-embedded, .z-keyword.z-other.z-unit { - color: #e08355; +.z-constant.z-numeric, +.z-constant.z-language, +.z-support.z-constant, +.z-constant.z-character, +.z-variable.z-parameter, +.z-punctuation.z-section.z-embedded, +.z-keyword.z-other.z-unit { + color: #e08355; } -.z-type, .z-entity.z-name.z-class, .z-entity.z-name.z-type.z-class, .z-support.z-type, .z-support.z-class { - color: #568a8f; +.z-type, +.z-entity.z-name.z-class, +.z-entity.z-name.z-type.z-class, +.z-support.z-type, +.z-support.z-class { + color: #568a8f; } -.z-string, .z-constant.z-other.z-symbol, .z-entity.z-other.z-inherited-class, .z-markup.z-heading { - color: #85ad74; +.z-string, +.z-constant.z-other.z-symbol, +.z-entity.z-other.z-inherited-class, +.z-markup.z-heading { + color: #85ad74; } -.z-keyword.z-operator, .z-constant.z-other.z-color { - color: #568a8f; +.z-keyword.z-operator, +.z-constant.z-other.z-color { + color: #568a8f; } -.z-entity.z-name.z-function, .z-meta.z-function-call, .z-support.z-function, .z-keyword.z-other.z-special-method, .z-meta.z-block-level { - color: #4271ae; +.z-entity.z-name.z-function, +.z-meta.z-function-call, +.z-support.z-function, +.z-keyword.z-other.z-special-method, +.z-meta.z-block-level { + color: #4271ae; } -.z-keyword, .z-storage, .z-storage.z-type { - color: #8959a8; +.z-keyword, +.z-storage, +.z-storage.z-type { + color: #8959a8; } .z-invalid { - color: #ffffff; - background-color: #df5f5f; + color: #ffffff; + background-color: #df5f5f; } .z-meta.z-separator { - color: #ffffff; - background-color: #4271ae; + color: #ffffff; + background-color: #4271ae; } .z-invalid.z-deprecated { - color: #ffffff; - background-color: #8959a8; + color: #ffffff; + background-color: #8959a8; } -.z-markup.z-inserted.z-diff, .z-meta.z-diff.z-header.z-to-file { - color: #229545; +.z-markup.z-inserted.z-diff, +.z-meta.z-diff.z-header.z-to-file { + color: #229545; } -.z-markup.z-deleted.z-diff, .z-meta.z-diff.z-header.z-from-file { - color: #c82829; +.z-markup.z-deleted.z-diff, +.z-meta.z-diff.z-header.z-from-file { + color: #c82829; } -.z-meta.z-diff.z-header.z-from-file, .z-meta.z-diff.z-header.z-to-file { - color: #4271ae; +.z-meta.z-diff.z-header.z-from-file, +.z-meta.z-diff.z-header.z-to-file { + color: #4271ae; } .z-meta.z-diff.z-range { - color: #3e999f; -font-style: italic; + color: #3e999f; + font-style: italic; } |
