Created
April 27, 2023 01:15
-
-
Save barelyhuman/eb4825ca601ee977e1c73cb2b59bb105 to your computer and use it in GitHub Desktop.
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
{ | |
"ignored_packages": | |
[ | |
"Vintage", | |
], | |
"font_face":"JetBrains Mono", | |
"line_padding_top":5, | |
"line_padding_bottom":5, | |
"color_scheme": "Packages/ayu/ayu-dark.sublime-color-scheme", | |
"theme": "ayu-dark.sublime-theme", | |
"font_size": 14, | |
"font_options": [ | |
"gray_antialias", | |
"dlig" | |
], | |
"highlight_line": false, | |
"show_tab_close_buttons": false, | |
"fold_buttons": false, | |
"margin": 100, | |
"line_numbers": false, | |
"themed_title_bar": true, | |
"folder_exclude_patterns": ["node_modules"], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment