Created plaintext theme and updated my (benbarber) user config to use it.

This commit is contained in:
Ben Barber 2011-12-23 12:16:16 -06:00
parent 42edb6b7a6
commit fca68554b8
2 changed files with 9 additions and 1 deletions

7
themes/plaintext.css Normal file
View 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;
}

View file

@ -1,3 +1,4 @@
{
"copyright": "Benjamin Barber"
"copyright": "Benjamin Barber",
"theme": "plaintext"
}