Skip to content

Commit

Permalink
docs: switch to the "Hacker" theme which is darker
Browse files Browse the repository at this point in the history
refs: #77
  • Loading branch information
wez committed Dec 18, 2019
1 parent ba4f5c1 commit bf35707
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
theme: jekyll-theme-primer
theme: jekyll-theme-hacker
plugins:
- jekyll-octicons
- jekyll-sitemap
Expand Down
31 changes: 26 additions & 5 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,23 @@
svg.octicon {
margin-right: 0.25em;
}
a.btn svg {

a.btn svg.octicon {
fill: white;
vertical-align: text-bottom;
}

h2 svg.octicon {
fill: #eaeaea;
vertical-align: text-bottom;
}

#toc {
font-size: 0.8em;
width: 250px;
position: fixed;
background-color: #eee;
border: solid 1px #ddd;
background-color: #222;
border: solid 1px #111;
padding: 1.1em;
overflow-y: auto;
max-height: 100%;
Expand All @@ -62,11 +70,24 @@ a.btn svg {
list-style: square;
}

#toc ul li {
#toc ul {
margin-left: 0em;
padding-left: 1em;
}

#toc li {
margin-left: 1em;
padding-left: 0em;
}

#container {
margin-left: 250px;
margin-left: 300px;
}

.container-lg {
padding: 1em;
}

.text-right {
float: right;
}
2 changes: 1 addition & 1 deletion docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ layout: notoc

Looking for a [configuration reference?](configuration.html)

![Screenshot](screenshots/two.png)
<img width="80%" height="80%" src="screenshots/two.png" alt="Screenshot">

*Screenshot of wezterm on macOS, running vim*

0 comments on commit bf35707

Please sign in to comment.