Last active
September 8, 2017 20:31
-
-
Save ovictoraurelio/09e9df6c38d6ffbf3c2cb6d57165e8b2 to your computer and use it in GitHub Desktop.
sublimeSettings
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
| { | |
| "access_token": "1baf56bb573bcb800d54c3d7f49a479a3748d053", | |
| "gist_id": "09e9df6c38d6ffbf3c2cb6d57165e8b2" | |
| } |
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
| [ | |
| { "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": true } }, | |
| { "keys": ["ctrl+\\"], "command": "toggle_side_bar"}, | |
| { "keys": ["ctrl+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true}}, | |
| { "keys": ["ctrl+shift+o"], "command": "prompt_open_folder"} | |
| ] |
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
| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "A File Icon", | |
| "Boxy Theme", | |
| "NASM x86 Assembly", | |
| "Package Control", | |
| "Status Bar Time", | |
| "Sync Settings" | |
| ] | |
| } |
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
| { | |
| "color_scheme": "Packages/Boxy Theme/schemes/Boxy Monokai.tmTheme", | |
| "font_size": 11, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "theme": "Boxy Monokai.sublime-theme", | |
| "theme_accent_tangerine": true, | |
| "theme_autocomplete_item_selected_colored": true, | |
| "theme_bar_margin_top_sm": true, | |
| "theme_dropdown_atomized": true, | |
| "theme_find_panel_close_hidden": true, | |
| "theme_icon_button_highlighted": true, | |
| "theme_panel_switcher_atomized": true, | |
| "theme_quick_panel_item_selected_colored": true, | |
| "theme_quick_panel_size_md": true, | |
| "theme_scrollbar_colored": true, | |
| "theme_scrollbar_line": true, | |
| "theme_sidebar_close_always_visible": true, | |
| "theme_sidebar_folder_atomized": true, | |
| "theme_statusbar_size_md": true, | |
| "theme_tab_close_always_visible": true, | |
| "theme_tab_selected_overlined": true, | |
| "theme_tab_size_md": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment