Skip to content

Instantly share code, notes, and snippets.

@solrevdev
Last active July 21, 2023 08:53
Show Gist options
  • Save solrevdev/db8122c38f0638ae0615b90310c7e4c1 to your computer and use it in GitHub Desktop.
Save solrevdev/db8122c38f0638ae0615b90310c7e4c1 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
"font_face" : "IntelOne Mono",
"font_size" : 16,
"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",
"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",
"bitbucket",
"intellisense",
"pricesheets",
"stackoverflow",
"cs",
"Serilog",
"Seq",
"Scratchpad",
"nuget",
"editorconfig",
"photobox",
"Syncthing",
],
"save_on_focus_lost": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment