Skip to content

Commit f44b1c5

Browse files
committed
init: Use the Solarized Dark theme in Sublime Text
1 parent e0caaf7 commit f44b1c5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

init/Preferences.sublime-settings

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
3-
"default_line_ending": "unix",
4-
"show_line_endings": true,
2+
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
53
"default_encoding": "UTF-8",
6-
"show_encoding": true,
4+
"default_line_ending": "unix",
75
"detect_indentation": false,
86
"draw_white_space": "all",
97
"ensure_newline_at_eof_on_save": false,
@@ -22,17 +20,20 @@
2220
".git",
2321
"node_modules"
2422
],
25-
"font_size": 14,
23+
"font_face": "Monaco",
24+
"font_size": 13,
2625
"highlight_modified_tabs": true,
2726
"hot_exit": false,
28-
"line_padding_bottom": 6,
27+
"line_padding_bottom": 5,
2928
"match_brackets": true,
3029
"match_brackets_angle": true,
3130
"remember_open_files": false,
3231
"rulers":
3332
[
3433
80
3534
],
35+
"show_encoding": true,
36+
"show_line_endings": true,
3637
"tab_size": 2,
3738
"translate_tabs_to_spaces": false,
3839
"trim_trailing_white_space_on_save": true,

0 commit comments

Comments
 (0)