fix actions
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/gh-pages.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/gh-pages.yml
									
									
									
									
										vendored
									
									
								
							| @@ -9,9 +9,9 @@ jobs: | ||||
|   build-deploy: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v1 | ||||
|     - uses: actions/checkout@v4 | ||||
|     - name: Setup Hugo | ||||
|       uses: peaceiris/actions-hugo@v2 | ||||
|       uses: peaceiris/actions-hugo@v3 | ||||
|       with: | ||||
|         hugo-version: 0.89.4 | ||||
|         # extended: true | ||||
|   | ||||
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +1,4 @@ | ||||
| public | ||||
| dist | ||||
| build | ||||
| resources | ||||
| *.lock | ||||
| @@ -36,3 +35,5 @@ yarn-error.log* | ||||
|  | ||||
| content/*/*_private.pem | ||||
| content/*/*.json | ||||
|  | ||||
| static/*lock* | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| +++ | ||||
| date = "2024-04-04T16:27:13+09:00" | ||||
| date = "2024-03-31T16:27:13+09:00" | ||||
| tags = ["blog"] | ||||
| title = "start blog" | ||||
| +++ | ||||
							
								
								
									
										7
									
								
								content/blog/2024-04-01-layout.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								content/blog/2024-04-01-layout.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| +++ | ||||
| date = "2024-04-01T00:00:00+09:00" | ||||
| tags = ["blog"] | ||||
| title = "update layout" | ||||
| +++ | ||||
|  | ||||
| layoutを更新しました。 | ||||
| @@ -1,8 +0,0 @@ | ||||
| +++ | ||||
| date = "2024-04-05T16:27:13+09:00" | ||||
| tags = ["blog"] | ||||
| title = "new layout" | ||||
| +++ | ||||
|  | ||||
| web pageのlayoutを変更しました。 | ||||
|  | ||||
| @@ -8,7 +8,7 @@ date = "2024-01-23" | ||||
|  | ||||
| ## アイ | ||||
|  | ||||
| 本名は`月見 唯(つきみ ゆい)`、通称、`アイ`。最も小さい物質を操る能力を持つ | ||||
| 本名は`月見 唯(つきみ ゆい)`、通称、`アイ`。最も小さい物質を創り出すことができる | ||||
|  | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -2,6 +2,7 @@ | ||||
| title = "story" | ||||
| slug = "story" | ||||
| date = "2024-01-22" | ||||
| aliases = ['manga'] | ||||
| +++ | ||||
|  | ||||
| <div class="story"> | ||||
| @@ -12,8 +13,7 @@ date = "2024-01-22" | ||||
|  | ||||
| </div> | ||||
|  | ||||
| <iframe src="https://manga.syui.ai/0" allowfullscreen frameborder="0" class="manga"></iframe> | ||||
|  | ||||
| <iframe src="https://manga.syui.ai" allowfullscreen frameborder="0" class="manga"></iframe> | ||||
|  | ||||
| <!--more--> | ||||
|  | ||||
|   | ||||
| @@ -4,7 +4,7 @@ slug = "term" | ||||
| date = "2023-12-23" | ||||
| +++ | ||||
|  | ||||
| <iframe src="https://term.syui.ai" allowfullscreen frameborder="0" style="width:100%;height: 400px;"></iframe> | ||||
| <iframe src="https://term.syui.ai" allowfullscreen frameborder="0" scrolling="no" style="width:100%;"></iframe> | ||||
|  | ||||
|  | ||||
| <!--more--> | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
| 		<div id="blog-archives" class="category"> | ||||
| 			<ul class="cp_list"> | ||||
| 				{{ range .Data.Pages.Reverse }} | ||||
| 				<li> | ||||
| 					<a href="{{.Permalink}}">{{.Title}}</a> | ||||
| 				<li class="blog-list-first"> | ||||
| 					<a href="{{.Permalink}}">{{.Title}}</a> <span class="blog-date">{{ .Date.Local.Format "2006-01-02" }}</span> | ||||
| 				</li> | ||||
| 				{{ end }} | ||||
| 			</ul> | ||||
|   | ||||
| @@ -2,18 +2,15 @@ | ||||
| {{ partial "navbar.html" . }} | ||||
| {{ partial "header.html" . }} | ||||
|  | ||||
| {{ $s := path.Dir (.Permalink | relURL) }} | ||||
| {{ $t := index (split $s "/") 2 }} | ||||
| {{ $o := index (split $s "/") 1 }} | ||||
|  | ||||
| {{ if eq $t "img" }} | ||||
| 	{{ partial "img.html" . }} | ||||
| {{ else }} | ||||
| 	{{ .Content }} | ||||
| {{ end }} | ||||
| 		</div> | ||||
| <article> | ||||
| 	<div class="content"> | ||||
| 		{{ if ne .Lastmod .Date }}<div class="post-time-date">{{ .Lastmod.Format "2006-01-02" }}</div>{{ end }} | ||||
| 		<h2>{{ .Title }}</h2> | ||||
| 		{{ .Content }} | ||||
| 	</div> | ||||
| </article> | ||||
|  | ||||
| </div> | ||||
| 		{{ partial "footer.html" . }} | ||||
| {{ partial "footer.html" . }} | ||||
| </body> | ||||
| </html> | ||||
|   | ||||
| @@ -7,22 +7,29 @@ | ||||
|  | ||||
| 					{{ if or (eq $t "blog") }} | ||||
| 					<li class="top"> | ||||
| 						<a href="{{.Permalink}}">blog</a> | ||||
| 					</li> | ||||
| 					{{ range $index,$value := first 5 (where $.Site.RegularPages.ByDate.Reverse "Section" "blog") }} | ||||
| 					<li class="blog-list"> | ||||
| 						<a href="{{.Permalink}}">{{.Title}}</a> <span class="blog-date">{{ .Date.Local.Format "2006-01-02" }}</span> | ||||
| 						<a href="{{.Permalink}}">blog</a> <a class="li-link-left" href="{{ .Site.BaseURL }}/blog/index.xml"><i class="fa-solid fa-rss"></i></a> | ||||
| 					</li> | ||||
|  | ||||
| 					{{ range $index,$value := (where $.Site.RegularPages.ByDate.Reverse "Section" "blog") }} | ||||
| 					{{ if lt $index 1 }} | ||||
| 						<li class="blog-list-first" style="display:block;"> <a href="{{.Permalink}}">{{.Title}}</a> <span class="blog-date">{{ .Date.Local.Format "2006-01-02" }}</span> </li> | ||||
| 					{{ else }} | ||||
| 						<li class="blog-list-all" style="display:none;"> <a href="{{.Permalink}}">{{.Title}}</a> <span class="blog-date">{{ .Date.Local.Format "2006-01-02" }}</span> </li> | ||||
| 					{{ end }} | ||||
| 					<li class="blog-menu"><a href="/blog"><i class="fa-solid fa-bars"></i></a></li> | ||||
| 					{{ end }} | ||||
|  | ||||
| 					<li class="blog-menu"><button onclick="blog_list_open();"><i class="fa-solid fa-angle-down"></i></button></li> | ||||
| 					{{ end }} | ||||
|  | ||||
| 					{{ if or (eq $t "chara") (eq $t "story") (eq $t "card") (eq $t "vrm") }} | ||||
|  | ||||
| 					<li class="commit"> | ||||
| 						<span class="icon-moji_a"></span> | ||||
| 					</li> | ||||
|  | ||||
| 					<li class="top"> | ||||
| 						<a href="{{.Permalink}}">{{.Title}}</a> | ||||
| 					</li> | ||||
|  | ||||
| 					{{ if or (eq $t "card") }} | ||||
| 					{{ .Content }} | ||||
| 					{{ else }} | ||||
| @@ -31,6 +38,16 @@ | ||||
| 					{{ end }} | ||||
|  | ||||
| 					{{ end }} | ||||
|  | ||||
| 					<li class="commit"> | ||||
| 						<span class="icon-moji_a"></span> | ||||
| 						<!-- | ||||
| 						<i class="fa-solid fa-code-branch"></i> | ||||
| 						<i class="fa-solid fa-code-commit"></i> | ||||
| 						<i class="fa-solid fa-code-merge"></i> | ||||
| 						--> | ||||
| 					</li> | ||||
|  | ||||
| 			</ul> | ||||
| 		</div> | ||||
| 	</div> | ||||
|   | ||||
| @@ -21,19 +21,23 @@ | ||||
| 		<link rel="icon" href="/icon/ai.png" /> | ||||
| 		<link rel="shortcut icon" href="/icon/ai.png" /> | ||||
| 		<link rel="apple-touch-icon" href="/icon/apple-touch-icon.png" /> | ||||
| 		<link rel="stylesheet" href="/bower_components/icomoon/css/icomoon.css" /> | ||||
| 		<link rel="stylesheet" href="/css/style.css" /> | ||||
| 		<link rel="stylesheet" href="/css/svg.css" /> | ||||
| 		<link rel="stylesheet" href="/bower_components/font-awesome/css/all.min.css" /> | ||||
| 		<link rel="stylesheet" href="/pkg/icomoon/css/icomoon.css" /> | ||||
| 		<link rel="stylesheet" href="/pkg/font-awesome/css/all.min.css" /> | ||||
| 		<script type="application/ld+json"> | ||||
| 			{ | ||||
| 			  "@context": "http://schema.org", | ||||
| 			  "@type": "WebSite", | ||||
| 				"@context": "http://schema.org", | ||||
| 					"@type": "WebSite", | ||||
| 					"name": "{{ .Title }}", | ||||
| 					"url": "{{ .Site.BaseURL }}" | ||||
| 			} | ||||
| 		</script> | ||||
| {{ range .AlternativeOutputFormats -}} | ||||
|     {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} | ||||
| {{ end -}} | ||||
| 		<script src="/pkg/hotkeys-js/dist/hotkeys.min.js"></script> | ||||
| 		<script src="/pkg/hotkeys-js/dist/terminal.js"></script> | ||||
| 		<script src="/js/index.js"></script> | ||||
|  | ||||
| 		{{ range .AlternativeOutputFormats -}} | ||||
| 		{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} | ||||
| 		{{ end -}} | ||||
| 	</head> | ||||
|   | ||||
| @@ -11,7 +11,20 @@ | ||||
|  | ||||
| 		{{ if eq $o ""}} | ||||
|  | ||||
| 		<div class="hotkeys-docs"> | ||||
|  | ||||
| 			<table> | ||||
| 					<tbody> | ||||
| 						<tr> | ||||
| 							<td><code>ctrl</code> + <code>enter</code></td> | ||||
| 						</tr> | ||||
| 					</tbody> | ||||
| 				</table> | ||||
|  | ||||
| 		</div> | ||||
|  | ||||
| 		<span class="menu-right-top"> | ||||
|  | ||||
| 			<!-- | ||||
| 			<a class="menu-link-left" href="/bitcoin"><i class="fa-brands fa-bitcoin"></i></a> | ||||
| 			--> | ||||
| @@ -24,11 +37,14 @@ | ||||
| 			<a class="menu-link-left-black" href="https://card.syui.ai/ai"><i class="fa-solid fa-copy"></i></a> | ||||
| 			<a class="menu-link-left-black" href="https://manga.syui.ai"><i class="fa-regular fa-comment-dots"></i></a> | ||||
| 			<a class="menu-link-left-black" href="https://vrm.syui.ai"><i class="fa-solid fa-cube"></i></a> | ||||
| 			<a class="menu-link-left-black" href="https://git.syui.ai/ai"><i class="fa-brands fa-git-alt"></i></a> | ||||
| 			<a class="menu-link-left-black" href="https://term.syui.ai"><span class="icon-aiterm"></span></a> | ||||
| 			<a class="menu-link-left-black" href="https://git.syui.ai/ai"><span class="icon-git_bg"></span></a> | ||||
|  | ||||
| 			<!-- | ||||
| 			<a class="menu-link-left-black" href="https://git.syui.ai/ai/ue"><i class="fa-solid fa-gamepad"></i></a> | ||||
| 			<a class="menu-link-left-black" href="/term"><i class="fa-solid fa-terminal"></i></a> | ||||
| 			<a class="menu-link-left-black" href="https://web.syu.is/profile/ai.syu.is"><i class="fa-brands fa-bluesky"></i></a> | ||||
| 			--> | ||||
|  | ||||
| 		</span> | ||||
| 		{{ end }} | ||||
|   | ||||
| @@ -5,6 +5,7 @@ | ||||
| 			<div class="navbar-nav-left"> | ||||
| 				<a class="navbar-brand" href="/story">ストーリー</a> | ||||
| 				<a class="navbar-brand" href="/chara">キャラクター</a> | ||||
| 				<a class="navbar-brand" href="/card">カード</a> | ||||
| 			</div> | ||||
| 		</div> | ||||
| 		<div class="navbar-nav-right"> | ||||
|   | ||||
| @@ -1,7 +1,14 @@ | ||||
| <script type="module" crossorigin src="/svg/index.js"></script> | ||||
| <link rel="stylesheet" href="/svg/index.css"> | ||||
| <div id="ai-star-stage2" class="stage"> | ||||
| 	<div class="center"> | ||||
| 		<a href="/"><div class="star"></div></a> | ||||
| <div id="aisvg"> | ||||
| 	<script type="module" crossorigin src="/svg/index.js"></script> | ||||
| 	<link rel="stylesheet" href="/svg/index.css"> | ||||
| 	<div id="ai-star-stage2" class="stage"> | ||||
| 		<div class="center"> | ||||
| 			<a href="/"><div class="star"></div></a> | ||||
| 		</div> | ||||
| 	</div> | ||||
| </div> | ||||
|  | ||||
| <div id="aiterm" style="display:none;"> | ||||
| 	<iframe src="https://term.syui.ai" allowfullscreen frameborder="0" style="width:100%;height: 400px;" id="terminal-input"></iframe> | ||||
| </div> | ||||
|  | ||||
|   | ||||
							
								
								
									
										26
									
								
								readme.md
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								readme.md
									
									
									
									
									
								
							| @@ -1,4 +1,26 @@ | ||||
| #  | ||||
| ## <img src="./static/icon/ai.png" width="30"> ai `web` | ||||
|  | ||||
| hugo + gh-pages + cloudflare | ||||
| `ai/web` page is `hugo` deploy. | ||||
|  | ||||
| ### ref | ||||
|  | ||||
| #### origin | ||||
|  | ||||
| - [ai/term](https://git.syui.ai/ai/term) | ||||
| - [ai/card](https://git.syui.ai/ai/manga) | ||||
| - [ai/vrm](https://git.syui.ai/ai/vrm) | ||||
| - [ai/manga](https://git.syui.ai/ai/manga) | ||||
|  | ||||
| #### build & deploy | ||||
|  | ||||
| - [hugo](https://github.com/gohugoio/hugo) | ||||
| - [gh-pages](https://docs.github.com/pages) | ||||
| - [cf-pages](https://pages.cloudflare.com/) | ||||
| - [gh-actions](https://docs.github.com/actions) | ||||
| - [ge-actions](https://docs.gitea.com/usage/actions/overview) | ||||
|  | ||||
| #### packages | ||||
|  | ||||
| - [icomoon](https://icomoon.io/app/#/select) | ||||
| - [fontawesome](https://github.com/FortAwesome/Font-Awesome) | ||||
| - [hotkeys-jp](https://github.com/jaywcjlove/hotkeys-js) | ||||
|   | ||||
							
								
								
									
										16
									
								
								scpt/md.zsh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										16
									
								
								scpt/md.zsh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| #!/bin/zsh | ||||
|  | ||||
| d=${0:a:h:h} | ||||
| c=$d/content/blog | ||||
|  | ||||
| for i in $(seq -w 1 20) | ||||
| do | ||||
| 	d=2024-01-$i | ||||
| 	f=$c/$d-test.md | ||||
| 	echo " | ||||
| +++ | ||||
| date = \"${d}T00:00:00+09:00\" | ||||
| title = \"${RANDOM}\" | ||||
| +++ | ||||
| " >! $f | ||||
| done | ||||
							
								
								
									
										26
									
								
								static/bower_components/highlightjs/.bower.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										26
									
								
								static/bower_components/highlightjs/.bower.json
									
									
									
									
										vendored
									
									
								
							| @@ -1,26 +0,0 @@ | ||||
| { | ||||
|   "name": "highlightjs", | ||||
|   "version": "9.16.2", | ||||
|   "license": "BSD-3-Clause", | ||||
|   "main": [ | ||||
|     "highlight.pack.js", | ||||
|     "styles/default.css" | ||||
|   ], | ||||
|   "ignore": [ | ||||
|     "**/.*", | ||||
|     "node_modules", | ||||
|     "vendor", | ||||
|     "components" | ||||
|   ], | ||||
|   "homepage": "https://github.com/components/highlightjs", | ||||
|   "_release": "9.16.2", | ||||
|   "_resolution": { | ||||
|     "type": "version", | ||||
|     "tag": "v9.16.2", | ||||
|     "commit": "1dea393aa70365843cfec34b1f365930d383bdfe" | ||||
|   }, | ||||
|   "_source": "https://github.com/components/highlightjs.git", | ||||
|   "_target": "^9.16.2", | ||||
|   "_originalSource": "highlightjs", | ||||
|   "_direct": true | ||||
| } | ||||
							
								
								
									
										24
									
								
								static/bower_components/highlightjs/LICENSE
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										24
									
								
								static/bower_components/highlightjs/LICENSE
									
									
									
									
										vendored
									
									
								
							| @@ -1,24 +0,0 @@ | ||||
| Copyright (c) 2006, Ivan Sagalaev | ||||
| All rights reserved. | ||||
| Redistribution and use in source and binary forms, with or without | ||||
| modification, are permitted provided that the following conditions are met: | ||||
|  | ||||
|     * Redistributions of source code must retain the above copyright | ||||
|       notice, this list of conditions and the following disclaimer. | ||||
|     * Redistributions in binary form must reproduce the above copyright | ||||
|       notice, this list of conditions and the following disclaimer in the | ||||
|       documentation and/or other materials provided with the distribution. | ||||
|     * Neither the name of highlight.js nor the names of its contributors  | ||||
|       may be used to endorse or promote products derived from this software  | ||||
|       without specific prior written permission. | ||||
|  | ||||
| THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY | ||||
| EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||||
| WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||||
| DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY | ||||
| DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||||
| (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||||
| LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||||
| ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||||
| (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||||
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
							
								
								
									
										21
									
								
								static/bower_components/highlightjs/Makefile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										21
									
								
								static/bower_components/highlightjs/Makefile
									
									
									
									
										vendored
									
									
								
							| @@ -1,21 +0,0 @@ | ||||
| VERSION=9.16.2 | ||||
|  | ||||
| default: build | ||||
| 	@cp -f build/highlight.* . | ||||
| 	@cp -f highlight/src/styles/* styles | ||||
| 	@du -hs highlight.* | ||||
|  | ||||
| build: highlight | ||||
| 	@cd highlight && git fetch && git checkout $(VERSION) | ||||
| 	@cd highlight && npm install | ||||
| 	@mkdir -p build | ||||
| 	@cd highlight && node tools/build.js && cp build/highlight.pack.js ../build/highlight.pack.min.js | ||||
| 	@cd highlight && node tools/build.js -n && cp build/highlight.pack.js ../build/highlight.pack.js | ||||
|  | ||||
| highlight: | ||||
| 	@git clone git://github.com/isagalaev/highlight.js.git $@ | ||||
|  | ||||
| clean: | ||||
| 	@rm -rf build | ||||
|  | ||||
| .PHONY: default | ||||
							
								
								
									
										12
									
								
								static/bower_components/highlightjs/README.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								static/bower_components/highlightjs/README.md
									
									
									
									
										vendored
									
									
								
							| @@ -1,12 +0,0 @@ | ||||
| Highlight.js | ||||
| ============ | ||||
|  | ||||
| Shim repository for [Highlight.js](http://highlightjs.org/). | ||||
|  | ||||
| Package Managers | ||||
| ---------------- | ||||
|  | ||||
| * [npm](http://npm.im): `highlightjs` | ||||
| * [Bower](http://bower.io): `highlightjs` | ||||
| * [Composer](http://packagist.org/packages/components/highlightjs): `components/highlightjs` | ||||
| * [Component](http://component.io): `components/highlightjs` | ||||
							
								
								
									
										15
									
								
								static/bower_components/highlightjs/bower.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								static/bower_components/highlightjs/bower.json
									
									
									
									
										vendored
									
									
								
							| @@ -1,15 +0,0 @@ | ||||
| { | ||||
|   "name": "highlightjs", | ||||
|   "version": "9.16.2", | ||||
|   "license": "BSD-3-Clause", | ||||
|   "main": [ | ||||
|     "highlight.pack.js", | ||||
|     "styles/default.css" | ||||
|   ], | ||||
|   "ignore": [ | ||||
|     "**/.*", | ||||
|     "node_modules", | ||||
|     "vendor", | ||||
|     "components" | ||||
|   ] | ||||
| } | ||||
| @@ -1,12 +0,0 @@ | ||||
| { | ||||
|   "name": "highlightjs", | ||||
|   "repo": "components/highlightjs", | ||||
|   "version": "9.16.2", | ||||
|   "main": "highlight.pack.min.js", | ||||
|   "scripts": [ | ||||
|     "highlight.pack.min.js" | ||||
|   ], | ||||
|   "files": [ | ||||
|     "styles/default.css" | ||||
|   ] | ||||
| } | ||||
| @@ -1,26 +0,0 @@ | ||||
| { | ||||
|     "name": "components/highlightjs", | ||||
|     "description": "Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages.", | ||||
|     "type": "component", | ||||
|     "license": "BSD-3-Clause", | ||||
|     "authors": [ | ||||
|         { | ||||
|             "name": "Ivan Sagalaev", | ||||
|             "email": "maniac@softwaremaniacs.org", | ||||
|             "homepage": "http://softwaremaniacs.org" | ||||
|         } | ||||
|     ], | ||||
|     "extra": { | ||||
|         "component": { | ||||
|             "scripts": [ | ||||
|                 "highlight.pack.min.js" | ||||
|             ], | ||||
|             "files": [ | ||||
|                 "styles/*" | ||||
|             ], | ||||
|             "shim": { | ||||
|                 "exports": "hljs" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
							
								
								
									
										22886
									
								
								static/bower_components/highlightjs/highlight.pack.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22886
									
								
								static/bower_components/highlightjs/highlight.pack.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -1,8 +0,0 @@ | ||||
| { | ||||
|   "name": "highlightjs", | ||||
|   "description": "Syntax highlighting for the Web", | ||||
|   "version": "9.16.2", | ||||
|   "private": false, | ||||
|   "license": "BSD-3-Clause", | ||||
|   "main": "highlight.pack.js" | ||||
| } | ||||
| @@ -1,99 +0,0 @@ | ||||
| /* a11y-dark theme */ | ||||
| /* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */ | ||||
| /* @author: ericwbailey */ | ||||
|  | ||||
| /* Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #d4d0ab; | ||||
| } | ||||
|  | ||||
| /* Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-regexp, | ||||
| .hljs-deletion { | ||||
|   color: #ffa07a; | ||||
| } | ||||
|  | ||||
| /* Orange */ | ||||
| .hljs-number, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params, | ||||
| .hljs-meta, | ||||
| .hljs-link { | ||||
|   color: #f5ab35; | ||||
| } | ||||
|  | ||||
| /* Yellow */ | ||||
| .hljs-attribute { | ||||
|   color: #ffd700; | ||||
| } | ||||
|  | ||||
| /* Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-addition { | ||||
|   color: #abe338; | ||||
| } | ||||
|  | ||||
| /* Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #00e0e0; | ||||
| } | ||||
|  | ||||
| /* Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #dcc6e0; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #2b2b2b; | ||||
|   color: #f8f8f2; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| @media screen and (-ms-high-contrast: active) { | ||||
|   .hljs-addition, | ||||
|   .hljs-attribute, | ||||
|   .hljs-built_in, | ||||
|   .hljs-builtin-name, | ||||
|   .hljs-bullet, | ||||
|   .hljs-comment, | ||||
|   .hljs-link, | ||||
|   .hljs-literal, | ||||
|   .hljs-meta, | ||||
|   .hljs-number, | ||||
|   .hljs-params, | ||||
|   .hljs-string, | ||||
|   .hljs-symbol, | ||||
|   .hljs-type, | ||||
|   .hljs-quote { | ||||
|         color: highlight; | ||||
|     } | ||||
|  | ||||
|     .hljs-keyword, | ||||
|     .hljs-selector-tag { | ||||
|         font-weight: bold; | ||||
|     } | ||||
| } | ||||
| @@ -1,99 +0,0 @@ | ||||
| /* a11y-light theme */ | ||||
| /* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */ | ||||
| /* @author: ericwbailey */ | ||||
|  | ||||
| /* Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #696969; | ||||
| } | ||||
|  | ||||
| /* Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-regexp, | ||||
| .hljs-deletion { | ||||
|   color: #d91e18; | ||||
| } | ||||
|  | ||||
| /* Orange */ | ||||
| .hljs-number, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params, | ||||
| .hljs-meta, | ||||
| .hljs-link { | ||||
|   color: #aa5d00; | ||||
| } | ||||
|  | ||||
| /* Yellow */ | ||||
| .hljs-attribute { | ||||
|   color: #aa5d00; | ||||
| } | ||||
|  | ||||
| /* Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-addition { | ||||
|   color: #008000; | ||||
| } | ||||
|  | ||||
| /* Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #007faa; | ||||
| } | ||||
|  | ||||
| /* Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #7928a1; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #fefefe; | ||||
|   color: #545454; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| @media screen and (-ms-high-contrast: active) { | ||||
|   .hljs-addition, | ||||
|   .hljs-attribute, | ||||
|   .hljs-built_in, | ||||
|   .hljs-builtin-name, | ||||
|   .hljs-bullet, | ||||
|   .hljs-comment, | ||||
|   .hljs-link, | ||||
|   .hljs-literal, | ||||
|   .hljs-meta, | ||||
|   .hljs-number, | ||||
|   .hljs-params, | ||||
|   .hljs-string, | ||||
|   .hljs-symbol, | ||||
|   .hljs-type, | ||||
|   .hljs-quote { | ||||
|         color: highlight; | ||||
|     } | ||||
|  | ||||
|     .hljs-keyword, | ||||
|     .hljs-selector-tag { | ||||
|         font-weight: bold; | ||||
|     } | ||||
| } | ||||
							
								
								
									
										108
									
								
								static/bower_components/highlightjs/styles/agate.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										108
									
								
								static/bower_components/highlightjs/styles/agate.css
									
									
									
									
										vendored
									
									
								
							| @@ -1,108 +0,0 @@ | ||||
| /*! | ||||
|  * Agate by Taufik Nurrohman <https://github.com/tovic> | ||||
|  * ---------------------------------------------------- | ||||
|  * | ||||
|  * #ade5fc | ||||
|  * #a2fca2 | ||||
|  * #c6b4f0 | ||||
|  * #d36363 | ||||
|  * #fcc28c | ||||
|  * #fc9b9b | ||||
|  * #ffa | ||||
|  * #fff | ||||
|  * #333 | ||||
|  * #62c8f3 | ||||
|  * #888 | ||||
|  * | ||||
|  */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #333; | ||||
|   color: white; | ||||
| } | ||||
|  | ||||
| .hljs-name, | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-code, | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-tag { | ||||
|   color: #62c8f3; | ||||
| } | ||||
|  | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #ade5fc; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-bullet { | ||||
|   color: #a2fca2; | ||||
| } | ||||
|  | ||||
| .hljs-type, | ||||
| .hljs-title, | ||||
| .hljs-section, | ||||
| .hljs-attribute, | ||||
| .hljs-quote, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name { | ||||
|   color: #ffa; | ||||
| } | ||||
|  | ||||
| .hljs-number, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #d36363; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-literal { | ||||
|   color: #fcc28c; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-deletion, | ||||
| .hljs-code { | ||||
|   color: #888; | ||||
| } | ||||
|  | ||||
| .hljs-regexp, | ||||
| .hljs-link { | ||||
|   color: #c6b4f0; | ||||
| } | ||||
|  | ||||
| .hljs-meta { | ||||
|   color: #fc9b9b; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background-color: #fc9b9b; | ||||
|   color: #333; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background-color: #a2fca2; | ||||
|   color: #333; | ||||
| } | ||||
|  | ||||
| .hljs a { | ||||
|   color: inherit; | ||||
| } | ||||
|  | ||||
| .hljs a:focus, | ||||
| .hljs a:hover { | ||||
|   color: inherit; | ||||
|   text-decoration: underline; | ||||
| } | ||||
| @@ -1,89 +0,0 @@ | ||||
| /*  | ||||
|  | ||||
| An Old Hope – Star Wars Syntax (c) Gustavo Costa <gusbemacbe@gmail.com> | ||||
| Original theme - Ocean Dark Theme – by https://github.com/gavsiu | ||||
| Based on Jesse Leite's Atom syntax theme 'An Old Hope' – https://github.com/JesseLeite/an-old-hope-syntax-atom | ||||
|  | ||||
| */ | ||||
|  | ||||
| /* Death Star Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote  | ||||
| { | ||||
|   color: #B6B18B; | ||||
| } | ||||
|  | ||||
| /* Darth Vader */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-regexp, | ||||
| .hljs-deletion  | ||||
| { | ||||
|   color: #EB3C54; | ||||
| } | ||||
|  | ||||
| /* Threepio */ | ||||
| .hljs-number, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params, | ||||
| .hljs-meta, | ||||
| .hljs-link  | ||||
| { | ||||
|   color: #E7CE56; | ||||
| } | ||||
|  | ||||
| /* Luke Skywalker */ | ||||
| .hljs-attribute  | ||||
| { | ||||
|   color: #EE7C2B; | ||||
| } | ||||
|  | ||||
| /* Obi Wan Kenobi */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-addition  | ||||
| { | ||||
|   color: #4FB4D7; | ||||
| } | ||||
|  | ||||
| /* Yoda */ | ||||
| .hljs-title, | ||||
| .hljs-section  | ||||
| { | ||||
|   color: #78BB65; | ||||
| } | ||||
|  | ||||
| /* Mace Windu */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag  | ||||
| { | ||||
|   color: #B45EA4; | ||||
| } | ||||
|  | ||||
| /* Millenium Falcon */ | ||||
| .hljs  | ||||
| { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #1C1D21; | ||||
|   color: #c0c5ce; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis  | ||||
| { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong  | ||||
| { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,66 +0,0 @@ | ||||
| /* | ||||
| Date: 24 Fev 2015 | ||||
| Author: Pedro Oliveira <kanytu@gmail . com> | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   color: #a9b7c6; | ||||
|   background: #282b2e; | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-number, | ||||
| .hljs-literal, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #6897BB; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-deletion { | ||||
|   color: #cc7832; | ||||
| } | ||||
|  | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-link { | ||||
|   color: #629755; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #808080; | ||||
| } | ||||
|  | ||||
| .hljs-meta { | ||||
|   color: #bbb529; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-attribute, | ||||
| .hljs-addition { | ||||
|   color: #6A8759; | ||||
| } | ||||
|  | ||||
| .hljs-section, | ||||
| .hljs-title, | ||||
| .hljs-type { | ||||
|   color: #ffc66d; | ||||
| } | ||||
|  | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #e8bf6a; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,87 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #FFFFFF; | ||||
| } | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst { | ||||
|   color: #434f54; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-attribute, | ||||
| .hljs-selector-tag, | ||||
| .hljs-doctag, | ||||
| .hljs-name { | ||||
|   color: #00979D; | ||||
| } | ||||
|  | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-bullet, | ||||
| .hljs-code, | ||||
| .hljs-addition { | ||||
|   color: #D35400; | ||||
| } | ||||
|  | ||||
| .hljs-regexp, | ||||
| .hljs-symbol, | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-link, | ||||
| .hljs-selector-attr, | ||||
| .hljs-selector-pseudo { | ||||
|   color: #00979D; | ||||
| } | ||||
|  | ||||
| .hljs-type, | ||||
| .hljs-string, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-quote, | ||||
| .hljs-template-tag, | ||||
| .hljs-deletion { | ||||
|   color: #005C5F; | ||||
| } | ||||
|  | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #880000; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-comment { | ||||
|   color: rgba(149,165,166,.8); | ||||
| } | ||||
|  | ||||
| .hljs-meta-keyword { | ||||
|   color: #728E00; | ||||
| } | ||||
|  | ||||
| .hljs-meta { | ||||
|   color: #434f54; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-function { | ||||
|   color: #728E00; | ||||
| } | ||||
|  | ||||
| .hljs-number { | ||||
|   color: #8A7B52;   | ||||
| } | ||||
| @@ -1,73 +0,0 @@ | ||||
| /* | ||||
| Date: 17.V.2011 | ||||
| Author: pumbur <pumbur@pumbur.net> | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #222; | ||||
| } | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst { | ||||
|   color: #aaa; | ||||
| } | ||||
|  | ||||
| .hljs-section { | ||||
|   color: #fff; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote, | ||||
| .hljs-meta { | ||||
|   color: #444; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-regexp { | ||||
|   color: #ffcc33; | ||||
| } | ||||
|  | ||||
| .hljs-number, | ||||
| .hljs-addition { | ||||
|   color: #00cc66; | ||||
| } | ||||
|  | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-link { | ||||
|   color: #32aaee; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #6644aa; | ||||
| } | ||||
|  | ||||
| .hljs-title, | ||||
| .hljs-variable, | ||||
| .hljs-deletion, | ||||
| .hljs-template-tag { | ||||
|   color: #bb1166; | ||||
| } | ||||
|  | ||||
| .hljs-section, | ||||
| .hljs-doctag, | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
| @@ -1,45 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: white; | ||||
|   color: black; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-section, | ||||
| .hljs-addition, | ||||
| .hljs-attribute, | ||||
| .hljs-link { | ||||
|   color: #888; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote, | ||||
| .hljs-meta, | ||||
| .hljs-deletion { | ||||
|   color: #ccc; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-section, | ||||
| .hljs-name, | ||||
| .hljs-type, | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
| @@ -1,83 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Cave Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #7e7887; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #be4678; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #aa573c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #2a9292; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #576ddb; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #955ae7; | ||||
| } | ||||
|  | ||||
| .hljs-deletion, | ||||
| .hljs-addition { | ||||
|   color: #19171c; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background-color: #be4678; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background-color: #2a9292; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #19171c; | ||||
|   color: #8b8792; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,85 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Cave Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #655f6d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #be4678; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #aa573c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #2a9292; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #576ddb; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #955ae7; | ||||
| } | ||||
|  | ||||
| .hljs-deletion, | ||||
| .hljs-addition { | ||||
|   color: #19171c; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background-color: #be4678; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background-color: #2a9292; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #efecf4; | ||||
|   color: #585260; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,113 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Cave Comment */ | ||||
| .hljs-comment { | ||||
|   color: #7e7887; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #be4678; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #aa573c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #a06e3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #2a9292; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #398bc6; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #576ddb; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #955ae7; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion, | ||||
| .diff .hljs-addition { | ||||
|   color: #19171c; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion { | ||||
|   background-color: #be4678; | ||||
| } | ||||
|  | ||||
| .diff .hljs-addition { | ||||
|   background-color: #2a9292; | ||||
| } | ||||
|  | ||||
| .diff .hljs-change { | ||||
|   color: #576ddb; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #19171c; | ||||
|   color: #8b8792; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,113 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Cave Comment */ | ||||
| .hljs-comment { | ||||
|   color: #655f6d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #be4678; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #aa573c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #a06e3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #2a9292; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #398bc6; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #576ddb; | ||||
| } | ||||
|  | ||||
| /* Atelier-Cave Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #955ae7; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion, | ||||
| .diff .hljs-addition { | ||||
|   color: #19171c; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion { | ||||
|   background-color: #be4678; | ||||
| } | ||||
|  | ||||
| .diff .hljs-addition { | ||||
|   background-color: #2a9292; | ||||
| } | ||||
|  | ||||
| .diff .hljs-change { | ||||
|   color: #576ddb; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #efecf4; | ||||
|   color: #585260; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Dune Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #999580; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #d73737; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #b65611; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #60ac39; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #6684e1; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #b854d4; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #20201d; | ||||
|   color: #a6a28c; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Dune Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #7d7a68; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #d73737; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #b65611; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #60ac39; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #6684e1; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #b854d4; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #fefbec; | ||||
|   color: #6e6b5e; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Dune Comment */ | ||||
| .hljs-comment { | ||||
|   color: #999580; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #d73737; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #b65611; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #ae9513; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #60ac39; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #1fad83; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #6684e1; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #b854d4; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #20201d; | ||||
|   color: #a6a28c; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Dune Comment */ | ||||
| .hljs-comment { | ||||
|   color: #7d7a68; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #d73737; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #b65611; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #ae9513; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #60ac39; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #1fad83; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #6684e1; | ||||
| } | ||||
|  | ||||
| /* Atelier-Dune Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #b854d4; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #fefbec; | ||||
|   color: #6e6b5e; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,84 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Estuary Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #878573; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #ba6236; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #ae7313; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #7d9726; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #36a166; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #5f9182; | ||||
| } | ||||
|  | ||||
| .hljs-deletion, | ||||
| .hljs-addition { | ||||
|   color: #22221b; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background-color: #ba6236; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background-color: #7d9726; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #22221b; | ||||
|   color: #929181; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,84 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Estuary Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #6c6b5a; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #ba6236; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #ae7313; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #7d9726; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #36a166; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #5f9182; | ||||
| } | ||||
|  | ||||
| .hljs-deletion, | ||||
| .hljs-addition { | ||||
|   color: #22221b; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background-color: #ba6236; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background-color: #7d9726; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f4f3ec; | ||||
|   color: #5f5e4e; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,113 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Estuary Comment */ | ||||
| .hljs-comment { | ||||
|   color: #878573; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #ba6236; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #ae7313; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #a5980d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #7d9726; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #5b9d48; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #36a166; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #5f9182; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion, | ||||
| .diff .hljs-addition { | ||||
|   color: #22221b; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion { | ||||
|   background-color: #ba6236; | ||||
| } | ||||
|  | ||||
| .diff .hljs-addition { | ||||
|   background-color: #7d9726; | ||||
| } | ||||
|  | ||||
| .diff .hljs-change { | ||||
|   color: #36a166; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #22221b; | ||||
|   color: #929181; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,113 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Estuary Comment */ | ||||
| .hljs-comment { | ||||
|   color: #6c6b5a; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #ba6236; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #ae7313; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #a5980d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #7d9726; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #5b9d48; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #36a166; | ||||
| } | ||||
|  | ||||
| /* Atelier-Estuary Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #5f9182; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion, | ||||
| .diff .hljs-addition { | ||||
|   color: #22221b; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion { | ||||
|   background-color: #ba6236; | ||||
| } | ||||
|  | ||||
| .diff .hljs-addition { | ||||
|   background-color: #7d9726; | ||||
| } | ||||
|  | ||||
| .diff .hljs-change { | ||||
|   color: #36a166; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f4f3ec; | ||||
|   color: #5f5e4e; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Forest Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #9c9491; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #f22c40; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #df5320; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #7b9726; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #407ee7; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #6666ea; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #1b1918; | ||||
|   color: #a8a19f; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Forest Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #766e6b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #f22c40; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #df5320; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #7b9726; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #407ee7; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #6666ea; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f1efee; | ||||
|   color: #68615e; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Forest Comment */ | ||||
| .hljs-comment { | ||||
|   color: #9c9491; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #f22c40; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #df5320; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #c38418; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #7b9726; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #3d97b8; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #407ee7; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #6666ea; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #1b1918; | ||||
|   color: #a8a19f; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Forest Comment */ | ||||
| .hljs-comment { | ||||
|   color: #766e6b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #f22c40; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #df5320; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #c38418; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #7b9726; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #3d97b8; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #407ee7; | ||||
| } | ||||
|  | ||||
| /* Atelier-Forest Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #6666ea; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f1efee; | ||||
|   color: #68615e; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Heath Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #9e8f9e; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #ca402b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #a65926; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #918b3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #516aec; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #7b59c0; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #1b181b; | ||||
|   color: #ab9bab; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Heath Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #776977; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #ca402b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #a65926; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #918b3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #516aec; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #7b59c0; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f7f3f7; | ||||
|   color: #695d69; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Heath Comment */ | ||||
| .hljs-comment { | ||||
|   color: #9e8f9e; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #ca402b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #a65926; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #bb8a35; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #918b3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #159393; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #516aec; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #7b59c0; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #1b181b; | ||||
|   color: #ab9bab; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Heath Comment */ | ||||
| .hljs-comment { | ||||
|   color: #776977; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #ca402b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #a65926; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #bb8a35; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #918b3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #159393; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #516aec; | ||||
| } | ||||
|  | ||||
| /* Atelier-Heath Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #7b59c0; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f7f3f7; | ||||
|   color: #695d69; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Lakeside Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #7195a8; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #d22d72; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #935c25; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #568c3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #257fad; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #6b6bb8; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #161b1d; | ||||
|   color: #7ea2b4; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Lakeside Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #5a7b8c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #d22d72; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #935c25; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #568c3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #257fad; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #6b6bb8; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #ebf8ff; | ||||
|   color: #516d7b; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Lakeside Comment */ | ||||
| .hljs-comment { | ||||
|   color: #7195a8; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #d22d72; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #935c25; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #8a8a0f; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #568c3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #2d8f6f; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #257fad; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #6b6bb8; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #161b1d; | ||||
|   color: #7ea2b4; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Lakeside Comment */ | ||||
| .hljs-comment { | ||||
|   color: #5a7b8c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #d22d72; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #935c25; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #8a8a0f; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #568c3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #2d8f6f; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #257fad; | ||||
| } | ||||
|  | ||||
| /* Atelier-Lakeside Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #6b6bb8; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #ebf8ff; | ||||
|   color: #516d7b; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,84 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Plateau Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #7e7777; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #ca4949; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #b45a3c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #4b8b8b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #7272ca; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #8464c4; | ||||
| } | ||||
|  | ||||
| .hljs-deletion, | ||||
| .hljs-addition { | ||||
|   color: #1b1818; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background-color: #ca4949; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background-color: #4b8b8b; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #1b1818; | ||||
|   color: #8a8585; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,84 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Plateau Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #655d5d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #ca4949; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #b45a3c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #4b8b8b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #7272ca; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #8464c4; | ||||
| } | ||||
|  | ||||
| .hljs-deletion, | ||||
| .hljs-addition { | ||||
|   color: #1b1818; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background-color: #ca4949; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background-color: #4b8b8b; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f4ecec; | ||||
|   color: #585050; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,113 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Plateau Comment */ | ||||
| .hljs-comment { | ||||
|   color: #7e7777; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #ca4949; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #b45a3c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #a06e3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #4b8b8b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #5485b6; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #7272ca; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #8464c4; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion, | ||||
| .diff .hljs-addition { | ||||
|   color: #1b1818; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion { | ||||
|   background-color: #ca4949; | ||||
| } | ||||
|  | ||||
| .diff .hljs-addition { | ||||
|   background-color: #4b8b8b; | ||||
| } | ||||
|  | ||||
| .diff .hljs-change { | ||||
|   color: #7272ca; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #1b1818; | ||||
|   color: #8a8585; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,113 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Plateau Comment */ | ||||
| .hljs-comment { | ||||
|   color: #655d5d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #ca4949; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #b45a3c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #a06e3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #4b8b8b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #5485b6; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #7272ca; | ||||
| } | ||||
|  | ||||
| /* Atelier-Plateau Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #8464c4; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion, | ||||
| .diff .hljs-addition { | ||||
|   color: #1b1818; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion { | ||||
|   background-color: #ca4949; | ||||
| } | ||||
|  | ||||
| .diff .hljs-addition { | ||||
|   background-color: #4b8b8b; | ||||
| } | ||||
|  | ||||
| .diff .hljs-change { | ||||
|   color: #7272ca; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f4ecec; | ||||
|   color: #585050; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,84 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Savanna Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #78877d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #b16139; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #9f713c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #489963; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #478c90; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #55859b; | ||||
| } | ||||
|  | ||||
| .hljs-deletion, | ||||
| .hljs-addition { | ||||
|   color: #171c19; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background-color: #b16139; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background-color: #489963; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #171c19; | ||||
|   color: #87928a; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,84 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Savanna Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #5f6d64; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #b16139; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #9f713c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #489963; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #478c90; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #55859b; | ||||
| } | ||||
|  | ||||
| .hljs-deletion, | ||||
| .hljs-addition { | ||||
|   color: #171c19; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background-color: #b16139; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background-color: #489963; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #ecf4ee; | ||||
|   color: #526057; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,113 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Savanna Comment */ | ||||
| .hljs-comment { | ||||
|   color: #78877d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #b16139; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #9f713c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #a07e3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #489963; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #1c9aa0; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #478c90; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #55859b; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion, | ||||
| .diff .hljs-addition { | ||||
|   color: #171c19; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion { | ||||
|   background-color: #b16139; | ||||
| } | ||||
|  | ||||
| .diff .hljs-addition { | ||||
|   background-color: #489963; | ||||
| } | ||||
|  | ||||
| .diff .hljs-change { | ||||
|   color: #478c90; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #171c19; | ||||
|   color: #87928a; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,113 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Savanna Comment */ | ||||
| .hljs-comment { | ||||
|   color: #5f6d64; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #b16139; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #9f713c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #a07e3b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #489963; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #1c9aa0; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #478c90; | ||||
| } | ||||
|  | ||||
| /* Atelier-Savanna Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #55859b; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion, | ||||
| .diff .hljs-addition { | ||||
|   color: #171c19; | ||||
|   display: inline-block; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| .diff .hljs-deletion { | ||||
|   background-color: #b16139; | ||||
| } | ||||
|  | ||||
| .diff .hljs-addition { | ||||
|   background-color: #489963; | ||||
| } | ||||
|  | ||||
| .diff .hljs-change { | ||||
|   color: #478c90; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #ecf4ee; | ||||
|   color: #526057; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Seaside Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #809980; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #e6193c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #87711d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #29a329; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #3d62f5; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #ad2bee; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #131513; | ||||
|   color: #8ca68c; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Seaside Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #687d68; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #e6193c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #87711d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #29a329; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #3d62f5; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #ad2bee; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f4fbf4; | ||||
|   color: #5e6e5e; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Seaside Comment */ | ||||
| .hljs-comment { | ||||
|   color: #809980; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #e6193c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #87711d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #98981b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #29a329; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #1999b3; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #3d62f5; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #ad2bee; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #131513; | ||||
|   color: #8ca68c; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Seaside Comment */ | ||||
| .hljs-comment { | ||||
|   color: #687d68; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #e6193c; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #87711d; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #98981b; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #29a329; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #1999b3; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #3d62f5; | ||||
| } | ||||
|  | ||||
| /* Atelier-Seaside Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #ad2bee; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f4fbf4; | ||||
|   color: #5e6e5e; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Sulphurpool Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #898ea4; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #c94922; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #c76b29; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #ac9739; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #3d8fd1; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #6679cc; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #202746; | ||||
|   color: #979db4; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Sulphurpool Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #6b7394; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #c94922; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Orange */ | ||||
| .hljs-number, | ||||
| .hljs-meta, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #c76b29; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #ac9739; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Blue */ | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #3d8fd1; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #6679cc; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f5f7ff; | ||||
|   color: #5e6687; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Sulphurpool Comment */ | ||||
| .hljs-comment { | ||||
|   color: #898ea4; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #c94922; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #c76b29; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #c08b30; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #ac9739; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #22a2c9; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #3d8fd1; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #6679cc; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #202746; | ||||
|   color: #979db4; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,94 +0,0 @@ | ||||
| /* 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) */ | ||||
|  | ||||
| /* Atelier-Sulphurpool Comment */ | ||||
| .hljs-comment { | ||||
|   color: #6b7394; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Red */ | ||||
| .hljs-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-name, | ||||
| .ruby .hljs-constant, | ||||
| .xml .hljs-tag .hljs-title, | ||||
| .xml .hljs-pi, | ||||
| .xml .hljs-doctype, | ||||
| .html .hljs-doctype, | ||||
| .css .hljs-id, | ||||
| .css .hljs-class, | ||||
| .css .hljs-pseudo { | ||||
|   color: #c94922; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Orange */ | ||||
| .hljs-number, | ||||
| .hljs-preprocessor, | ||||
| .hljs-built_in, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-constant { | ||||
|   color: #c76b29; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Yellow */ | ||||
| .ruby .hljs-class .hljs-title, | ||||
| .css .hljs-rule .hljs-attribute { | ||||
|   color: #c08b30; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Green */ | ||||
| .hljs-string, | ||||
| .hljs-value, | ||||
| .hljs-inheritance, | ||||
| .hljs-header, | ||||
| .ruby .hljs-symbol, | ||||
| .xml .hljs-cdata { | ||||
|   color: #ac9739; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Aqua */ | ||||
| .hljs-title, | ||||
| .css .hljs-hexcolor { | ||||
|   color: #22a2c9; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Blue */ | ||||
| .hljs-function, | ||||
| .python .hljs-decorator, | ||||
| .python .hljs-title, | ||||
| .ruby .hljs-function .hljs-title, | ||||
| .ruby .hljs-title .hljs-keyword, | ||||
| .perl .hljs-sub, | ||||
| .javascript .hljs-title, | ||||
| .coffeescript .hljs-title { | ||||
|   color: #3d8fd1; | ||||
| } | ||||
|  | ||||
| /* Atelier-Sulphurpool Purple */ | ||||
| .hljs-keyword, | ||||
| .javascript .hljs-function { | ||||
|   color: #6679cc; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   background: #f5f7ff; | ||||
|   color: #5e6687; | ||||
|   padding: 0.5em; | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.5; | ||||
| } | ||||
| @@ -1,77 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Atom One Dark With support for ReasonML by Gidi Morris, based off work by Daniel Gamage | ||||
|  | ||||
| Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax | ||||
|  | ||||
| */ | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   line-height: 1.3em; | ||||
|   color: #abb2bf; | ||||
|   background: #282c34; | ||||
|   border-radius: 5px; | ||||
| } | ||||
| .hljs-keyword, .hljs-operator { | ||||
|   color: #F92672; | ||||
| } | ||||
| .hljs-pattern-match { | ||||
|   color: #F92672; | ||||
| } | ||||
| .hljs-pattern-match .hljs-constructor { | ||||
|   color: #61aeee; | ||||
| } | ||||
| .hljs-function { | ||||
|   color: #61aeee; | ||||
| } | ||||
| .hljs-function .hljs-params { | ||||
|   color: #A6E22E; | ||||
| } | ||||
| .hljs-function .hljs-params .hljs-typing { | ||||
|   color: #FD971F; | ||||
| } | ||||
| .hljs-module-access .hljs-module { | ||||
|   color: #7e57c2; | ||||
| } | ||||
| .hljs-constructor { | ||||
|   color: #e2b93d; | ||||
| } | ||||
| .hljs-constructor .hljs-string { | ||||
|   color: #9CCC65; | ||||
| } | ||||
| .hljs-comment, .hljs-quote { | ||||
|   color: #b18eb1; | ||||
|   font-style: italic; | ||||
| } | ||||
| .hljs-doctag, .hljs-formula { | ||||
|   color: #c678dd; | ||||
| } | ||||
| .hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst { | ||||
|   color: #e06c75; | ||||
| } | ||||
| .hljs-literal { | ||||
|   color: #56b6c2; | ||||
| } | ||||
| .hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string { | ||||
|   color: #98c379; | ||||
| } | ||||
| .hljs-built_in, .hljs-class .hljs-title { | ||||
|   color: #e6c07b; | ||||
| } | ||||
| .hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number { | ||||
|   color: #d19a66; | ||||
| } | ||||
| .hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title { | ||||
|   color: #61aeee; | ||||
| } | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| .hljs-link { | ||||
|   text-decoration: underline; | ||||
| } | ||||
| @@ -1,96 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Atom One Dark by Daniel Gamage | ||||
| Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax | ||||
|  | ||||
| base:    #282c34 | ||||
| mono-1:  #abb2bf | ||||
| mono-2:  #818896 | ||||
| mono-3:  #5c6370 | ||||
| hue-1:   #56b6c2 | ||||
| hue-2:   #61aeee | ||||
| hue-3:   #c678dd | ||||
| hue-4:   #98c379 | ||||
| hue-5:   #e06c75 | ||||
| hue-5-2: #be5046 | ||||
| hue-6:   #d19a66 | ||||
| hue-6-2: #e6c07b | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   color: #abb2bf; | ||||
|   background: #282c34; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #5c6370; | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-doctag, | ||||
| .hljs-keyword, | ||||
| .hljs-formula { | ||||
|   color: #c678dd; | ||||
| } | ||||
|  | ||||
| .hljs-section, | ||||
| .hljs-name, | ||||
| .hljs-selector-tag, | ||||
| .hljs-deletion, | ||||
| .hljs-subst { | ||||
|   color: #e06c75; | ||||
| } | ||||
|  | ||||
| .hljs-literal { | ||||
|   color: #56b6c2; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-regexp, | ||||
| .hljs-addition, | ||||
| .hljs-attribute, | ||||
| .hljs-meta-string { | ||||
|   color: #98c379; | ||||
| } | ||||
|  | ||||
| .hljs-built_in, | ||||
| .hljs-class .hljs-title { | ||||
|   color: #e6c07b; | ||||
| } | ||||
|  | ||||
| .hljs-attr, | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-type, | ||||
| .hljs-selector-class, | ||||
| .hljs-selector-attr, | ||||
| .hljs-selector-pseudo, | ||||
| .hljs-number { | ||||
|   color: #d19a66; | ||||
| } | ||||
|  | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-link, | ||||
| .hljs-meta, | ||||
| .hljs-selector-id, | ||||
| .hljs-title { | ||||
|   color: #61aeee; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-link { | ||||
|   text-decoration: underline; | ||||
| } | ||||
| @@ -1,96 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Atom One Light by Daniel Gamage | ||||
| Original One Light Syntax theme from https://github.com/atom/one-light-syntax | ||||
|  | ||||
| base:    #fafafa | ||||
| mono-1:  #383a42 | ||||
| mono-2:  #686b77 | ||||
| mono-3:  #a0a1a7 | ||||
| hue-1:   #0184bb | ||||
| hue-2:   #4078f2 | ||||
| hue-3:   #a626a4 | ||||
| hue-4:   #50a14f | ||||
| hue-5:   #e45649 | ||||
| hue-5-2: #c91243 | ||||
| hue-6:   #986801 | ||||
| hue-6-2: #c18401 | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   color: #383a42; | ||||
|   background: #fafafa; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #a0a1a7; | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-doctag, | ||||
| .hljs-keyword, | ||||
| .hljs-formula { | ||||
|   color: #a626a4; | ||||
| } | ||||
|  | ||||
| .hljs-section, | ||||
| .hljs-name, | ||||
| .hljs-selector-tag, | ||||
| .hljs-deletion, | ||||
| .hljs-subst { | ||||
|   color: #e45649; | ||||
| } | ||||
|  | ||||
| .hljs-literal { | ||||
|   color: #0184bb; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-regexp, | ||||
| .hljs-addition, | ||||
| .hljs-attribute, | ||||
| .hljs-meta-string { | ||||
|   color: #50a14f; | ||||
| } | ||||
|  | ||||
| .hljs-built_in, | ||||
| .hljs-class .hljs-title { | ||||
|   color: #c18401; | ||||
| } | ||||
|  | ||||
| .hljs-attr, | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-type, | ||||
| .hljs-selector-class, | ||||
| .hljs-selector-attr, | ||||
| .hljs-selector-pseudo, | ||||
| .hljs-number { | ||||
|   color: #986801; | ||||
| } | ||||
|  | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-link, | ||||
| .hljs-meta, | ||||
| .hljs-selector-id, | ||||
| .hljs-title { | ||||
|   color: #4078f2; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-link { | ||||
|   text-decoration: underline; | ||||
| } | ||||
| @@ -1,64 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background:#b7a68e url(./brown-papersq.png); | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-literal { | ||||
|   color:#005599; | ||||
|   font-weight:bold; | ||||
| } | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst { | ||||
|   color: #363c69; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-title, | ||||
| .hljs-section, | ||||
| .hljs-type, | ||||
| .hljs-attribute, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-built_in, | ||||
| .hljs-addition, | ||||
| .hljs-variable, | ||||
| .hljs-template-tag, | ||||
| .hljs-template-variable, | ||||
| .hljs-link, | ||||
| .hljs-name { | ||||
|   color: #2c009f; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote, | ||||
| .hljs-meta, | ||||
| .hljs-deletion { | ||||
|   color: #802022; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-literal, | ||||
| .hljs-doctag, | ||||
| .hljs-title, | ||||
| .hljs-section, | ||||
| .hljs-type, | ||||
| .hljs-name, | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 18 KiB | 
| @@ -1,103 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background:#b7a68e url(./brown_papersq.png); | ||||
|   -webkit-text-size-adjust: none; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-literal, | ||||
| .hljs-change, | ||||
| .hljs-winutils, | ||||
| .hljs-flow, | ||||
| .nginx .hljs-title, | ||||
| .tex .hljs-special, | ||||
| .hljs-request, | ||||
| .hljs-status { | ||||
|   color:#005599; | ||||
|   font-weight:bold; | ||||
| } | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst, | ||||
| .hljs-tag .hljs-keyword { | ||||
|   color: #363c69; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-title, | ||||
| .hljs-type, | ||||
| .hljs-tag .hljs-value, | ||||
| .css .hljs-rule .hljs-value, | ||||
| .hljs-preprocessor, | ||||
| .hljs-pragma, | ||||
| .ruby .hljs-symbol, | ||||
| .ruby .hljs-symbol .hljs-string, | ||||
| .ruby .hljs-class .hljs-parent, | ||||
| .hljs-built_in, | ||||
| .django .hljs-template_tag, | ||||
| .django .hljs-variable, | ||||
| .smalltalk .hljs-class, | ||||
| .ruby .hljs-string, | ||||
| .django .hljs-filter .hljs-argument, | ||||
| .smalltalk .hljs-localvars, | ||||
| .smalltalk .hljs-array, | ||||
| .hljs-attr_selector, | ||||
| .hljs-pseudo, | ||||
| .hljs-addition, | ||||
| .hljs-stream, | ||||
| .hljs-envvar, | ||||
| .apache .hljs-tag, | ||||
| .apache .hljs-cbracket, | ||||
| .tex .hljs-number, | ||||
| .hljs-name { | ||||
|   color: #2c009f; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-annotation, | ||||
| .hljs-decorator, | ||||
| .hljs-pi, | ||||
| .hljs-doctype, | ||||
| .hljs-deletion, | ||||
| .hljs-shebang, | ||||
| .apache .hljs-sqbracket, | ||||
| .nginx .hljs-built_in, | ||||
| .tex .hljs-formula { | ||||
|   color: #802022; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-literal, | ||||
| .css .hljs-id, | ||||
| .hljs-doctag, | ||||
| .hljs-title, | ||||
| .hljs-type, | ||||
| .vbscript .hljs-built_in, | ||||
| .rsl .hljs-built_in, | ||||
| .smalltalk .hljs-class, | ||||
| .diff .hljs-header, | ||||
| .hljs-chunk, | ||||
| .hljs-winutils, | ||||
| .bash .hljs-variable, | ||||
| .apache .hljs-tag, | ||||
| .tex .hljs-command { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .coffeescript .javascript, | ||||
| .javascript .xml, | ||||
| .tex .hljs-formula, | ||||
| .xml .javascript, | ||||
| .xml .vbscript, | ||||
| .xml .css, | ||||
| .xml .hljs-cdata { | ||||
|   opacity: 0.8; | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 18 KiB | 
| @@ -1,60 +0,0 @@ | ||||
| /* | ||||
|   codepen.io Embed Theme | ||||
|   Author: Justin Perry <http://github.com/ourmaninamsterdam> | ||||
|   Original theme - https://github.com/chriskempson/tomorrow-theme | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #222; | ||||
|   color: #fff; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #777; | ||||
| } | ||||
|  | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-tag, | ||||
| .hljs-regexp, | ||||
| .hljs-meta, | ||||
| .hljs-number, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-params, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-link, | ||||
| .hljs-deletion { | ||||
|   color: #ab875d; | ||||
| } | ||||
|  | ||||
| .hljs-section, | ||||
| .hljs-title, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-type, | ||||
| .hljs-attribute { | ||||
|   color: #9b869b; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-addition { | ||||
|   color: #8f9c6c; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,71 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Colorbrewer theme | ||||
| Original: https://github.com/mbostock/colorbrewer-theme (c) Mike Bostock <mike@ocks.org> | ||||
| Ported by Fabrício Tavares de Oliveira | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #fff; | ||||
| } | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst { | ||||
|   color: #000; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-meta, | ||||
| .hljs-symbol, | ||||
| .hljs-template-tag, | ||||
| .hljs-template-variable, | ||||
| .hljs-addition { | ||||
|   color: #756bb1; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #636363; | ||||
| } | ||||
|  | ||||
| .hljs-number, | ||||
| .hljs-regexp, | ||||
| .hljs-literal, | ||||
| .hljs-bullet, | ||||
| .hljs-link { | ||||
|   color: #31a354; | ||||
| } | ||||
|  | ||||
| .hljs-deletion, | ||||
| .hljs-variable { | ||||
|   color: #88f; | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-title, | ||||
| .hljs-section, | ||||
| .hljs-built_in, | ||||
| .hljs-doctag, | ||||
| .hljs-type, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-strong { | ||||
|   color: #3182bd; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-attribute { | ||||
|   color: #e6550d; | ||||
| } | ||||
| @@ -1,77 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Darcula color scheme from the JetBrains family of IDEs | ||||
|  | ||||
| */ | ||||
|  | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #2b2b2b; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   color: #bababa; | ||||
| } | ||||
|  | ||||
| .hljs-strong, | ||||
| .hljs-emphasis { | ||||
|   color: #a8a8a2; | ||||
| } | ||||
|  | ||||
| .hljs-bullet, | ||||
| .hljs-quote, | ||||
| .hljs-link, | ||||
| .hljs-number, | ||||
| .hljs-regexp, | ||||
| .hljs-literal { | ||||
|   color: #6896ba; | ||||
| } | ||||
|  | ||||
| .hljs-code, | ||||
| .hljs-selector-class { | ||||
|   color: #a6e22e; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-section, | ||||
| .hljs-attribute, | ||||
| .hljs-name, | ||||
| .hljs-variable { | ||||
|   color: #cb7832; | ||||
| } | ||||
|  | ||||
| .hljs-params { | ||||
|   color: #b9b9b9; | ||||
| } | ||||
|  | ||||
| .hljs-string { | ||||
|   color: #6a8759; | ||||
| } | ||||
|  | ||||
| .hljs-subst, | ||||
| .hljs-type, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-symbol, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-attr, | ||||
| .hljs-selector-pseudo, | ||||
| .hljs-template-tag, | ||||
| .hljs-template-variable, | ||||
| .hljs-addition { | ||||
|   color: #e0c46c; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-deletion, | ||||
| .hljs-meta { | ||||
|   color: #7f7f7f; | ||||
| } | ||||
| @@ -1,63 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #444; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-literal, | ||||
| .hljs-section, | ||||
| .hljs-link { | ||||
|   color: white; | ||||
| } | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst { | ||||
|   color: #ddd; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-title, | ||||
| .hljs-name, | ||||
| .hljs-type, | ||||
| .hljs-attribute, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-built_in, | ||||
| .hljs-addition, | ||||
| .hljs-variable, | ||||
| .hljs-template-tag, | ||||
| .hljs-template-variable { | ||||
|   color: #d88; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote, | ||||
| .hljs-deletion, | ||||
| .hljs-meta { | ||||
|   color: #777; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-literal, | ||||
| .hljs-title, | ||||
| .hljs-section, | ||||
| .hljs-doctag, | ||||
| .hljs-type, | ||||
| .hljs-name, | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
| @@ -1,6 +0,0 @@ | ||||
| /* | ||||
|   Deprecated due to a typo in the name and left here for compatibility purpose only. | ||||
|   Please use darcula.css instead. | ||||
| */ | ||||
|  | ||||
| @import url('darcula.css'); | ||||
| @@ -1,99 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #F0F0F0; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Base color: saturation 0; */ | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst { | ||||
|   color: #444; | ||||
| } | ||||
|  | ||||
| .hljs-comment { | ||||
|   color: #888888; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-attribute, | ||||
| .hljs-selector-tag, | ||||
| .hljs-meta-keyword, | ||||
| .hljs-doctag, | ||||
| .hljs-name { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* User color: hue: 0 */ | ||||
|  | ||||
| .hljs-type, | ||||
| .hljs-string, | ||||
| .hljs-number, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-quote, | ||||
| .hljs-template-tag, | ||||
| .hljs-deletion { | ||||
|   color: #880000; | ||||
| } | ||||
|  | ||||
| .hljs-title, | ||||
| .hljs-section { | ||||
|   color: #880000; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-regexp, | ||||
| .hljs-symbol, | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-link, | ||||
| .hljs-selector-attr, | ||||
| .hljs-selector-pseudo { | ||||
|   color: #BC6060; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Language color: hue: 90; */ | ||||
|  | ||||
| .hljs-literal { | ||||
|   color: #78A960; | ||||
| } | ||||
|  | ||||
| .hljs-built_in, | ||||
| .hljs-bullet, | ||||
| .hljs-code, | ||||
| .hljs-addition { | ||||
|   color: #397300; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Meta color: hue: 200 */ | ||||
|  | ||||
| .hljs-meta { | ||||
|   color: #1f7199; | ||||
| } | ||||
|  | ||||
| .hljs-meta-string { | ||||
|   color: #4d99bf; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Misc effects */ | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,97 +0,0 @@ | ||||
| /* | ||||
| Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars) | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   color: #000; | ||||
|   background: #f8f8ff; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #408080; | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-literal, | ||||
| .hljs-subst { | ||||
|   color: #954121; | ||||
| } | ||||
|  | ||||
| .hljs-number { | ||||
|   color: #40a070; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-doctag { | ||||
|   color: #219161; | ||||
| } | ||||
|  | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-section, | ||||
| .hljs-type { | ||||
|   color: #19469d; | ||||
| } | ||||
|  | ||||
| .hljs-params { | ||||
|   color: #00f; | ||||
| } | ||||
|  | ||||
| .hljs-title { | ||||
|   color: #458; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-attribute { | ||||
|   color: #000080; | ||||
|   font-weight: normal; | ||||
| } | ||||
|  | ||||
| .hljs-variable, | ||||
| .hljs-template-variable { | ||||
|   color: #008080; | ||||
| } | ||||
|  | ||||
| .hljs-regexp, | ||||
| .hljs-link { | ||||
|   color: #b68; | ||||
| } | ||||
|  | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #990073; | ||||
| } | ||||
|  | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name { | ||||
|   color: #0086b3; | ||||
| } | ||||
|  | ||||
| .hljs-meta { | ||||
|   color: #999; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background: #fdd; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background: #dfd; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,76 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Dracula Theme v1.2.0 | ||||
|  | ||||
| https://github.com/zenorocha/dracula-theme | ||||
|  | ||||
| Copyright 2015, All rights reserved | ||||
|  | ||||
| Code licensed under the MIT license | ||||
| http://zenorocha.mit-license.org | ||||
|  | ||||
| @author Éverton Ribeiro <nuxlli@gmail.com> | ||||
| @author Zeno Rocha <hi@zenorocha.com> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #282a36; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-literal, | ||||
| .hljs-section, | ||||
| .hljs-link { | ||||
|   color: #8be9fd; | ||||
| } | ||||
|  | ||||
| .hljs-function .hljs-keyword { | ||||
|   color: #ff79c6; | ||||
| } | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst { | ||||
|   color: #f8f8f2; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-title, | ||||
| .hljs-name, | ||||
| .hljs-type, | ||||
| .hljs-attribute, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-addition, | ||||
| .hljs-variable, | ||||
| .hljs-template-tag, | ||||
| .hljs-template-variable { | ||||
|   color: #f1fa8c; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote, | ||||
| .hljs-deletion, | ||||
| .hljs-meta { | ||||
|   color: #6272a4; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-literal, | ||||
| .hljs-title, | ||||
| .hljs-section, | ||||
| .hljs-doctag, | ||||
| .hljs-type, | ||||
| .hljs-name, | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
| @@ -1,71 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| FAR Style (c) MajestiC <majestic2k@gmail.com> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #000080; | ||||
| } | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst { | ||||
|   color: #0ff; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-attribute, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-template-tag, | ||||
| .hljs-template-variable, | ||||
| .hljs-addition { | ||||
|   color: #ff0; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-section, | ||||
| .hljs-type, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-variable { | ||||
|   color: #fff; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote, | ||||
| .hljs-doctag, | ||||
| .hljs-deletion { | ||||
|   color: #888; | ||||
| } | ||||
|  | ||||
| .hljs-number, | ||||
| .hljs-regexp, | ||||
| .hljs-literal, | ||||
| .hljs-link { | ||||
|   color: #0f0; | ||||
| } | ||||
|  | ||||
| .hljs-meta { | ||||
|   color: #008080; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-title, | ||||
| .hljs-section, | ||||
| .hljs-name, | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
| @@ -1,88 +0,0 @@ | ||||
| /* | ||||
| 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 | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #eee; color: black; | ||||
| } | ||||
|  | ||||
| .hljs-link, | ||||
| .hljs-emphasis, | ||||
| .hljs-attribute, | ||||
| .hljs-addition { | ||||
|   color: #070; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong, | ||||
| .hljs-string, | ||||
| .hljs-deletion { | ||||
|   color: #d14; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-quote, | ||||
| .hljs-comment { | ||||
|   color: #998; | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-section, | ||||
| .hljs-title { | ||||
|   color: #900; | ||||
| } | ||||
|  | ||||
| .hljs-class .hljs-title, | ||||
| .hljs-type { | ||||
|   color: #458; | ||||
| } | ||||
|  | ||||
| .hljs-variable, | ||||
| .hljs-template-variable { | ||||
|   color: #336699; | ||||
| } | ||||
|  | ||||
| .hljs-bullet { | ||||
|   color: #997700; | ||||
| } | ||||
|  | ||||
| .hljs-meta { | ||||
|   color: #3344bb; | ||||
| } | ||||
|  | ||||
| .hljs-code, | ||||
| .hljs-number, | ||||
| .hljs-literal, | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #099; | ||||
| } | ||||
|  | ||||
| .hljs-regexp { | ||||
|   background-color: #fff0ff; | ||||
|   color: #880088; | ||||
| } | ||||
|  | ||||
| .hljs-symbol { | ||||
|   color: #990073; | ||||
| } | ||||
|  | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #007700; | ||||
| } | ||||
| @@ -1,79 +0,0 @@ | ||||
| /** | ||||
|  * GitHub Gist Theme | ||||
|  * Author : Anthony Attard - https://github.com/AnthonyAttard | ||||
|  * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro | ||||
|  */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   background: white; | ||||
|   padding: 0.5em; | ||||
|   color: #333333; | ||||
|   overflow-x: auto; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-meta { | ||||
|   color: #969896; | ||||
| } | ||||
|  | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-strong, | ||||
| .hljs-emphasis, | ||||
| .hljs-quote { | ||||
|   color: #df5000; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-type { | ||||
|   color: #d73a49; | ||||
| } | ||||
|  | ||||
| .hljs-literal, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-attribute { | ||||
|   color: #0086b3; | ||||
| } | ||||
|  | ||||
| .hljs-section, | ||||
| .hljs-name { | ||||
|   color: #63a35c; | ||||
| } | ||||
|  | ||||
| .hljs-tag { | ||||
|   color: #333333; | ||||
| } | ||||
|  | ||||
| .hljs-title, | ||||
| .hljs-attr, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-selector-attr, | ||||
| .hljs-selector-pseudo { | ||||
|   color: #6f42c1; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   color: #55a532; | ||||
|   background-color: #eaffea; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   color: #bd2c00; | ||||
|   background-color: #ffecec; | ||||
| } | ||||
|  | ||||
| .hljs-link { | ||||
|   text-decoration: underline; | ||||
| } | ||||
|  | ||||
| .hljs-number { | ||||
|   color: #005cc5; | ||||
| } | ||||
|  | ||||
| .hljs-string { | ||||
|   color: #032f62; | ||||
| } | ||||
| @@ -1,99 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| github.com style (c) Vasily Polovnyov <vast@whiteants.net> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   color: #333; | ||||
|   background: #f8f8f8; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #998; | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-subst { | ||||
|   color: #333; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-number, | ||||
| .hljs-literal, | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-tag .hljs-attr { | ||||
|   color: #008080; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-doctag { | ||||
|   color: #d14; | ||||
| } | ||||
|  | ||||
| .hljs-title, | ||||
| .hljs-section, | ||||
| .hljs-selector-id { | ||||
|   color: #900; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-subst { | ||||
|   font-weight: normal; | ||||
| } | ||||
|  | ||||
| .hljs-type, | ||||
| .hljs-class .hljs-title { | ||||
|   color: #458; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-attribute { | ||||
|   color: #000080; | ||||
|   font-weight: normal; | ||||
| } | ||||
|  | ||||
| .hljs-regexp, | ||||
| .hljs-link { | ||||
|   color: #009926; | ||||
| } | ||||
|  | ||||
| .hljs-symbol, | ||||
| .hljs-bullet { | ||||
|   color: #990073; | ||||
| } | ||||
|  | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name { | ||||
|   color: #0086b3; | ||||
| } | ||||
|  | ||||
| .hljs-meta { | ||||
|   color: #999; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background: #fdd; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background: #dfd; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,78 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| GML Theme - Meseta <meseta@gmail.com> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #222222; | ||||
|   color: #C0C0C0; | ||||
| } | ||||
|  | ||||
| .hljs-keywords { | ||||
|   color: #FFB871; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-built_in { | ||||
|   color: #FFB871; | ||||
| } | ||||
|  | ||||
| .hljs-literal { | ||||
|   color: #FF8080; | ||||
| } | ||||
|  | ||||
| .hljs-symbol { | ||||
|   color: #58E55A; | ||||
| } | ||||
|  | ||||
| .hljs-comment { | ||||
|   color: #5B995B; | ||||
| } | ||||
|  | ||||
| .hljs-string { | ||||
|   color: #FFFF00; | ||||
| } | ||||
|  | ||||
| .hljs-number { | ||||
|   color: #FF8080; | ||||
| } | ||||
|  | ||||
| .hljs-attribute, | ||||
| .hljs-selector-tag, | ||||
| .hljs-doctag, | ||||
| .hljs-name, | ||||
| .hljs-bullet, | ||||
| .hljs-code, | ||||
| .hljs-addition, | ||||
| .hljs-regexp, | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-link, | ||||
| .hljs-selector-attr, | ||||
| .hljs-selector-pseudo, | ||||
| .hljs-type, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-quote, | ||||
| .hljs-template-tag, | ||||
| .hljs-deletion, | ||||
| .hljs-title, | ||||
| .hljs-section, | ||||
| .hljs-function, | ||||
| .hljs-meta-keyword, | ||||
| .hljs-meta, | ||||
| .hljs-subst { | ||||
|   color: #C0C0C0; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,89 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Google Code style (c) Aahan Krish <geekpanth3r@gmail.com> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: white; | ||||
|   color: black; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #800; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-section, | ||||
| .hljs-title, | ||||
| .hljs-name { | ||||
|   color: #008; | ||||
| } | ||||
|  | ||||
| .hljs-variable, | ||||
| .hljs-template-variable { | ||||
|   color: #660; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-selector-attr, | ||||
| .hljs-selector-pseudo, | ||||
| .hljs-regexp { | ||||
|   color: #080; | ||||
| } | ||||
|  | ||||
| .hljs-literal, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-meta, | ||||
| .hljs-number, | ||||
| .hljs-link { | ||||
|   color: #066; | ||||
| } | ||||
|  | ||||
| .hljs-title, | ||||
| .hljs-doctag, | ||||
| .hljs-type, | ||||
| .hljs-attr, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-params { | ||||
|   color: #606; | ||||
| } | ||||
|  | ||||
| .hljs-attribute, | ||||
| .hljs-subst { | ||||
|   color: #000; | ||||
| } | ||||
|  | ||||
| .hljs-formula { | ||||
|   background-color: #eee; | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class { | ||||
|   color: #9B703F | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   background-color: #baeeba; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   background-color: #ffc8bd; | ||||
| } | ||||
|  | ||||
| .hljs-doctag, | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
| @@ -1,101 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| grayscale style (c) MY Sun <simonmysun@gmail.com> | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   color: #333; | ||||
|   background: #fff; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #777; | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
| .hljs-subst { | ||||
|   color: #333; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-number, | ||||
| .hljs-literal { | ||||
|   color: #777; | ||||
| } | ||||
|  | ||||
| .hljs-string, | ||||
| .hljs-doctag, | ||||
| .hljs-formula { | ||||
|   color: #333; | ||||
|   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC) repeat; | ||||
| } | ||||
|  | ||||
| .hljs-title, | ||||
| .hljs-section, | ||||
| .hljs-selector-id { | ||||
|   color: #000; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-subst { | ||||
|   font-weight: normal; | ||||
| } | ||||
|  | ||||
| .hljs-class .hljs-title, | ||||
| .hljs-type, | ||||
| .hljs-name { | ||||
|   color: #333; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-tag { | ||||
|   color: #333; | ||||
| } | ||||
|  | ||||
| .hljs-regexp { | ||||
|     color: #333; | ||||
|     background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==) repeat; | ||||
| } | ||||
|  | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-link { | ||||
|   color: #000; | ||||
|   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==) repeat; | ||||
| } | ||||
|  | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name { | ||||
|   color: #000; | ||||
|   text-decoration: underline; | ||||
| } | ||||
|  | ||||
| .hljs-meta { | ||||
|   color: #999; | ||||
|   font-weight: bold; | ||||
| } | ||||
|  | ||||
| .hljs-deletion { | ||||
|   color: #fff; | ||||
|   background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==) repeat; | ||||
| } | ||||
|  | ||||
| .hljs-addition { | ||||
|   color: #000; | ||||
|   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC) repeat; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,108 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Gruvbox style (dark) (c) Pavel Pertsev (original style at https://github.com/morhetz/gruvbox) | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #282828; | ||||
| } | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst { | ||||
|   color: #ebdbb2; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Red */ | ||||
| .hljs-deletion, | ||||
| .hljs-formula, | ||||
| .hljs-keyword, | ||||
| .hljs-link, | ||||
| .hljs-selector-tag { | ||||
|   color: #fb4934; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Blue */ | ||||
| .hljs-built_in, | ||||
| .hljs-emphasis, | ||||
| .hljs-name, | ||||
| .hljs-quote, | ||||
| .hljs-strong, | ||||
| .hljs-title, | ||||
| .hljs-variable { | ||||
|   color: #83a598; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Yellow */ | ||||
| .hljs-attr, | ||||
| .hljs-params, | ||||
| .hljs-template-tag, | ||||
| .hljs-type { | ||||
|   color: #fabd2f; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Purple */ | ||||
| .hljs-builtin-name, | ||||
| .hljs-doctag, | ||||
| .hljs-literal, | ||||
| .hljs-number { | ||||
|   color: #8f3f71; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Orange */ | ||||
| .hljs-code, | ||||
| .hljs-meta, | ||||
| .hljs-regexp, | ||||
| .hljs-selector-id, | ||||
| .hljs-template-variable { | ||||
|   color: #fe8019; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Green */ | ||||
| .hljs-addition, | ||||
| .hljs-meta-string, | ||||
| .hljs-section, | ||||
| .hljs-selector-attr, | ||||
| .hljs-selector-class, | ||||
| .hljs-string, | ||||
| .hljs-symbol { | ||||
|   color: #b8bb26; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Aqua */ | ||||
| .hljs-attribute, | ||||
| .hljs-bullet, | ||||
| .hljs-class, | ||||
| .hljs-function, | ||||
| .hljs-function .hljs-keyword, | ||||
| .hljs-meta-keyword, | ||||
| .hljs-selector-pseudo, | ||||
| .hljs-tag { | ||||
|   color: #8ec07c; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Gray */ | ||||
| .hljs-comment { | ||||
|   color: #928374; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Purple */ | ||||
| .hljs-link_label, | ||||
| .hljs-literal, | ||||
| .hljs-number { | ||||
|   color: #d3869b; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-section, | ||||
| .hljs-strong, | ||||
| .hljs-tag { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,108 +0,0 @@ | ||||
| /* | ||||
|  | ||||
| Gruvbox style (light) (c) Pavel Pertsev (original style at https://github.com/morhetz/gruvbox) | ||||
|  | ||||
| */ | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   overflow-x: auto; | ||||
|   padding: 0.5em; | ||||
|   background: #fbf1c7; | ||||
| } | ||||
|  | ||||
| .hljs, | ||||
| .hljs-subst { | ||||
|   color: #3c3836; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Red */ | ||||
| .hljs-deletion, | ||||
| .hljs-formula, | ||||
| .hljs-keyword, | ||||
| .hljs-link, | ||||
| .hljs-selector-tag { | ||||
|   color: #9d0006; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Blue */ | ||||
| .hljs-built_in, | ||||
| .hljs-emphasis, | ||||
| .hljs-name, | ||||
| .hljs-quote, | ||||
| .hljs-strong, | ||||
| .hljs-title, | ||||
| .hljs-variable { | ||||
|   color: #076678; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Yellow */ | ||||
| .hljs-attr, | ||||
| .hljs-params, | ||||
| .hljs-template-tag, | ||||
| .hljs-type { | ||||
|   color: #b57614; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Purple */ | ||||
| .hljs-builtin-name, | ||||
| .hljs-doctag, | ||||
| .hljs-literal, | ||||
| .hljs-number { | ||||
|   color: #8f3f71; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Orange */ | ||||
| .hljs-code, | ||||
| .hljs-meta, | ||||
| .hljs-regexp, | ||||
| .hljs-selector-id, | ||||
| .hljs-template-variable { | ||||
|   color: #af3a03; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Green */ | ||||
| .hljs-addition, | ||||
| .hljs-meta-string, | ||||
| .hljs-section, | ||||
| .hljs-selector-attr, | ||||
| .hljs-selector-class, | ||||
| .hljs-string, | ||||
| .hljs-symbol { | ||||
|   color: #79740e; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Aqua */ | ||||
| .hljs-attribute, | ||||
| .hljs-bullet, | ||||
| .hljs-class, | ||||
| .hljs-function, | ||||
| .hljs-function .hljs-keyword, | ||||
| .hljs-meta-keyword, | ||||
| .hljs-selector-pseudo, | ||||
| .hljs-tag { | ||||
|   color: #427b58; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Gray */ | ||||
| .hljs-comment { | ||||
|   color: #928374; | ||||
| } | ||||
|  | ||||
| /* Gruvbox Purple */ | ||||
| .hljs-link_label, | ||||
| .hljs-literal, | ||||
| .hljs-number { | ||||
|   color: #8f3f71; | ||||
| } | ||||
|  | ||||
| .hljs-comment, | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-section, | ||||
| .hljs-strong, | ||||
| .hljs-tag { | ||||
|   font-weight: bold; | ||||
| } | ||||
| @@ -1,83 +0,0 @@ | ||||
| /* | ||||
|  * Hopscotch | ||||
|  * by Jan T. Sott | ||||
|  * https://github.com/idleberg/Hopscotch | ||||
|  * | ||||
|  * This work is licensed under the Creative Commons CC0 1.0 Universal License | ||||
|  */ | ||||
|  | ||||
| /* Comment */ | ||||
| .hljs-comment, | ||||
| .hljs-quote { | ||||
|   color: #989498; | ||||
| } | ||||
|  | ||||
| /* Red */ | ||||
| .hljs-variable, | ||||
| .hljs-template-variable, | ||||
| .hljs-attribute, | ||||
| .hljs-tag, | ||||
| .hljs-name, | ||||
| .hljs-selector-id, | ||||
| .hljs-selector-class, | ||||
| .hljs-regexp, | ||||
| .hljs-link, | ||||
| .hljs-deletion { | ||||
|   color: #dd464c; | ||||
| } | ||||
|  | ||||
| /* Orange */ | ||||
| .hljs-number, | ||||
| .hljs-built_in, | ||||
| .hljs-builtin-name, | ||||
| .hljs-literal, | ||||
| .hljs-type, | ||||
| .hljs-params { | ||||
|   color: #fd8b19; | ||||
| } | ||||
|  | ||||
| /* Yellow */ | ||||
| .hljs-class .hljs-title { | ||||
|   color: #fdcc59; | ||||
| } | ||||
|  | ||||
| /* Green */ | ||||
| .hljs-string, | ||||
| .hljs-symbol, | ||||
| .hljs-bullet, | ||||
| .hljs-addition { | ||||
|   color: #8fc13e; | ||||
| } | ||||
|  | ||||
| /* Aqua */ | ||||
| .hljs-meta { | ||||
|   color: #149b93; | ||||
| } | ||||
|  | ||||
| /* Blue */ | ||||
| .hljs-function, | ||||
| .hljs-section, | ||||
| .hljs-title { | ||||
|   color: #1290bf; | ||||
| } | ||||
|  | ||||
| /* Purple */ | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag { | ||||
|   color: #c85e7c; | ||||
| } | ||||
|  | ||||
| .hljs { | ||||
|   display: block; | ||||
|   background: #322931; | ||||
|   color: #b9b5b8; | ||||
|   padding: 0.5em; | ||||
| } | ||||
|  | ||||
| .hljs-emphasis { | ||||
|   font-style: italic; | ||||
| } | ||||
|  | ||||
| .hljs-strong { | ||||
|   font-weight: bold; | ||||
| } | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user