Skip to content

Instantly share code, notes, and snippets.

@zeshanshani
Last active September 19, 2017 02:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeshanshani/6b9acff50b106e5356208edda21391b9 to your computer and use it in GitHub Desktop.
Save zeshanshani/6b9acff50b106e5356208edda21391b9 to your computer and use it in GitHub Desktop.
{
// Goes inside Preference.sublime-settings -- User
//
// First "theme" line defines which Boxy theme you've selected
// Rest of the lines are configuration of Boxy theme itself.
//
// Boxy theme full settings: https://github.com/ihodev/sublime-boxy/wiki/Settings#accent
"theme": "Boxy Tomorrow.sublime-theme",
"theme_accent_purple": true,
"theme_bar": true,
"theme_bar_shadow_hidden": true,
"theme_find_panel_close_hidden": true,
"theme_find_panel_padding_xs": true,
"theme_font_md": true,
"theme_grid_border_size_md": true,
"theme_icon_button_highlighted": true,
"theme_icons_flat": true,
"theme_icons_materialized": true,
"theme_panel_switcher_materialized": true,
"theme_quick_panel_border_visible": false,
"theme_quick_panel_item_selected_colored": true,
"theme_quick_panel_size_lg": true,
"theme_scrollbar_line": true,
"theme_scrollbar_rounded": true,
"theme_scrollbar_semi_overlayed": true,
"theme_sidebar_font_lg": true,
"theme_sidebar_heading_bold": true,
"theme_sidebar_icon_saturation_md": true,
"theme_sidebar_indent_top_level_disabled": true,
"theme_sidebar_indent_xl": true,
"theme_sidebar_size_xl": true,
"theme_size_lg": true,
"theme_statusbar_size_sm": true,
"theme_tab_arrows_hidden": true,
"theme_tab_close_always_visible": true,
"theme_tab_font_md": true,
"theme_tab_rounded": true,
"theme_tab_size_lg": true,
"theme_tab_width_auto": true,
"theme_unified": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment