Last active
June 8, 2021 21:32
-
-
Save sh4rov/44c79797f6c4f8e75c065a2a3b0b382d to your computer and use it in GitHub Desktop.
Sublime Sync Settings
This file contains 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
{ | |
// http://www.sublimetext.com/docs/3/themes.html | |
"variables": { | |
"font_face": "Ubuntu", | |
"font_size_lg": 17 | |
}, | |
"rules": [ | |
{ | |
"class": "sidebar_label", | |
"font.size": "var(font_size_lg)", | |
}, | |
], | |
} |
This file contains 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
{ "button": "button1", "modifiers": ["ctrl", "alt"], "press_command": "open_url_under_cursor" } |
This file contains 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
[ | |
// Refresh folder list with F5 | |
{ "keys": ["f5"], "command": "refresh_folder_list" } | |
] |
This file contains 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
{ | |
"telemetry": false, | |
"uid": "1128e096-e8c2-41b8-b878-8cdb83398549", | |
} |
This file contains 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
{ | |
"bootstrapped": true, | |
"installed_packages": | |
[ | |
"All Autocomplete", | |
"Auto Refresh", | |
"AutoFileName", | |
"BracketHighlighter", | |
"Clickable URLs", | |
"Color Highlighter", | |
"Emmet", | |
"FileIcons", | |
"Git", | |
"HTMLBeautify", | |
"Package Control", | |
"PackageDev", | |
"Pug", | |
"Sass", | |
"SublimeLinter", | |
"Sync Settings", | |
"Theme - Arc", | |
], | |
"in_process_packages": | |
[ | |
], | |
} |
This file contains 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
{ | |
"ignored_packages": | |
[ | |
"Git", | |
"Vintage", | |
], | |
"font_size": 15, | |
"theme": "Adaptive.sublime-theme", | |
"class": "sidebar_label", | |
"color": [190, 190, 190], | |
"font.bold": false, | |
"font.size": 20, | |
"font.face": "JetBrains Mono Medium", | |
"folder_exclude_patterns": ["*node_modules*"], | |
"file_exclude_patterns": ["*node_modules*"], | |
} |
This file contains 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
{ | |
"api_key": "3d1fd1dd-21b1-4a4b-83ba-38214361e691\n3d1fd1dd-21b1-4a4b-83ba-38214361e691\n3d1fd1dd-21b1-4a4b-83ba-38214361e691\n3d1fd1dd-21b1-4a4b-83ba-38214361e691" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment