diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-06-08 11:57:06 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-06-08 11:57:06 +0200 |
commit | f44b1c50f696d019ad4be5d3f3cf81d4964e9bb1 (patch) | |
tree | a63606cce719d9ef117aa452d57d13b2846f32dc /init | |
parent | e0caaf75a196ff2128e0493757fef11f282bd590 (diff) | |
download | dotfiles-f44b1c50f696d019ad4be5d3f3cf81d4964e9bb1.tar.gz dotfiles-f44b1c50f696d019ad4be5d3f3cf81d4964e9bb1.tar.bz2 dotfiles-f44b1c50f696d019ad4be5d3f3cf81d4964e9bb1.zip |
init: Use the Solarized Dark theme in Sublime Text
Diffstat (limited to 'init')
-rw-r--r-- | init/Preferences.sublime-settings | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/init/Preferences.sublime-settings b/init/Preferences.sublime-settings index 2ff3f62..1d190f9 100644 --- a/init/Preferences.sublime-settings +++ b/init/Preferences.sublime-settings @@ -1,9 +1,7 @@ { - "color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme", - "default_line_ending": "unix", - "show_line_endings": true, + "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", "default_encoding": "UTF-8", - "show_encoding": true, + "default_line_ending": "unix", "detect_indentation": false, "draw_white_space": "all", "ensure_newline_at_eof_on_save": false, @@ -22,10 +20,11 @@ ".git", "node_modules" ], - "font_size": 14, + "font_face": "Monaco", + "font_size": 13, "highlight_modified_tabs": true, "hot_exit": false, - "line_padding_bottom": 6, + "line_padding_bottom": 5, "match_brackets": true, "match_brackets_angle": true, "remember_open_files": false, @@ -33,6 +32,8 @@ [ 80 ], + "show_encoding": true, + "show_line_endings": true, "tab_size": 2, "translate_tabs_to_spaces": false, "trim_trailing_white_space_on_save": true, |