Created
October 14, 2014 12:14
-
-
Save yanneves/ea82cf1374ed727262e4 to your computer and use it in GitHub Desktop.
Sublime Preferences - theme available at https://dl.dropboxusercontent.com/u/11159954/Notepad%2B%2B.tmTheme
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
[ | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" } | |
] |
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
{ | |
"color_scheme": "Packages/User/Themes/Notepad++.tmTheme", | |
"font_face": "Courier New", | |
"highlight_line": true, | |
"ignored_packages": ["Vintage"], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"remember_full_screen": true, | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment