Skip to content

Instantly share code, notes, and snippets.

@sh4rov
Last active June 8, 2021 21:32
Show Gist options
  • Save sh4rov/44c79797f6c4f8e75c065a2a3b0b382d to your computer and use it in GitHub Desktop.
Save sh4rov/44c79797f6c4f8e75c065a2a3b0b382d to your computer and use it in GitHub Desktop.
Sublime Sync Settings
{
// 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)",
},
],
}
{ "button": "button1", "modifiers": ["ctrl", "alt"], "press_command": "open_url_under_cursor" }
[
// Refresh folder list with F5
{ "keys": ["f5"], "command": "refresh_folder_list" }
]
{
"telemetry": false,
"uid": "1128e096-e8c2-41b8-b878-8cdb83398549",
}
{
"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":
[
],
}
{
"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*"],
}
{
"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