1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-25 02:13:09 +03:00

docs: switch to the "Hacker" theme which is darker

refs: https://github.com/wez/wezterm/issues/77
This commit is contained in:
Wez Furlong 2019-12-18 09:25:36 -08:00
parent ba4f5c1da9
commit bf35707cec
3 changed files with 28 additions and 7 deletions

View File

@ -1,4 +1,4 @@
theme: jekyll-theme-primer
theme: jekyll-theme-hacker
plugins:
- jekyll-octicons
- jekyll-sitemap

View File

@ -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%;
@ -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;
}

View File

@ -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*