Created
January 1, 2025 10:48
-
-
Save AlexMikhalev/5abb31adfdf605f0dbe14e9bc675cee9 to your computer and use it in GitHub Desktop.
Sublime settings Linus
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
Show hidden characters
{ | |
"ignored_packages": | |
[ | |
"LSP-rust-analyzer", | |
"Rust", | |
"Solarized Color Scheme", | |
"SublimeLinter", | |
"SublimeLinter-flake8", | |
"Terminus", | |
"Theme - Spacegray", | |
"TOML", | |
"Vintage", | |
], | |
"theme": "Adaptive.sublime-theme", | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"dark_theme": "Elementary Light 3.sublime-theme", | |
"light_theme": "Arc Dark.sublime-theme", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme", | |
"index_files": true, | |
"remember_layout": true, | |
"font_size": 12, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment