mirror of
https://github.com/wez/wezterm.git
synced 2024-11-29 01:34:46 +03:00
docs: switch to the "Hacker" theme which is darker
refs: https://github.com/wez/wezterm/issues/77
This commit is contained in:
parent
ba4f5c1da9
commit
bf35707cec
@ -1,4 +1,4 @@
|
|||||||
theme: jekyll-theme-primer
|
theme: jekyll-theme-hacker
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-octicons
|
- jekyll-octicons
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
@ -44,15 +44,23 @@
|
|||||||
svg.octicon {
|
svg.octicon {
|
||||||
margin-right: 0.25em;
|
margin-right: 0.25em;
|
||||||
}
|
}
|
||||||
a.btn svg {
|
|
||||||
|
a.btn svg.octicon {
|
||||||
fill: white;
|
fill: white;
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 svg.octicon {
|
||||||
|
fill: #eaeaea;
|
||||||
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toc {
|
#toc {
|
||||||
|
font-size: 0.8em;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: #eee;
|
background-color: #222;
|
||||||
border: solid 1px #ddd;
|
border: solid 1px #111;
|
||||||
padding: 1.1em;
|
padding: 1.1em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
@ -62,11 +70,24 @@ a.btn svg {
|
|||||||
list-style: square;
|
list-style: square;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toc ul li {
|
#toc ul {
|
||||||
|
margin-left: 0em;
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#toc li {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
padding-left: 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
margin-left: 250px;
|
margin-left: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container-lg {
|
||||||
|
padding: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
@ -17,7 +17,7 @@ layout: notoc
|
|||||||
|
|
||||||
Looking for a [configuration reference?](configuration.html)
|
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*
|
*Screenshot of wezterm on macOS, running vim*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user