Initial website

This commit is contained in:
Deon George
2018-09-03 17:41:16 +10:00
commit fd1bd20c85
238 changed files with 20819 additions and 0 deletions

View File

@@ -0,0 +1,89 @@
/*!
* Agate by Taufik Nurrohman <https://github.com/tovic>
* ----------------------------------------------------
*
* #ade5fc
* #a2fca2
* #c6b4f0
* #d36363
* #fcc28c
* #fc9b9b
* #ffa
* #fff
* #333
* #62c8f3
* #888
*
*/
.highlight
color: white
background: #333
.code
.name,
.strong
font-weight: bold
.code,
.emphasis
font-style: italic
.tag
color: #62c8f3
.variable,
.template-variable,
.selector-id,
.selector-class
color: #ade5fc
.string,
.bullet
color: #a2fca2
.type,
.title,
.section,
.attribute,
.quote,
.built_in,
.builtin-name
color: #ffa
.number,
.symbol,
.bullet
color: #d36363
.keyword,
.selector-tag,
.literal
color: #fcc28c
.comment,
.deletion,
.code
color: #888
.regexp,
.link
color: #c6b4f0
.meta
color: #fc9b9b
.deletion
background-color: #fc9b9b
color: #333
.addition
background-color: #a2fca2
color: #333
.highlight a
color: inherit
.highlight a:focus,
.highlight a:hover
color: inherit
text-decoration: underline

View File

@@ -0,0 +1,52 @@
/*
Date: 24 Fev 2015
Author: Pedro Oliveira <kanytu@gmail . com>
*/
.highlight
color: #a9b7c6
background: #282b2e
.code
.number,
.literal,
.symbol,
.bullet
color: #6897BB
.keyword,
.selector-tag,
.deletion
color: #cc7832
.variable,
.template-variable,
.link
color: #629755
.comment,
.quote
color: #808080
.meta
color: #bbb529
.string,
.attribute,
.addition
color: #6A8759
.section,
.title,
.type
color: #ffc66d
.name,
.selector-id,
.selector-class
color: #e8bf6a
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,71 @@
/*
Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc>
*/
.highlight
color: #434f54
background: #FFFFFF
.code
.subst
color: #434f54
.keyword,
.attribute,
.selector-tag,
.doctag,
.name
color: #00979D
.built_in,
.literal,
.bullet,
.code,
.addition
color: #D35400
.regexp,
.symbol,
.variable,
.template-variable,
.link,
.selector-attr,
.selector-pseudo
color: #00979D
.type,
.string,
.selector-id,
.selector-class,
.quote,
.template-tag,
.deletion
color: #005C5F
.title,
.section
color: #880000
font-weight: bold
.comment
color: rgba(149,165,166,.8)
.meta-keyword
color: #728E00
.meta
color: #728E00
color: #434f54
.emphasis
font-style: italic
.strong
font-weight: bold
.function
color: #728E00
.number
color: #8A7B52

View File

@@ -0,0 +1,59 @@
/*
Date: 17.V.2011
Author: pumbur <pumbur@pumbur.net>
*/
.highlight
color: #aaa
background: #222
.code
.subst
color: #aaa
.section
color: #fff
.comment,
.quote,
.meta
color: #444
.string,
.symbol,
.bullet,
.regexp
color: #ffcc33
.number,
.addition
color: #00cc66
.built_in,
.builtin-name,
.literal,
.type,
.template-variable,
.attribute,
.link
color: #32aaee
.keyword,
.selector-tag,
.name,
.selector-id,
.selector-class
color: #6644aa
.title,
.variable,
.deletion,
.template-tag
color: #bb1166
.section,
.doctag,
.strong
font-weight: bold
.emphasis
font-style: italic

View File

@@ -0,0 +1,37 @@
/*
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
*/
.highlight
color: black
background: white
.code
.string,
.variable,
.template-variable,
.symbol,
.bullet,
.section,
.addition,
.attribute,
.link
color: #888
.comment,
.quote,
.meta,
.deletion
color: #ccc
.keyword,
.selector-tag,
.section,
.name,
.type,
.strong
font-weight: bold
.emphasis
font-style: italic

View File

@@ -0,0 +1,68 @@
/* Base16 Atelier Cave Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #8b8792
background: #19171c
.code
/* Atelier-Cave Comment */
.comment,
.quote
color: #7e7887
/* Atelier-Cave Red */
.variable,
.template-variable,
.attribute,
.regexp,
.link,
.tag,
.name,
.selector-id,
.selector-class
color: #be4678
/* Atelier-Cave Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #aa573c
/* Atelier-Cave Green */
.string,
.symbol,
.bullet
color: #2a9292
/* Atelier-Cave Blue */
.title,
.section
color: #576ddb
/* Atelier-Cave Purple */
.keyword,
.selector-tag
color: #955ae7
.deletion,
.addition
color: #19171c
display: inline-block
width: 100%
.deletion
background-color: #be4678
.addition
background-color: #2a9292
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,70 @@
/* Base16 Atelier Cave Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #585260
background: #efecf4
.code
/* Atelier-Cave Comment */
.comment,
.quote
color: #655f6d
/* Atelier-Cave Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.name,
.selector-id,
.selector-class
color: #be4678
/* Atelier-Cave Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #aa573c
/* Atelier-Cave Green */
.string,
.symbol,
.bullet
color: #2a9292
/* Atelier-Cave Blue */
.title,
.section
color: #576ddb
/* Atelier-Cave Purple */
.keyword,
.selector-tag
color: #955ae7
.deletion,
.addition
color: #19171c
display: inline-block
width: 100%
.deletion
background-color: #be4678
.addition
background-color: #2a9292
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Dune Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #a6a28c
background: #20201d
.code
/* Atelier-Dune Comment */
.comment,
.quote
color: #999580
/* Atelier-Dune Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #d73737
/* Atelier-Dune Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #b65611
/* Atelier-Dune Green */
.string,
.symbol,
.bullet
color: #60ac39
/* Atelier-Dune Blue */
.title,
.section
color: #6684e1
/* Atelier-Dune Purple */
.keyword,
.selector-tag
color: #b854d4
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,64 @@
/* Base16 Atelier Dune Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #6e6b5e
background: #fefbec
.code
/* Atelier-Dune Comment */
.comment,
.quote
color: #7d7a68
/* Atelier-Dune Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #d73737
/* Atelier-Dune Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #b65611
/* Atelier-Dune Green */
.string,
.symbol,
.bullet
color: #60ac39
/* Atelier-Dune Blue */
.title,
.section
color: #6684e1
/* Atelier-Dune Purple */
.keyword,
.selector-tag
color: #b854d4
.highlight
display: block
overflow-x: auto
background: #fefbec
color: #6e6b5e
padding: 0.5em
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,69 @@
/* Base16 Atelier Estuary Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/estuary) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #929181
background: #22221b
.code
/* Atelier-Estuary Comment */
.comment,
.quote
color: #878573
/* Atelier-Estuary Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #ba6236
/* Atelier-Estuary Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #ae7313
/* Atelier-Estuary Green */
.string,
.symbol,
.bullet
color: #7d9726
/* Atelier-Estuary Blue */
.title,
.section
color: #36a166
/* Atelier-Estuary Purple */
.keyword,
.selector-tag
color: #5f9182
.deletion,
.addition
color: #22221b
display: inline-block
width: 100%
.deletion
background-color: #ba6236
.addition
background-color: #7d9726
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,69 @@
/* Base16 Atelier Estuary Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/estuary) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #5f5e4e
background: #f4f3ec
.code
/* Atelier-Estuary Comment */
.comment,
.quote
color: #6c6b5a
/* Atelier-Estuary Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #ba6236
/* Atelier-Estuary Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #ae7313
/* Atelier-Estuary Green */
.string,
.symbol,
.bullet
color: #7d9726
/* Atelier-Estuary Blue */
.title,
.section
color: #36a166
/* Atelier-Estuary Purple */
.keyword,
.selector-tag
color: #5f9182
.deletion,
.addition
color: #22221b
display: inline-block
width: 100%
.deletion
background-color: #ba6236
.addition
background-color: #7d9726
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Forest Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #a8a19f
background: #1b1918
.code
/* Atelier-Forest Comment */
.comment,
.quote
color: #9c9491
/* Atelier-Forest Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #f22c40
/* Atelier-Forest Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #df5320
/* Atelier-Forest Green */
.string,
.symbol,
.bullet
color: #7b9726
/* Atelier-Forest Blue */
.title,
.section
color: #407ee7
/* Atelier-Forest Purple */
.keyword,
.selector-tag
color: #6666ea
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Forest Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #68615e
background: #f1efee
.code
/* Atelier-Forest Comment */
.comment,
.quote
color: #766e6b
/* Atelier-Forest Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #f22c40
/* Atelier-Forest Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #df5320
/* Atelier-Forest Green */
.string,
.symbol,
.bullet
color: #7b9726
/* Atelier-Forest Blue */
.title,
.section
color: #407ee7
/* Atelier-Forest Purple */
.keyword,
.selector-tag
color: #6666ea
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Heath Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #ab9bab
background: #1b181b
.code
/* Atelier-Heath Comment */
.comment,
.quote
color: #9e8f9e
/* Atelier-Heath Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #ca402b
/* Atelier-Heath Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #a65926
/* Atelier-Heath Green */
.string,
.symbol,
.bullet
color: #918b3b
/* Atelier-Heath Blue */
.title,
.section
color: #516aec
/* Atelier-Heath Purple */
.keyword,
.selector-tag
color: #7b59c0
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Heath Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #695d69
background: #f7f3f7
.code
/* Atelier-Heath Comment */
.comment,
.quote
color: #776977
/* Atelier-Heath Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #ca402b
/* Atelier-Heath Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #a65926
/* Atelier-Heath Green */
.string,
.symbol,
.bullet
color: #918b3b
/* Atelier-Heath Blue */
.title,
.section
color: #516aec
/* Atelier-Heath Purple */
.keyword,
.selector-tag
color: #7b59c0
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Lakeside Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #7ea2b4
background: #161b1d
.code
/* Atelier-Lakeside Comment */
.comment,
.quote
color: #7195a8
/* Atelier-Lakeside Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #d22d72
/* Atelier-Lakeside Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #935c25
/* Atelier-Lakeside Green */
.string,
.symbol,
.bullet
color: #568c3b
/* Atelier-Lakeside Blue */
.title,
.section
color: #257fad
/* Atelier-Lakeside Purple */
.keyword,
.selector-tag
color: #6b6bb8
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Lakeside Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #516d7b
background: #ebf8ff
.code
/* Atelier-Lakeside Comment */
.comment,
.quote
color: #5a7b8c
/* Atelier-Lakeside Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #d22d72
/* Atelier-Lakeside Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #935c25
/* Atelier-Lakeside Green */
.string,
.symbol,
.bullet
color: #568c3b
/* Atelier-Lakeside Blue */
.title,
.section
color: #257fad
/* Atelier-Lakeside Purple */
.keyword,
.selector-tag
color: #6b6bb8
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,69 @@
/* Base16 Atelier Plateau Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/plateau) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #8a8585
background: #1b1818
.code
/* Atelier-Plateau Comment */
.comment,
.quote
color: #7e7777
/* Atelier-Plateau Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #ca4949
/* Atelier-Plateau Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #b45a3c
/* Atelier-Plateau Green */
.string,
.symbol,
.bullet
color: #4b8b8b
/* Atelier-Plateau Blue */
.title,
.section
color: #7272ca
/* Atelier-Plateau Purple */
.keyword,
.selector-tag
color: #8464c4
.deletion,
.addition
color: #1b1818
display: inline-block
width: 100%
.deletion
background-color: #ca4949
.addition
background-color: #4b8b8b
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,69 @@
/* Base16 Atelier Plateau Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/plateau) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #585050
background: #f4ecec
.code
/* Atelier-Plateau Comment */
.comment,
.quote
color: #655d5d
/* Atelier-Plateau Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #ca4949
/* Atelier-Plateau Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #b45a3c
/* Atelier-Plateau Green */
.string,
.symbol,
.bullet
color: #4b8b8b
/* Atelier-Plateau Blue */
.title,
.section
color: #7272ca
/* Atelier-Plateau Purple */
.keyword,
.selector-tag
color: #8464c4
.deletion,
.addition
color: #1b1818
display: inline-block
width: 100%
.deletion
background-color: #ca4949
.addition
background-color: #4b8b8b
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,69 @@
/* Base16 Atelier Savanna Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/savanna) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #87928a
background: #171c19
.code
/* Atelier-Savanna Comment */
.comment,
.quote
color: #78877d
/* Atelier-Savanna Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #b16139
/* Atelier-Savanna Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #9f713c
/* Atelier-Savanna Green */
.string,
.symbol,
.bullet
color: #489963
/* Atelier-Savanna Blue */
.title,
.section
color: #478c90
/* Atelier-Savanna Purple */
.keyword,
.selector-tag
color: #55859b
.deletion,
.addition
color: #171c19
display: inline-block
width: 100%
.deletion
background-color: #b16139
.addition
background-color: #489963
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,69 @@
/* Base16 Atelier Savanna Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/savanna) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #526057
background: #ecf4ee
.code
/* Atelier-Savanna Comment */
.comment,
.quote
color: #5f6d64
/* Atelier-Savanna Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #b16139
/* Atelier-Savanna Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #9f713c
/* Atelier-Savanna Green */
.string,
.symbol,
.bullet
color: #489963
/* Atelier-Savanna Blue */
.title,
.section
color: #478c90
/* Atelier-Savanna Purple */
.keyword,
.selector-tag
color: #55859b
.deletion,
.addition
color: #171c19
display: inline-block
width: 100%
.deletion
background-color: #b16139
.addition
background-color: #489963
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Seaside Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #8ca68c
background: #131513
.code
/* Atelier-Seaside Comment */
.comment,
.quote
color: #809980
/* Atelier-Seaside Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #e6193c
/* Atelier-Seaside Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #87711d
/* Atelier-Seaside Green */
.string,
.symbol,
.bullet
color: #29a329
/* Atelier-Seaside Blue */
.title,
.section
color: #3d62f5
/* Atelier-Seaside Purple */
.keyword,
.selector-tag
color: #ad2bee
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Seaside Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #5e6e5e
background: #f4fbf4
.code
/* Atelier-Seaside Comment */
.comment,
.quote
color: #687d68
/* Atelier-Seaside Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #e6193c
/* Atelier-Seaside Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #87711d
/* Atelier-Seaside Green */
.string,
.symbol,
.bullet
color: #29a329
/* Atelier-Seaside Blue */
.title,
.section
color: #3d62f5
/* Atelier-Seaside Purple */
.keyword,
.selector-tag
color: #ad2bee
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Sulphurpool Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #979db4
background: #202746
.code
/* Atelier-Sulphurpool Comment */
.comment,
.quote
color: #898ea4
/* Atelier-Sulphurpool Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #c94922
/* Atelier-Sulphurpool Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #c76b29
/* Atelier-Sulphurpool Green */
.string,
.symbol,
.bullet
color: #ac9739
/* Atelier-Sulphurpool Blue */
.title,
.section
color: #3d8fd1
/* Atelier-Sulphurpool Purple */
.keyword,
.selector-tag
color: #6679cc
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,57 @@
/* Base16 Atelier Sulphurpool Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
.highlight
color: #5e6687
background: #f5f7ff
.code
/* Atelier-Sulphurpool Comment */
.comment,
.quote
color: #6b7394
/* Atelier-Sulphurpool Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.regexp,
.link,
.name,
.selector-id,
.selector-class
color: #c94922
/* Atelier-Sulphurpool Orange */
.number,
.meta,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #c76b29
/* Atelier-Sulphurpool Green */
.string,
.symbol,
.bullet
color: #ac9739
/* Atelier-Sulphurpool Blue */
.title,
.section
color: #3d8fd1
/* Atelier-Sulphurpool Purple */
.keyword,
.selector-tag
color: #6679cc
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,55 @@
/*
Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
*/
.highlight
color: #363c69
background:#b7a68e url(./brown-papersq.png)
.code
.keyword,
.selector-tag,
.literal
color:#005599
font-weight:bold
.highlight,
.subst
color: #363c69
.string,
.title,
.section,
.type,
.attribute,
.symbol,
.bullet,
.built_in,
.addition,
.variable,
.template-tag,
.template-variable,
.link,
.name
color: #2c009f
.comment,
.quote,
.meta,
.deletion
color: #802022
.keyword,
.selector-tag,
.literal,
.doctag,
.title,
.section,
.type,
.name,
.strong
font-weight: bold
.emphasis
font-style: italic

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,50 @@
/*
codepen.io Embed Theme
Author: Justin Perry <http://github.com/ourmaninamsterdam>
Original theme - https://github.com/chriskempson/tomorrow-theme
*/
.highlight
color: #fff
background: #222
.code
.comment,
.quote
color: #777
.variable,
.template-variable,
.tag,
.regexp,
.meta,
.number,
.built_in,
.builtin-name,
.literal,
.params,
.symbol,
.bullet,
.link,
.deletion
color: #ab875d
.section,
.title,
.name,
.selector-id,
.selector-class,
.type,
.attribute
color: #9b869b
.string,
.keyword,
.selector-tag,
.addition
color: #8f9c6c
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,59 @@
/*
Colorbrewer theme
Original: https://github.com/mbostock/colorbrewer-theme (c) Mike Bostock <mike@ocks.org>
Ported by Fabrício Tavares de Oliveira
*/
.highlight
color: #000
background: #fff
.code
.subst
color: #000
.string,
.meta,
.symbol,
.template-tag,
.template-variable,
.addition
color: #756bb1
.comment,
.quote
color: #636363
.number,
.regexp,
.literal,
.bullet,
.link
color: #31a354
.deletion,
.variable
color: #88f
.keyword,
.selector-tag,
.title,
.section,
.built_in,
.doctag,
.type,
.tag,
.name,
.selector-id,
.selector-class,
.strong
color: #3182bd
.emphasis
font-style: italic
.attribute
color: #e6550d

View File

@@ -0,0 +1,53 @@
/*
Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
*/
.highlight
color: #ddd
background: #444
.code
.keyword,
.selector-tag,
.literal,
.section,
.link
color: white
.subst
color: #ddd
.string,
.title,
.name,
.type,
.attribute,
.symbol,
.bullet,
.built_in,
.addition,
.variable,
.template-tag,
.template-variable
color: #d88
.comment,
.quote,
.deletion,
.meta
color: #777
.keyword,
.selector-tag,
.literal,
.title,
.section,
.doctag,
.type,
.name,
.strong
font-weight: bold
.emphasis
font-style: italic

View File

@@ -0,0 +1,59 @@
/*
Darkula color scheme from the JetBrains family of IDEs
*/
.highlight
color: #bababa
background: #2b2b2b
.code
.strong,
.emphasis
color: #a8a8a2
.bullet,
.quote,
.link,
.number,
.regexp,
.literal
color: #6896ba
.code,
.selector-class
color: #a6e22e
.emphasis
font-style: italic
.keyword,
.selector-tag,
.section,
.attribute,
.name,
.variable
color: #cb7832
.params
color: #b9b9b9
.string,
.subst,
.type,
.built_in,
.builtin-name,
.symbol,
.selector-id,
.selector-attr,
.selector-pseudo,
.template-tag,
.template-variable,
.addition
color: #e0c46c
.comment,
.deletion,
.meta
color: #7f7f7f

View File

@@ -0,0 +1,76 @@
/*
Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)
*/
.highlight
color: #000
background: #f8f8ff
.code
.comment,
.quote
color: #408080
font-style: italic
.keyword,
.selector-tag,
.literal,
.subst
color: #954121
.number
color: #40a070
.string,
.doctag
color: #219161
.selector-id,
.selector-class,
.section,
.type
color: #19469d
.params
color: #00f
.title
color: #458
font-weight: bold
.tag,
.name,
.attribute
color: #000080
font-weight: normal
.variable,
.template-variable
color: #008080
.regexp,
.link
color: #b68
.symbol,
.bullet
color: #990073
.built_in,
.builtin-name
color: #0086b3
.meta
color: #999
font-weight: bold
.deletion
background: #fdd
.addition
background: #dfd
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,59 @@
/*
FAR Style (c) MajestiC <majestic2k@gmail.com>
*/
.highlight
color: #0ff
background: #000080
.code
.subst
color: #0ff
.string,
.attribute,
.symbol,
.bullet,
.built_in,
.builtin-name,
.template-tag,
.template-variable,
.addition
color: #ff0
.keyword,
.selector-tag,
.section,
.type,
.name,
.selector-id,
.selector-class,
.variable
color: #fff
.comment,
.quote,
.doctag,
.deletion
color: #888
.number,
.regexp,
.literal,
.link
color: #0f0
.meta
color: #008080
.keyword,
.selector-tag,
.title,
.section,
.name,
.strong
font-weight: bold
.emphasis
font-style: italic

View File

@@ -0,0 +1,71 @@
/*
Description: Foundation 4 docs style for highlight.js
Author: Dan Allen <dan.j.allen@gmail.com>
Website: http://foundation.zurb.com/docs/
Version: 1.0
Date: 2013-04-02
*/
.highlight
color: black
background: #eee
.code
.link,
.emphasis,
.attribute,
.addition
color: #070
.emphasis
font-style: italic
.strong,
.string,
.deletion
color: #d14
.strong
font-weight: bold
.quote,
.comment
color: #998
font-style: italic
.section,
.title
color: #900
.class .title,
.type
color: #458
.variable,
.template-variable
color: #336699
.bullet
color: #997700
.meta
color: #3344bb
.code,
.number,
.literal,
.keyword,
.selector-tag
color: #099
.regexp
background-color: #fff0ff
color: #880088
.symbol
color: #990073
.tag,
.name,
.selector-id,
.selector-class
color: #007700

View File

@@ -0,0 +1,57 @@
/**
* GitHub Gist Theme
* Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
*/
.highlight
padding: 0.5em
color: #333333
.code
.comment,
.meta
color: #969896
.string,
.variable,
.template-variable,
.strong,
.emphasis,
.quote
color: #df5000
.keyword,
.selector-tag,
.type
color: #a71d5d
.literal,
.symbol,
.bullet,
.attribute
color: #0086b3
.section,
.name
color: #63a35c
.tag
color: #333333
.title,
.attr,
.selector-id,
.selector-class,
.selector-attr,
.selector-pseudo
color: #795da3
.addition
color: #55a532
background-color: #eaffea
.deletion
color: #bd2c00
background-color: #ffecec
.link
text-decoration: underline

View File

@@ -0,0 +1,79 @@
/*
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/
.highlight
color: #333
background: #f8f8f8
.code
.comment,
.quote
color: #998
font-style: italic
.keyword,
.selector-tag,
.subst
color: #333
font-weight: bold
.number,
.literal,
.variable,
.template-variable,
.tag .attr
color: #008080
.string,
.doctag
color: #d14
.title,
.section,
.selector-id
color: #900
font-weight: bold
.subst
font-weight: normal
.type,
.class .title
color: #458
font-weight: bold
.tag,
.name,
.attribute
color: #000080
font-weight: normal
.regexp,
.link
color: #009926
.symbol,
.bullet
color: #990073
.built_in,
.builtin-name
color: #0086b3
.meta
color: #999
font-weight: bold
.deletion
background: #fdd
.addition
background: #dfd
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,72 @@
/*
Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
*/
.highlight
color: black
background: white
.code
.comment,
.quote
color: #800
.keyword,
.selector-tag,
.section,
.title,
.name
color: #008
.variable,
.template-variable
color: #660
.string,
.selector-attr,
.selector-pseudo,
.regexp
color: #080
.literal,
.symbol,
.bullet,
.meta,
.number,
.link
color: #066
.title,
.doctag,
.type,
.attr,
.built_in,
.builtin-name,
.params
color: #606
.attribute,
.subst
color: #000
.formula
background-color: #eee
font-style: italic
.selector-id,
.selector-class
color: #9B703F
.addition
background-color: #baeeba
.deletion
background-color: #ffc8bd
.doctag,
.strong
font-weight: bold
.emphasis
font-style: italic

View File

@@ -0,0 +1,81 @@
/*
grayscale style (c) MY Sun <simonmysun@gmail.com>
*/
.highlight
color: #333
background: #fff
.code
.comment,
.quote
color: #777
font-style: italic
.keyword,
.selector-tag,
.subst
color: #333
font-weight: bold
.number,
.literal
color: #777
.string,
.doctag,
.formula
color: #333
background: url('data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC') repeat
.title,
.section,
.selector-id
color: #000
font-weight: bold
.subst
font-weight: normal
.class .title,
.type,
.name
color: #333
font-weight: bold
.tag
color: #333
.regexp
color: #333
background: url('data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==') repeat
.symbol,
.bullet,
.link
color: #000
background: url('data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==') repeat
.built_in,
.builtin-name
color: #000
text-decoration: underline
.meta
color: #999
font-weight: bold
.deletion
color: #fff
background:url('data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==') repeat
.addition
color: #000
background: url('data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC') repeat
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,63 @@
/*
Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
*/
.highlight
color: #444
background: #F0F0F0
.code
.subst
color: #444
.keyword,
.attribute,
.selector-tag,
.meta-keyword,
.doctag,
.name
font-weight: bold
.built_in,
.literal,
.bullet,
.code,
.addition
color: #1F811F
.regexp,
.symbol,
.variable,
.template-variable,
.link,
.selector-attr,
.selector-pseudo
color: #BC6060
.type,
.string,
.number,
.selector-id,
.selector-class,
.quote,
.template-tag,
.deletion
color: #880000
.title,
.section
color: #880000
font-weight: bold
.comment
color: #888888
.meta
color: #2B6EA1
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,70 @@
/*
* Hopscotch
* by Jan T. Sott
* https://github.com/idleberg/Hopscotch
*
* This work is licensed under the Creative Commons CC0 1.0 Universal License
*/
.highlight
color: #b9b5b8
background: #322931
.code
/* Comment */
.comment,
.quote
color: #989498
/* Red */
.variable,
.template-variable,
.attribute,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.link,
.deletion
color: #dd464c
/* Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params
color: #fd8b19
/* Yellow */
.class .title
color: #fdcc59
/* Green */
.string,
.symbol,
.bullet,
.addition
color: #8fc13e
/* Aqua */
.meta
color: #149b93
/* Blue */
.function,
.section,
.title
color: #1290bf
/* Purple */
.keyword,
.selector-tag
color: #c85e7c
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,82 @@
/*
vim-hybrid theme by w0ng (https://github.com/w0ng/vim-hybrid)
*/
/*background color*/
.highlight
color: #c5c8c6
background: #1d1f21
/*selection color*/
&::selection,
span::selection
background: #373b41
&::-moz-selection,
span::-moz-selection
background: #373b41
.code
/*color: fg_yellow*/
.title,
.name
color: #f0c674
/*color: fg_comment*/
.comment,
.meta,
.meta .keyword
color: #707880
/*color: fg_red*/
.number,
.symbol,
.literal,
.deletion,
.link
color: #cc6666
/*color: fg_green*/
.string,
.doctag,
.addition,
.regexp,
.selector-attr,
.selector-pseudo
color: #b5bd68
/*color: fg_purple*/
.attribute,
.code,
.selector-id
color: #b294bb
/*color: fg_blue*/
.keyword,
.selector-tag,
.bullet,
.tag
color: #81a2be
/*color: fg_aqua*/
.subst,
.variable,
.template-tag,
.template-variable
color: #8abeb7
/*color: fg_orange*/
.type,
.built_in,
.builtin-name,
.quote,
.section,
.selector-class
color: #de935f
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,78 @@
/*
Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>
*/
.highlight
color: #000
background: #fff
.code
.subst,
.title
font-weight: normal
color: #000
.comment,
.quote
color: #808080
font-style: italic
.meta
color: #808000
.tag
background: #efefef
.section,
.name,
.literal,
.keyword,
.selector-tag,
.type,
.selector-id,
.selector-class
font-weight: bold
color: #000080
.attribute,
.number,
.regexp,
.link
font-weight: bold
color: #0000ff
.number,
.regexp,
.link
font-weight: normal
.string
color: #008000
font-weight: bold
.symbol,
.bullet,
.formula
color: #000
background: #d0eded
font-style: italic
.doctag
text-decoration: underline
.variable,
.template-variable
color: #660e7a
.addition
background: #baeeba
.deletion
background: #ffc8bd
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,28 @@
.highlight
margin: 0px
display: block
overflow-x: auto
padding: 15px 20px
font-size: font-size
font-family: font-mono
line-height: font-size * line-height
table
margin: 0
width: auto
td
border: none
td.code
padding-right: 20px
.gutter
pre
color: #666
text-align: right
padding-right: 20px
.article-entry
.highlight
margin: 1.6em 0
.line
height: 1.6em
@import "_highlight/" + highlight

View File

@@ -0,0 +1,58 @@
/*
IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru>
*/
.highlight
color: #f8f8f8
background: #000
.code
.comment,
.quote,
.meta
color: #7c7c7c
.keyword,
.selector-tag,
.tag,
.name
color: #96cbfe
.attribute,
.selector-id
color: #ffffb6
.string,
.selector-attr,
.selector-pseudo,
.addition
color: #a8ff60
.subst
color: #daefa3
.regexp,
.link
color: #e9c062
.title,
.section,
.type,
.doctag
color: #ffffb6
.symbol,
.bullet,
.variable,
.template-variable,
.literal
color: #c6c5fe
.number,
.deletion
color:#ff73fd
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,62 @@
/*
Name: Kimbie (dark)
Author: Jan T. Sott
License: Creative Commons Attribution-ShareAlike 4.0 Unported License
URL: https://github.com/idleberg/Kimbie-highlight.js
*/
.highlight
color: #d3af86
background: #221a0f
.code
/* Kimbie Comment */
.comment,
.quote
color: #d6baad
/* Kimbie Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.meta
color: #dc3958
/* Kimbie Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.deletion,
.link
color: #f79a32
/* Kimbie Yellow */
.title,
.section,
.attribute
color: #f06431
/* Kimbie Green */
.string,
.symbol,
.bullet,
.addition
color: #889b4a
/* Kimbie Purple */
.keyword,
.selector-tag,
.function
color: #98676a
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,62 @@
/*
Name: Kimbie (light)
Author: Jan T. Sott
License: Creative Commons Attribution-ShareAlike 4.0 Unported License
URL: https://github.com/idleberg/Kimbie-highlight.js
*/
.highlight
color: #84613d
background: #fbebd4
.code
/* Kimbie Comment */
.comment,
.quote
color: #a57a4c
/* Kimbie Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.meta
color: #dc3958
/* Kimbie Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.deletion,
.link
color: #f79a32
/* Kimbie Yellow */
.title,
.section,
.attribute
color: #f06431
/* Kimbie Green */
.string,
.symbol,
.bullet,
.addition
color: #889b4a
/* Kimbie Purple */
.keyword,
.selector-tag,
.function
color: #98676a
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,58 @@
/*
Description: Magula style for highligh.js
Author: Ruslan Keba <rukeba@gmail.com>
Website: http://rukeba.com/
Version: 1.0
Date: 2009-01-03
Music: Aphex Twin / Xtal
*/
.highlight
background-color: #f4f4f4
.code
.highlight,
.subst
color: black
.string,
.title,
.symbol,
.bullet,
.attribute,
.addition,
.variable,
.template-tag,
.template-variable
color: #050
.comment,
.quote
color: #777
.number,
.regexp,
.literal,
.type,
.link
color: #800
.deletion,
.meta
color: #00e
.keyword,
.selector-tag,
.doctag,
.title,
.section,
.built_in,
.tag,
.name
font-weight: bold
color: navy
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,47 @@
/*
Five-color theme from a single blue hue.
*/
.highlight
color: #00193a
background: #eaeef3
.code
.keyword,
.selector-tag,
.title,
.section,
.doctag,
.name,
.strong
font-weight: bold
.comment
color: #738191
.string,
.title,
.section,
.built_in,
.literal,
.type,
.addition,
.tag,
.quote,
.name,
.selector-id,
.selector-class
color: #0048ab
.meta,
.subst,
.symbol,
.regexp,
.attribute,
.deletion,
.variable,
.template-variable,
.link,
.bullet
color: #4c81c9
.emphasis
font-style: italic

View File

@@ -0,0 +1,69 @@
/*
Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
*/
.highlight
color: #f8f8f2
background: #23241f
.code
.highlight,
.tag,
.subst
color: #f8f8f2
.strong,
.emphasis
color: #a8a8a2
.bullet,
.quote,
.number,
.regexp,
.literal,
.link
color: #ae81ff
.code,
.title,
.section,
.selector-class
color: #a6e22e
.strong
font-weight: bold
.emphasis
font-style: italic
.keyword,
.selector-tag,
.name,
.attr
color: #f92672
.symbol,
.attribute
color: #66d9ef
.params,
.class .title
color: #f8f8f2
.string,
.type,
.built_in,
.builtin-name,
.selector-id,
.selector-attr,
.selector-pseudo,
.addition,
.variable,
.template-variable
color: #e6db74
.comment,
.deletion,
.meta
color: #75715e

View File

@@ -0,0 +1,60 @@
/*
Monokai style - ported by Luigi Maselli - http://grigio.org
*/
.highlight
color: #ddd
background: #272822
.code
.tag,
.keyword,
.selector-tag,
.literal,
.strong,
.name
color: #f92672
.code
color: #66d9ef
.class .title
color: white
.attribute,
.symbol,
.regexp,
.link
color: #bf79db
.string,
.bullet,
.subst,
.title,
.section,
.emphasis,
.type,
.built_in,
.builtin-name,
.selector-attr,
.selector-pseudo,
.addition,
.variable,
.template-tag,
.template-variable
color: #a6e22e
.comment,
.quote,
.deletion,
.meta
color: #75715e
.keyword,
.selector-tag,
.literal,
.doctag,
.title,
.section,
.type,
.selector-id
font-weight: bold

View File

@@ -0,0 +1,70 @@
/**
* Obsidian style
* ported by Alexander Marenin (http://github.com/ioncreature)
*/
.highlight
color: #e0e2e4
background: #282b2e
.code
.keyword,
.selector-tag,
.literal,
.selector-id
color: #93c763
.number
color: #ffcd22
.attribute
color: #668bb0
.code,
.class .title,
.section
color: white
.regexp,
.link
color: #d39745
.meta
color: #557182
.tag,
.name,
.bullet,
.subst,
.emphasis,
.type,
.built_in,
.selector-attr,
.selector-pseudo,
.addition,
.variable,
.template-tag,
.template-variable
color: #8cbbad
.string,
.symbol
color: #ec7600
.comment,
.quote,
.deletion
color: #818e96
.selector-class
color: #A082BD
.keyword,
.selector-tag,
.literal,
.doctag,
.title,
.section,
.type,
.name,
.strong
font-weight: bold

View File

@@ -0,0 +1,60 @@
/*
Paraíso (dark)
Created by Jan T. Sott (http://github.com/idleberg)
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
*/
.highlight
color: #a39e9b
background: #2f1e2e
.code
/* Paraíso Comment */
.comment,
.quote
color: #8d8687
/* Paraíso Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.link,
.meta
color: #ef6155
/* Paraíso Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.deletion
color: #f99b15
/* Paraíso Yellow */
.title,
.section,
.attribute
color: #fec418
/* Paraíso Green */
.string,
.symbol,
.bullet,
.addition
color: #48b685
/* Paraíso Purple */
.keyword,
.selector-tag
color: #815ba4
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,60 @@
/*
Paraíso (light)
Created by Jan T. Sott (http://github.com/idleberg)
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
*/
.highlight
color: #4f424c
background: #e7e9db
.code
/* Paraíso Comment */
.comment,
.quote
color: #776e71
/* Paraíso Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.link,
.meta
color: #ef6155
/* Paraíso Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.deletion
color: #f99b15
/* Paraíso Yellow */
.title,
.section,
.attribute
color: #fec418
/* Paraíso Green */
.string,
.symbol,
.bullet,
.addition
color: #48b685
/* Paraíso Purple */
.keyword,
.selector-tag
color: #815ba4
.emphasis
font-style: italic
.strong
font-weight: bold

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,67 @@
/*
Pojoaque Style by Jason Tate
http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
Based on Solarized Style from http://ethanschoonover.com/solarized
*/
.highlight
color: #dccf8f
background: url(./pojoaque.jpg) repeat scroll left top #181914
.code
.comment,
.quote
color: #586e75
font-style: italic
.keyword,
.selector-tag,
.literal,
.addition
color: #b64926
.number,
.string,
.doctag,
.regexp
color: #468966
.title,
.section,
.built_in,
.name
color: #ffb03b
.variable,
.template-variable,
.class .title,
.type,
.tag
color: #b58900
.attribute
color: #b89859
.symbol,
.bullet,
.link,
.subst,
.meta
color: #cb4b16
.deletion
color: #dc322f
.selector-id,
.selector-class
color: #d3a60c
.formula
background: #073642
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,84 @@
/*
Railscasts-like style (c) Visoft, Inc. (Damien White)
*/
.highlight
color: #e6e1dc
background: #232323
.code
.comment,
.quote
color: #bc9458
font-style: italic
.keyword,
.selector-tag
color: #c26230
.string,
.number,
.regexp,
.variable,
.template-variable
color: #a5c261
.subst
color: #519f50
.tag,
.name
color: #e8bf6a
.type
color: #da4939
.symbol,
.bullet,
.built_in,
.builtin-name,
.attr,
.link
color: #6d9cbe
.params
color: #d0d0ff
.attribute
color: #cda869
.meta
color: #9b859d
.title,
.section
color: #ffc66d
.addition
background-color: #144212
color: #e6e1dc
display: inline-block
width: 100%
.deletion
background-color: #600
color: #e6e1dc
display: inline-block
width: 100%
.selector-class
color: #9b703f
.selector-id
color: #8b98ab
.emphasis
font-style: italic
.strong
font-weight: bold
.link
text-decoration: underline

View File

@@ -0,0 +1,68 @@
/*
Style with support for rainbow parens
*/
.highlight
color: #d1d9e1
background: #474949
.code
.comment,
.quote
color: #969896
font-style: italic
.keyword,
.selector-tag,
.literal,
.type,
.addition
color: #cc99cc
.number,
.selector-attr,
.selector-pseudo
color: #f99157
.string,
.doctag,
.regexp
color: #8abeb7
.title,
.name,
.section,
.built_in
color: #b5bd68
.variable,
.template-variable,
.selector-id,
.class .title
color: #ffcc66
.section,
.name,
.strong
font-weight: bold
.symbol,
.bullet,
.subst,
.meta,
.link
color: #f99157
.deletion
color: #dc322f
.formula
background: #eee8d5
.attr,
.attribute
color: #81a2be
.emphasis
font-style: italic

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

View File

@@ -0,0 +1,57 @@
/*
School Book style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
*/
.highlight
background:#f6f6ae url(./school-book.png)
border-top: solid 2px #d2e8b9
border-bottom: solid 1px #d2e8b9
.code
.keyword,
.selector-tag,
.literal
color:#005599
font-weight:bold
.highlight,
.subst
color: #3e5915
.string,
.title,
.section,
.type,
.symbol,
.bullet,
.attribute,
.built_in,
.builtin-name,
.addition,
.variable,
.template-tag,
.template-variable,
.link
color: #2c009f
.comment,
.quote,
.deletion,
.meta
color: #e60415
.keyword,
.selector-tag,
.literal,
.doctag,
.title,
.section,
.type,
.name,
.selector-id,
.strong
font-weight: bold
.emphasis
font-style: italic

View File

@@ -0,0 +1,70 @@
/*
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
*/
.highlight
color: #839496
background: #002b36
.code
.comment,
.quote
color: #586e75
/* Solarized Green */
.keyword,
.selector-tag,
.addition
color: #859900
/* Solarized Cyan */
.number,
.string,
.meta .meta-string,
.literal,
.doctag,
.regexp
color: #2aa198
/* Solarized Blue */
.title,
.section,
.name,
.selector-id,
.selector-class
color: #268bd2
/* Solarized Yellow */
.attribute,
.attr,
.variable,
.template-variable,
.class .title,
.type
color: #b58900
/* Solarized Orange */
.symbol,
.bullet,
.subst,
.meta,
.meta .keyword,
.selector-attr,
.selector-pseudo,
.link
color: #cb4b16
/* Solarized Red */
.built_in,
.deletion
color: #dc322f
.formula
background: #073642
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,70 @@
/*
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
*/
.highlight
color: #657b83
background: #fdf6e3
.code
.comment,
.quote
color: #93a1a1
/* Solarized Green */
.keyword,
.selector-tag,
.addition
color: #859900
/* Solarized Cyan */
.number,
.string,
.meta .meta-string,
.literal,
.doctag,
.regexp
color: #2aa198
/* Solarized Blue */
.title,
.section,
.name,
.selector-id,
.selector-class
color: #268bd2
/* Solarized Yellow */
.attribute,
.attr,
.variable,
.template-variable,
.class .title,
.type
color: #b58900
/* Solarized Orange */
.symbol,
.bullet,
.subst,
.meta,
.meta .keyword,
.selector-attr,
.selector-pseudo,
.link
color: #cb4b16
/* Solarized Red */
.built_in,
.deletion
color: #dc322f
.formula
background: #eee8d5
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,80 @@
/*
Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
*/
.highlight
color: #f8f8f8
background: #000
.code
.comment,
.quote
color: #aeaeae
font-style: italic
.keyword,
.selector-tag,
.type
color: #e28964
.string
color: #65b042
.subst
color: #daefa3
.regexp,
.link
color: #e9c062
.title,
.section,
.tag,
.name
color: #89bdff
.class .title,
.doctag
text-decoration: underline
.symbol,
.bullet,
.number
color: #3387cc
.params,
.variable,
.template-variable
color: #3e87e3
.attribute
color: #cda869
.meta
color: #8996a8
.formula
background-color: #0e2231
color: #f8f8f8
font-style: italic
.addition
background-color: #253b22
color: #f8f8f8
.deletion
background-color: #420e09
color: #f8f8f8
.selector-class
color: #9b703f
.selector-id
color: #8b98ab
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,62 @@
/* Tomorrow Night Blue Theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
.highlight
color: white
background: #002451
.code
/* Tomorrow Comment */
.comment,
.quote
color: #7285b7
/* Tomorrow Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.deletion
color: #ff9da4
/* Tomorrow Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.meta,
.link
color: #ffc58f
/* Tomorrow Yellow */
.attribute
color: #ffeead
/* Tomorrow Green */
.string,
.symbol,
.bullet,
.addition
color: #d1f1a9
/* Tomorrow Blue */
.title,
.section
color: #bbdaff
/* Tomorrow Purple */
.keyword,
.selector-tag
color: #ebbbff
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,61 @@
/* Tomorrow Night Bright Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
.highlight
color: #eaeaea
background: black
.code
/* Tomorrow Comment */
.comment,
.quote
color: #969896
/* Tomorrow Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.deletion
color: #d54e53
/* Tomorrow Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.meta,
.link
color: #e78c45
/* Tomorrow Yellow */
.attribute
color: #e7c547
/* Tomorrow Green */
.string,
.symbol,
.bullet,
.addition
color: #b9ca4a
/* Tomorrow Blue */
.title,
.section
color: #7aa6da
/* Tomorrow Purple */
.keyword,
.selector-tag
color: #c397d8
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,61 @@
/* Tomorrow Night Eighties Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
.highlight
color: #cccccc
background: #2d2d2d
.code
/* Tomorrow Comment */
.comment,
.quote
color: #999999
/* Tomorrow Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.deletion
color: #f2777a
/* Tomorrow Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.meta,
.link
color: #f99157
/* Tomorrow Yellow */
.attribute
color: #ffcc66
/* Tomorrow Green */
.string,
.symbol,
.bullet,
.addition
color: #99cc99
/* Tomorrow Blue */
.title,
.section
color: #6699cc
/* Tomorrow Purple */
.keyword,
.selector-tag
color: #cc99cc
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,60 @@
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
.highlight
color: #c5c8c6
background: #1d1f21
.code
/* Tomorrow Comment */
.comment,
.quote
color: #969896
/* Tomorrow Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.deletion
color: #cc6666
/* Tomorrow Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.meta,
.link
color: #de935f
/* Tomorrow Yellow */
.attribute
color: #f0c674
/* Tomorrow Green */
.string,
.symbol,
.bullet,
.addition
color: #b5bd68
/* Tomorrow Blue */
.title,
.section
color: #81a2be
/* Tomorrow Purple */
.keyword,
.selector-tag
color: #b294bb
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,56 @@
.highlight
color: #4d4d4c
background: white
.code
/* Tomorrow Comment */
.comment,
.quote
color: #8e908c
/* Tomorrow Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.deletion
color: #c82829
/* Tomorrow Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.meta,
.link
color: #f5871f
/* Tomorrow Yellow */
.attribute
color: #eab700
/* Tomorrow Green */
.string,
.symbol,
.bullet,
.addition
color: #718c00
/* Tomorrow Blue */
.title,
.section
color: #4271ae
/* Tomorrow Purple */
.keyword,
.selector-tag
color: #8959a8
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,58 @@
/*
Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
*/
.highlight
display: block
overflow-x: auto
padding: 0.5em
background: white
color: black
.code
.comment,
.quote,
.variable
color: #008000
.keyword,
.selector-tag,
.built_in,
.name,
.tag
color: #00f
.string,
.title,
.section,
.attribute,
.literal,
.template-tag,
.template-variable,
.type,
.addition
color: #a31515
.deletion,
.selector-attr,
.selector-pseudo,
.meta
color: #2b91af
.doctag
color: #808080
.attr
color: #f00
.symbol,
.bullet,
.link
color: #00b0e8
.emphasis
font-style: italic
.strong
font-weight: bold

View File

@@ -0,0 +1,74 @@
/*
XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
*/
.highlight
color: black
background: #fff
.code
.comment,
.quote
color: #006a00
.keyword,
.selector-tag,
.literal
color: #aa0d91
.name
color: #008
.variable,
.template-variable
color: #660
.string
color: #c41a16
.regexp,
.link
color: #080
.title,
.tag,
.symbol,
.bullet,
.number,
.meta
color: #1c00cf
.section,
.class .title,
.type,
.attr,
.built_in,
.builtin-name,
.params
color: #5c2699
.attribute,
.subst
color: #000
.formula
background-color: #eee
font-style: italic
.addition
background-color: #baeeba
.deletion
background-color: #ffc8bd
.selector-id,
.selector-class
color: #9b703f
.doctag,
.strong
font-weight: bold
.emphasis
font-style: italic

View File

@@ -0,0 +1,64 @@
/*
Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
based on dark.css by Ivan Sagalaev
*/
.highlight
color: #dcdcdc
background: #3f3f3f
.code
.keyword,
.selector-tag,
.tag
color: #e3ceab
.template-tag
color: #dcdcdc
.number
color: #8cd0d3
.variable,
.template-variable,
.attribute
color: #efdcbc
.literal
color: #efefaf
.subst
color: #8f8f8f
.title,
.name,
.selector-id,
.selector-class,
.section,
.type
color: #efef8f
.symbol,
.bullet,
.link
color: #dca3a3
.deletion,
.string,
.built_in,
.builtin-name
color: #cc9393
.addition,
.comment,
.quote,
.meta
color: #7f9f7f
.emphasis
font-style: italic
.strong
font-weight: bold