From f755f461f8526838217bf72a22bc3416df8bf941 Mon Sep 17 00:00:00 2001 From: Pandraghon Date: Fri, 16 Feb 2018 21:20:56 +0100 Subject: [PATCH] Add Github buttons --- ...ath-dark.css => atelier-estuary-light.css} | 47 ++++++++++++------- docs/index.html | 7 ++- 2 files changed, 37 insertions(+), 17 deletions(-) rename docs/css/{atelier-heath-dark.css => atelier-estuary-light.css} (55%) diff --git a/docs/css/atelier-heath-dark.css b/docs/css/atelier-estuary-light.css similarity index 55% rename from docs/css/atelier-heath-dark.css rename to docs/css/atelier-estuary-light.css index fe01ff7..1daee5d 100644 --- a/docs/css/atelier-heath-dark.css +++ b/docs/css/atelier-estuary-light.css @@ -1,14 +1,14 @@ -/* Base16 Atelier Heath Dark - Theme */ -/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */ +/* 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-Heath Comment */ +/* Atelier-Estuary Comment */ .hljs-comment, .hljs-quote { - color: #9e8f9e; + color: #6c6b5a; } -/* Atelier-Heath Red */ +/* Atelier-Estuary Red */ .hljs-variable, .hljs-template-variable, .hljs-attribute, @@ -19,10 +19,10 @@ .hljs-name, .hljs-selector-id, .hljs-selector-class { - color: #ca402b; + color: #ba6236; } -/* Atelier-Heath Orange */ +/* Atelier-Estuary Orange */ .hljs-number, .hljs-meta, .hljs-built_in, @@ -30,33 +30,48 @@ .hljs-literal, .hljs-type, .hljs-params { - color: #a65926; + color: #ae7313; } -/* Atelier-Heath Green */ +/* Atelier-Estuary Green */ .hljs-string, .hljs-symbol, .hljs-bullet { - color: #918b3b; + color: #7d9726; } -/* Atelier-Heath Blue */ +/* Atelier-Estuary Blue */ .hljs-title, .hljs-section { - color: #516aec; + color: #36a166; } -/* Atelier-Heath Purple */ +/* Atelier-Estuary Purple */ .hljs-keyword, .hljs-selector-tag { - color: #7b59c0; + 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: #1b181b; - color: #ab9bab; + background: #f4f3ec; + color: #5f5e4e; padding: 0.5em; } diff --git a/docs/index.html b/docs/index.html index 073301b..9b36911 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ GW2Icon - +