mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-25 09:25:49 +00:00
Created plaintext theme and updated my (benbarber) user config to use it.
This commit is contained in:
parent
42edb6b7a6
commit
fca68554b8
2 changed files with 9 additions and 1 deletions
7
themes/plaintext.css
Normal file
7
themes/plaintext.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
|
||||
body {
|
||||
max-width: 625px;
|
||||
}
|
||||
body, h1, h2, h3, h4, h5, h6 {
|
||||
font: normal 15px Inconsolata, Consolas, monospace;
|
||||
}
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"copyright": "Benjamin Barber"
|
||||
"copyright": "Benjamin Barber",
|
||||
"theme": "plaintext"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue