Last active
November 4, 2020 17:28
-
-
Save thiagobraga/41314becabed208dfde34a9716d7c008 to your computer and use it in GitHub Desktop.
Sublime Text settings #Sublime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"font_face": "Fira Code Regular", | |
"font_size": 9, | |
"line_padding_top": 8, | |
"line_padding_bottom": 8, | |
"color_scheme": "Packages/Nord/Nord.sublime-color-scheme", | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "One Dark.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment