Force a higher-contrast theme
This commit is contained in:
parent
ceb94fb77b
commit
7a66d431ac
1 changed files with 5 additions and 6 deletions
|
@ -3,24 +3,23 @@
|
||||||
"always_show_minimap_viewport": true,
|
"always_show_minimap_viewport": true,
|
||||||
"auto_complete_commit_on_tab": false,
|
"auto_complete_commit_on_tab": false,
|
||||||
"close_windows_when_empty": true,
|
"close_windows_when_empty": true,
|
||||||
|
"color_scheme": "Monokai.sublime-color-scheme",
|
||||||
"dictionary": "Packages/Language - English/en_GB.dic",
|
"dictionary": "Packages/Language - English/en_GB.dic",
|
||||||
"draw_white_space":
|
"draw_white_space": [
|
||||||
[
|
|
||||||
"all"
|
"all"
|
||||||
],
|
],
|
||||||
"ensure_newline_at_eof_on_save": true,
|
"ensure_newline_at_eof_on_save": true,
|
||||||
"hot_exit": false,
|
"hot_exit": false,
|
||||||
"ignored_packages":
|
"ignored_packages": [
|
||||||
[
|
|
||||||
"Vintage"
|
"Vintage"
|
||||||
],
|
],
|
||||||
"rulers":
|
"rulers": [
|
||||||
[
|
|
||||||
100
|
100
|
||||||
],
|
],
|
||||||
"show_encoding": true,
|
"show_encoding": true,
|
||||||
"show_line_endings": true,
|
"show_line_endings": true,
|
||||||
"tab_size": 4,
|
"tab_size": 4,
|
||||||
|
"theme": "Adaptive.sublime-theme",
|
||||||
"trim_trailing_white_space_on_save": true,
|
"trim_trailing_white_space_on_save": true,
|
||||||
"wrap_width": 0
|
"wrap_width": 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue