]>
luflow.net public git repositories - flow-web.git/blob - static/highlight/styles/base16/ashes.css
11 Author: Jannik Siebert (https://github.com/janniks)
12 License: ~ MIT (or more permissive) [via base16-schemes-source]
13 Maintainer: @highlightjs/core-team
17 WARNING: DO NOT EDIT THIS FILE DIRECTLY.
19 This theme file was auto-generated from the Base16 scheme ashes
20 by the Highlight.js Base16 template builder.
22 - https://github.com/highlightjs/base16-highlightjs
25 base00 #1C2023 Default Background
26 base01 #393F45 Lighter Background (Used for status bars, line number and folding marks)
27 base02 #565E65 Selection Background
28 base03 #747C84 Comments, Invisibles, Line Highlighting
29 base04 #ADB3BA Dark Foreground (Used for status bars)
30 base05 #C7CCD1 Default Foreground, Caret, Delimiters, Operators
31 base06 #DFE2E5 Light Foreground (Not often used)
32 base07 #F3F4F5 Light Background (Not often used)
33 base08 #C7AE95 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
34 base09 #C7C795 Integers, Boolean, Constants, XML Attributes, Markup Link Url
35 base0A #AEC795 Classes, Markup Bold, Search Text Background
36 base0B #95C7AE Strings, Inherited Class, Markup Code, Diff Inserted
37 base0C #95AEC7 Support, Regular Expressions, Escape Characters, Markup Quotes
38 base0D #AE95C7 Functions, Methods, Attribute IDs, Headings
39 base0E #C795AE Keywords, Storage, Selector, Markup Italic, Diff Changed
40 base0F #C79595 Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
56 background-color: #565E65;
59 /* purposely do not highlight these things */
65 /* base03 - #747C84 - Comments, Invisibles, Line Highlighting */
69 /* base04 - #ADB3BA - Dark Foreground (Used for status bars) */
73 /* base05 - #C7CCD1 - Default Foreground, Caret, Delimiters, Operators */
82 /* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
85 .hljs-template-variable
,
91 /* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
96 .hljs-variable
.constant_
,
100 /* base0A - Classes, Markup Bold, Search Text Background */
102 .hljs-class
.hljs-title
,
110 /* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
113 .hljs-title
.class_
.inherited__
,
117 /* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
122 .hljs-keyword
.hljs-atrule
,
126 /* base0D - Functions, Methods, Attribute IDs, Headings */
127 .hljs-function
.hljs-title
,
129 .ruby
.hljs-property
,
130 .hljs-title
.function_
,
134 /* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
135 /* .hljs-selector-id, */
136 /* .hljs-selector-class, */
137 /* .hljs-selector-attr, */
138 /* .hljs-selector-pseudo, */
149 /* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */
151 prevent top level .keyword and .string scopes
152 from leaking into meta by accident
155 .hljs-meta
.hljs-keyword
,
156 .hljs-meta .hljs-string {
159 /* for v10 compatible themes */
160 .hljs-meta
.hljs-keyword
,