Last active
October 6, 2025 12:32
-
-
Save solrevdev/805929c6c8865422b5db19f0967e1cec to your computer and use it in GitHub Desktop.
Preferences.sublime-settings for sublime text 4. Changes from light/dark and includes my current font faves etc
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
| // Settings in here override those in "Default/Preferences.sublime-settings", | |
| // and are overridden in turn by syntax-specific settings. | |
| { | |
| "font_face" : "CaskaydiaCove Nerd Font", | |
| "font_size" : 16, | |
| "font_options" : ["ss01"], | |
| "font_family" : "'CaskaydiaCove Nerd Font','JetBrains Mono',Monaco, 'Anonymous Pro','Liberation Mono', SFMono-Regular, Consolas, 'Dank Mono','Fira Code','Source Code Pro', Menlo, Monaco, 'Courier New', monospace", | |
| "dark_theme": "Adaptive.sublime-theme", | |
| "light_theme": "Adaptive.sublime-theme", | |
| "theme": "Default.sublime-theme", | |
| "color_scheme": "auto", | |
| "dark_color_scheme": "Packages/Color Scheme - Default/Breakers.sublime-color-scheme", | |
| "light_color_scheme": "Packages/Color Scheme - Default/Breakers.sublime-color-scheme", | |
| "ignored_packages": | |
| [ | |
| "Vintage", | |
| ], | |
| "dictionary": "Packages/Language - English/en_GB.dic", | |
| "spell_check" : true, | |
| "added_words": | |
| [ | |
| "V5", | |
| "V3", | |
| "webpack", | |
| "Sass", | |
| "Whitespace", | |
| "solutionrevolution", | |
| "solrevdev", | |
| "com", | |
| "Takeout", | |
| "improvmx", | |
| "john1", | |
| ], | |
| "save_on_focus_lost": true, | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
install the following packages via package control (note LSP needs installing first: