Change Sublime Text theme

This commit is contained in:
Shadowfacts 2016-12-19 18:18:14 -05:00
parent 98429896d2
commit 0ae9f13be8
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
{ {
"color_scheme": "Packages/Theme - Piatto/Piatto Dark.tmTheme",
"font_face": "Hack", "font_face": "Hack",
"font_size": 13, "font_size": 13,
"ignored_packages": "ignored_packages":
[ [
"Vintage" "Vintage"
], ],
"scroll_past_end": true "scroll_past_end": true,
"theme": "Piatto Dark.sublime-theme"
} }