Created
June 9, 2018 19:41
-
-
Save haseeb2k9/81004da966b8325731adbc5a847d65b3 to your computer and use it in GitHub Desktop.
Sublime Material theme Setting
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
// 1st install material theme | |
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/SublimeLinter/Mariana (SL).tmTheme", | |
"font_options": | |
[ | |
"gray_antialias", | |
"subpixel_antialias" | |
], | |
"font_size": 10, | |
"ignored_packages": | |
[ | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"material_theme_accent_acid-lime": true, | |
"material_theme_accent_blue": true, | |
"material_theme_accent_brba": true, | |
"material_theme_accent_bright-teal": true, | |
"material_theme_accent_cyan": true, | |
"material_theme_accent_graphite": true, | |
"material_theme_accent_indigo": true, | |
"material_theme_accent_lime": true, | |
"material_theme_accent_orange": true, | |
"material_theme_accent_pink": true, | |
"material_theme_accent_purple": true, | |
"material_theme_accent_red": true, | |
"material_theme_accent_scrollbars": true, | |
"material_theme_accent_sky": true, | |
"material_theme_accent_tomato": true, | |
"material_theme_accent_yellow": true, | |
"material_theme_arrow_folders": true, | |
"material_theme_big_fileicons": true, | |
"material_theme_bold_tab": true, | |
"material_theme_bright_scrollbars": true, | |
"material_theme_bullet_tree_indicator": true, | |
"material_theme_compact_panel": true, | |
"material_theme_compact_sidebar": true, | |
"material_theme_contrast_mode": true, | |
"material_theme_disable_fileicons": true, | |
"material_theme_disable_folder_animation": true, | |
"material_theme_disable_tree_indicator": true, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"material_theme_tabs_separator": true, | |
"material_theme_tree_headings": true, | |
"overlay_scroll_bars": "disabled", | |
"theme": "Cobalt2-Flat-Theme.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment