diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-06-21 20:51:53 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-06-21 20:51:53 -0300 |
commit | 447bcdf8038d8b7607cd8a8430215fd31df436d0 (patch) | |
tree | 65167994d7af22e9422e2839ab6260c2478223e3 /Sublime Text/Markdown.sublime-settings | |
parent | cbed4f10a8dca07b3b154cd75c788bec851bf182 (diff) |
throw in more Sublime Text configs
Diffstat (limited to 'Sublime Text/Markdown.sublime-settings')
-rw-r--r-- | Sublime Text/Markdown.sublime-settings | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Sublime Text/Markdown.sublime-settings b/Sublime Text/Markdown.sublime-settings new file mode 100644 index 0000000..282ef1a --- /dev/null +++ b/Sublime Text/Markdown.sublime-settings @@ -0,0 +1,19 @@ +// These settings override both User and Default settings for the Markdown syntax +{ + "mini_diff": false, + "match_brackets": false, + "auto_match_enabled": false, + + "highlight_line": false, + "highlight_gutter": false, + "highlight_line_number": true, + "indent_guide_options": [], + + "caret_style": "phase", + "caret_extra_top": 2, + "caret_extra_bottom": 2, + "caret_extra_width": 0, + + "light_color_scheme": "Bass D-O.sublime-color-scheme", + // "color_scheme": "MarkdownEditor.sublime-color-scheme", +} |