Skip to content

Instantly share code, notes, and snippets.

@solrevdev
Created January 18, 2024 17:39
Show Gist options
  • Save solrevdev/805929c6c8865422b5db19f0967e1cec to your computer and use it in GitHub Desktop.
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
// https://chat.openai.com/c/9cdb2c85-b607-4e5c-a9ae-02f8bd9b3970
{
"font_face" : "IntelOne Mono",
"font_size" : 15,
"font_options" : ["ss01"],
"font_family" : "'IntelOne Mono','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",
"theme": "Adaptive.sublime-theme", // Make sure this theme supports light and dark modes
"color_scheme": "auto", // This will switch color schemes based on system settings
"ignored_packages": ["Vintage"],
"dictionary": "Packages/Language - English/en_GB.dic",
"spell_check" : true,
"added_words": ["added_words_here", "solrevdev"],
"save_on_focus_lost": true,
"ignored_words": [],
"index_files": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment