zeshanshani
9/17/2017 - 2:49 PM

boxy_theme_settings.js

{
  // 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
}