-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2112c0
commit 45f6991
Showing
176 changed files
with
25,110 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# base16-highlightjs | ||
|
||
[Base16](http://chriskempson.com/projects/base16/) for the [Highlight.js](https://highlightjs.org) | ||
|
||
NOTE: All files in this repository are generated by a base16-builder | ||
|
||
## Usage | ||
|
||
Simply copy/vendor the theme you wish to use from the `themes` directory into your project. | ||
|
||
|
||
## Building | ||
|
||
Use one of the many builder's available for Base16: | ||
|
||
- https://github.com/chriskempson/base16#builder-repositories | ||
|
||
<!-- TODO: Add us to the official list so this stops being necessary. --> | ||
Add this repository to your `/sources/templates/list.yaml`. | ||
|
||
```yaml | ||
highlight: https://github.com/bezhermoso/base16-highlight | ||
highlightjs: https://github.com/highlightjs/base16-highlightjs | ||
html-preview: https://github.com/chriskempson/base16-html-preview | ||
``` | ||
Build. Using node for example: | ||
- `base16 builder build` | ||
|
||
|
||
## License | ||
|
||
Highlight.js is released under the MIT License. See the [LICENSE][1] file | ||
for details. | ||
|
||
[1]: https://github.com/highlightjs/base16-highlightjs/blob/main/LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
/*! | ||
Theme: 3024 | ||
Author: Jan T. Sott (http://github.com/idleberg) | ||
This theme was auto-generated from 3024 by Highlight.js Base16 | ||
template builder. | ||
*/ | ||
|
||
/* | ||
base00 - #090300 - Default Background | ||
base01 - #3a3432 - Lighter Background (Used for status bars, line number and folding marks) | ||
base02 - #4a4543 - Selection Background | ||
base03 - #5c5855 - Comments, Invisibles, Line Highlighting | ||
base04 - #807d7c - Dark Foreground (Used for status bars) | ||
base05 - #a5a2a2 - Default Foreground, Caret, Delimiters, Operators | ||
base06 - #d6d5d4 - Light Foreground (Not often used) | ||
base07 - #f7f7f7 - Light Background (Not often used) | ||
base08 - #db2d20 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted | ||
base09 - #e8bbd0 - Integers, Boolean, Constants, XML Attributes, Markup Link Url | ||
base0A - #fded02 - Classes, Markup Bold, Search Text Background | ||
base0B - #01a252 - Strings, Inherited Class, Markup Code, Diff Inserted | ||
base0C - #b5e4f4 - Support, Regular Expressions, Escape Characters, Markup Quotes | ||
base0D - #01a0e4 - Functions, Methods, Attribute IDs, Headings | ||
base0E - #a16a94 - Keywords, Storage, Selector, Markup Italic, Diff Changed | ||
base0F - #cdab53 - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> | ||
*/ | ||
|
||
.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 1em; | ||
color: #a5a2a2; | ||
background: #090300; | ||
} | ||
|
||
.hljs ::selection { | ||
color: #4a4543; | ||
} | ||
|
||
.hljs-formula, | ||
.hljs-params, | ||
.hljs-property | ||
{} | ||
|
||
/* base03 - #5c5855 - Comments, Invisibles, Line Highlighting */ | ||
.hljs-comment { | ||
color: #5c5855; | ||
} | ||
|
||
/* base04 - #807d7c - Dark Foreground (Used for status bars) */ | ||
.hljs-tag { | ||
color: #807d7c; | ||
} | ||
|
||
/* base05 - #a5a2a2 - Default Foreground, Caret, Delimiters, Operators */ | ||
.hljs-subst { | ||
color: #a5a2a2; | ||
} | ||
.hljs-punctuation, | ||
.hljs-operator { | ||
color: #a5a2a2; | ||
} | ||
|
||
/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */ | ||
.hljs-bullet, | ||
.hljs-variable, | ||
.hljs-template-variable, | ||
.hljs-selector-tag, | ||
.hljs-name, | ||
.hljs-deletion { | ||
color: #db2d20; | ||
} | ||
|
||
/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */ | ||
.hljs-symbol, | ||
.hljs-number, | ||
.hljs-link, | ||
.hljs-attr, | ||
.hljs-literal { | ||
color: #e8bbd0; | ||
} | ||
|
||
/* base0A - Classes, Markup Bold, Search Text Background */ | ||
.hljs-title, | ||
.hljs-class .hljs-title, | ||
.hljs-title.class_ | ||
{ | ||
color: #fded02; | ||
} | ||
|
||
.hljs-strong { | ||
font-weight:bold; | ||
color: #fded02; | ||
} | ||
|
||
/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */ | ||
.hljs-code, | ||
.hljs-addition, | ||
.hljs-title.class_.inherited__, | ||
.hljs-string { | ||
color: #01a252; | ||
} | ||
|
||
/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */ | ||
.hljs-built_in, | ||
.hljs-doctag, /* guessing */ | ||
.hljs-quote, | ||
.hljs-keyword.hljs-atrule, | ||
.hljs-regexp { | ||
color: #b5e4f4; | ||
} | ||
|
||
/* base0D - Functions, Methods, Attribute IDs, Headings */ | ||
.hljs-function .hljs-title, | ||
.hljs-attribute, | ||
.hljs-title.function_, | ||
.hljs-section { | ||
color: #01a0e4; | ||
} | ||
|
||
/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */ | ||
.hljs-type, | ||
/* .hljs-selector-id, */ | ||
/* .hljs-selector-class, */ | ||
/* .hljs-selector-attr, */ | ||
/* .hljs-selector-pseudo, */ | ||
.hljs-template-tag, | ||
.diff .hljs-meta, | ||
.hljs-keyword { | ||
color: #a16a94; | ||
} | ||
.hljs-emphasis { | ||
color: #a16a94; | ||
font-style: italic; | ||
} | ||
|
||
/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */ | ||
.hljs-meta { | ||
color: #cdab53; | ||
} | ||
|
||
.hljs-meta-keyword { | ||
font-weight: bold; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
/*! | ||
Theme: Apathy | ||
Author: Jannik Siebert (https://github.com/janniks) | ||
This theme was auto-generated from apathy by Highlight.js Base16 | ||
template builder. | ||
*/ | ||
|
||
/* | ||
base00 - #031A16 - Default Background | ||
base01 - #0B342D - Lighter Background (Used for status bars, line number and folding marks) | ||
base02 - #184E45 - Selection Background | ||
base03 - #2B685E - Comments, Invisibles, Line Highlighting | ||
base04 - #5F9C92 - Dark Foreground (Used for status bars) | ||
base05 - #81B5AC - Default Foreground, Caret, Delimiters, Operators | ||
base06 - #A7CEC8 - Light Foreground (Not often used) | ||
base07 - #D2E7E4 - Light Background (Not often used) | ||
base08 - #3E9688 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted | ||
base09 - #3E7996 - Integers, Boolean, Constants, XML Attributes, Markup Link Url | ||
base0A - #3E4C96 - Classes, Markup Bold, Search Text Background | ||
base0B - #883E96 - Strings, Inherited Class, Markup Code, Diff Inserted | ||
base0C - #963E4C - Support, Regular Expressions, Escape Characters, Markup Quotes | ||
base0D - #96883E - Functions, Methods, Attribute IDs, Headings | ||
base0E - #4C963E - Keywords, Storage, Selector, Markup Italic, Diff Changed | ||
base0F - #3E965B - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> | ||
*/ | ||
|
||
.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 1em; | ||
color: #81B5AC; | ||
background: #031A16; | ||
} | ||
|
||
.hljs ::selection { | ||
color: #184E45; | ||
} | ||
|
||
.hljs-formula, | ||
.hljs-params, | ||
.hljs-property | ||
{} | ||
|
||
/* base03 - #2B685E - Comments, Invisibles, Line Highlighting */ | ||
.hljs-comment { | ||
color: #2B685E; | ||
} | ||
|
||
/* base04 - #5F9C92 - Dark Foreground (Used for status bars) */ | ||
.hljs-tag { | ||
color: #5F9C92; | ||
} | ||
|
||
/* base05 - #81B5AC - Default Foreground, Caret, Delimiters, Operators */ | ||
.hljs-subst { | ||
color: #81B5AC; | ||
} | ||
.hljs-punctuation, | ||
.hljs-operator { | ||
color: #81B5AC; | ||
} | ||
|
||
/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */ | ||
.hljs-bullet, | ||
.hljs-variable, | ||
.hljs-template-variable, | ||
.hljs-selector-tag, | ||
.hljs-name, | ||
.hljs-deletion { | ||
color: #3E9688; | ||
} | ||
|
||
/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */ | ||
.hljs-symbol, | ||
.hljs-number, | ||
.hljs-link, | ||
.hljs-attr, | ||
.hljs-literal { | ||
color: #3E7996; | ||
} | ||
|
||
/* base0A - Classes, Markup Bold, Search Text Background */ | ||
.hljs-title, | ||
.hljs-class .hljs-title, | ||
.hljs-title.class_ | ||
{ | ||
color: #3E4C96; | ||
} | ||
|
||
.hljs-strong { | ||
font-weight:bold; | ||
color: #3E4C96; | ||
} | ||
|
||
/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */ | ||
.hljs-code, | ||
.hljs-addition, | ||
.hljs-title.class_.inherited__, | ||
.hljs-string { | ||
color: #883E96; | ||
} | ||
|
||
/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */ | ||
.hljs-built_in, | ||
.hljs-doctag, /* guessing */ | ||
.hljs-quote, | ||
.hljs-keyword.hljs-atrule, | ||
.hljs-regexp { | ||
color: #963E4C; | ||
} | ||
|
||
/* base0D - Functions, Methods, Attribute IDs, Headings */ | ||
.hljs-function .hljs-title, | ||
.hljs-attribute, | ||
.hljs-title.function_, | ||
.hljs-section { | ||
color: #96883E; | ||
} | ||
|
||
/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */ | ||
.hljs-type, | ||
/* .hljs-selector-id, */ | ||
/* .hljs-selector-class, */ | ||
/* .hljs-selector-attr, */ | ||
/* .hljs-selector-pseudo, */ | ||
.hljs-template-tag, | ||
.diff .hljs-meta, | ||
.hljs-keyword { | ||
color: #4C963E; | ||
} | ||
.hljs-emphasis { | ||
color: #4C963E; | ||
font-style: italic; | ||
} | ||
|
||
/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */ | ||
.hljs-meta { | ||
color: #3E965B; | ||
} | ||
|
||
.hljs-meta-keyword { | ||
font-weight: bold; | ||
} |
Oops, something went wrong.