Skip to content

Commit

Permalink
Add Github buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandraghon authored Feb 16, 2018
2 parents 1fd1e3f + f755f46 commit 6b16e4f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -19,44 +19,59 @@
.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,
.hljs-builtin-name,
.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;
}

Expand Down
7 changes: 6 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>GW2Icon</title>
<link rel="stylesheet" href="css/gw2icon.min.css" />
<link rel="stylesheet" href="css/atelier-heath-dark.css" />
<link rel="stylesheet" href="css/atelier-estuary-light.css" />
<style>
@import url('https://fonts.googleapis.com/css?family=Cagliostro');
@import url('https://fonts.googleapis.com/css?family=Lato');
Expand Down Expand Up @@ -182,6 +182,11 @@ <h3 id="currencies">Currencies</h3>
</main>

<footer>
<p>
<iframe src="https://ghbtns.com/github-btn.html?user=gw2ocs&repo=gw2icon&type=star&count=true" frameborder="0" scrolling="0" width="120px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=gw2ocs&repo=gw2icon&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="120px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=gw2ocs&repo=gw2icon&type=fork&count=true" frameborder="0" scrolling="0" width="120px" height="20px"></iframe>
</p>
<p>Icons and background are © 2015 ArenaNet, Inc. All rights reserved.</p>
<p>Made with <i class="gw2-karma"></i> by <strong>Pandraghon#3647</stronng>.</p>
</footer>
Expand Down

0 comments on commit 6b16e4f

Please sign in to comment.