Last active
March 6, 2019 11:23
-
-
Save Hrommi/c6872ba22b9e1ca52a60f2055c812646 to your computer and use it in GitHub Desktop.
Sublime Text
This file contains 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
Agila Theme | |
AutoFileName | |
Color Highlighter | |
GitGutter | |
Hayaku | |
Inc-Dec-Value | |
SideBarEnhancement |
This file contains 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
Show hidden characters
{ | |
"color_scheme": "Packages/Agila Theme/Agila Monokai Extended.tmTheme", | |
"draw_white_space": "all", | |
"font_size": 13, | |
"hayaku_CSS_prefixes_disable": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"tab_size": 2, | |
"theme": "Agila Monokai.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment