Skip to content

Commit

Permalink
Gray theme, like mono
Browse files Browse the repository at this point in the history
  • Loading branch information
noccy80 committed Dec 15, 2016
1 parent 572b12e commit c50ea02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions themes/gray.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* {
color: black;
background: white;
pad-before: 1;
pad-after: 1;
}

path {
background: gray;
color: bright-white;
}

0 comments on commit c50ea02

Please sign in to comment.