Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

karmicdude/sublime-boxy

Repository files navigation

Installation

Close all sublime-text instances first. Then:

# Change dir to Sublime Text $packages
cd ~/.config/sublime-text-3/Packages
# Clone this repo as 'Boxy Theme' dir
git clone https://github.com/karmicdude/sublime-boxy.git 'Boxy Theme'
# Add 'Boxy Theme' package to 'installed_packages' section, for example:
vim 'User/Package Control.sublime-settings'
>>
{ 
  "bootstrapped": true,
  "in_process_packages":
  [
  ],
  "installed_packages":
  [
    "Jedi - Python autocompletion",
    "MagicPython",
    "Package Control",
    "sublack",
    "SublimeLinter",
    "SublimeLinter-bandit",
    "SublimeLinter-contrib-mypy",
    "SublimeLinter-flake8",
    "SublimeLinter-json",
    "SublimeLinter-shellcheck",
    ...
    "Boxy Theme",
    ...
  ]
}

Enjoy best of Sublime Text theme, unfortunately deleted without any warning by the author. (Never do that)


Activation

Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item Preferences → Package Settings → Boxy Theme → Preferences.

Also you can use commands provided by the theme:

  1. Open Command Palette using menu item Tools → Command Palette...
  2. Choose Boxy Theme: Activation or Boxy Theme: Configuration
  3. Hit Enter

DON'T FORGET TO RESTART SUBLIME TEXT AFTER ACTIVATING THE THEME.

[Read more →][activation]


Icons

Starting 5.0.0 this theme requires A File Icon package for enhanced support of the file-specific icons. Please install the package and restart Sublime Text.


Skins

You can activate skins by using commands provided by Skins package:

  1. Open Command Palette using menu item Tools → Command Palette...
  2. Choose Select Skin to change the skin
  3. Choose Boxy Theme: Activation or Boxy Theme: Configuration to change the UI theme and color scheme

Or do this manually by modifying your user preferences file, which you can find using the menu item Preferences → Package Settings → Boxy Theme → Preferences.

DON'T FORGET TO RESTART SUBLIME TEXT AFTER ACTIVATING THE SKIN.

Boxy Monokai ★ Predawn

Note: This skin is heavily inspired by Predawn Theme. Install or support original if it better fits your needs.

Boxy Monokai ★ Predawn

The screenshot above shows next options in action:

// Activation
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Monokai.tmTheme",
"theme": "Boxy Monokai.sublime-theme",
// Settings
"theme_accent_tangerine": true,
"theme_autocomplete_item_selected_colored": true,
"theme_bar_margin_top_sm": true,
"theme_dropdown_atomized": true,
"theme_find_panel_close_hidden": true,
"theme_icon_button_highlighted": true,
"theme_panel_switcher_atomized": true,
"theme_quick_panel_item_selected_colored": true,
"theme_quick_panel_size_md": true,
"theme_scrollbar_colored": true,
"theme_scrollbar_line": true,
"theme_sidebar_close_always_visible": true,
"theme_sidebar_folder_atomized": true,
"theme_statusbar_size_md": true,
"theme_tab_close_always_visible": true,
"theme_tab_selected_overlined": true,
"theme_tab_size_md": true,

The operating system is Windows. The font used for the code is Operator Mono.

Installed packages:

Boxy Nova ★ Minimal

Boxy Nova ★ Minimal

The screenshot above shows next options in action:

// Activation
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Nova.tmTheme",
"theme": "Boxy Nova.sublime-theme",
// Settings
"theme_accent_mono": true,
"theme_button_rounded": true,
"theme_find_panel_close_hidden": true,
"theme_find_panel_size_xs": true,
"theme_grid_border_size_sm": true,
"theme_icons_atomized": true,
"theme_minimap_viewport_opacity_xh": true,
"theme_sidebar_folder_arrow": true,
"theme_sidebar_heading_bold": true,
"theme_sidebar_highlight_selected_text_only": true,
"theme_sidebar_highlight_text_only": true,
"theme_sidebar_indent_top_level_disabled": true,
"theme_sidebar_indent_xl": true,
"theme_size_md": true,
"theme_tab_arrows_hidden": true,
"theme_tab_close_always_visible": true,
"theme_unified": true

The operating system is Windows. The font used for the code is Consolas. The UI font is Consolas (via addon).

Installed packages:

Boxy Ocean ★ Material

Note: This skin is heavily inspired by Material Theme. Install or support original if it better fits your needs.

Boxy Ocean ★ Material

The screenshot above shows next options in action:

// Activation
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme",
"theme": "Boxy Ocean.sublime-theme",
// Settings
"theme_accent_cyan": true,
"theme_bar": true,
"theme_bar_logo_atomized": true,
"theme_bar_shadow_hidden": true,
"theme_button_rounded": true,
"theme_dirty_colored_always": true,
"theme_icons_materialized": true,
"theme_scrollbar_rounded": true,
"theme_sidebar_highlight_selected_text_only": true,
"theme_sidebar_highlight_text_only": true,
"theme_sidebar_indent_top_level_disabled": true,
"theme_size_md": true,
"theme_tab_highlight_text_only": true,
"theme_tab_selected_transparent": true,
"theme_tab_selected_underlined": true,
"theme_tab_size_xxl": true,
"theme_unified": true,

The operating system is Ubuntu. The font used for the code is Roboto Mono. The UI font is Roboto Medium (via addon).

Installed packages:

Boxy Solarized Dark ★ Code

Boxy Solarized Dark ★ Code

The screenshot above shows next options in action:

// Activation
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Solarized Dark.tmTheme",
"theme": "Boxy Solarized Dark.sublime-theme",
// Settings
"theme_accent_purple": true,
"theme_bar": true,
"theme_bar_shadow_hidden": true,
"theme_dropdown_atomized": true,
"theme_find_panel_atomized": true,
"theme_sidebar_disclosure": true,
"theme_sidebar_folder_mono": true,
"theme_sidebar_indent_sm": true,
"theme_statusbar_colored": true,
"theme_statusbar_size_md": true,
"theme_tab_highlight_text_only": true,
"theme_tab_selected_filled": true,
"theme_tab_size_md": true,
"theme_tabset_line_visible": true,
"theme_unified": true,

The operating system is macOS. The font used for the code is SF Mono. The UI font is SF Mono (via addon).

Installed packages:

Boxy Solarized Light ★ Iowa

Boxy Solarized Light ★ Iowa

The screenshot above shows next options in action:

// Activation
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Solarized Light.tmTheme",
"theme": "Boxy Solarized Light.sublime-theme",
// Settings
"theme_accent_green": true,
"theme_bar": true,
"theme_bar_colored": true,
"theme_bar_shadow_hidden": true,
"theme_button_rounded": true,
"theme_icons_atomized": true,
"theme_quick_panel_size_md": true,
"theme_scrollbar_rounded": true,
"theme_sidebar_close_always_visible": true,
"theme_sidebar_folder_materialized": true,
"theme_sidebar_highlight_selected_text_only": true,
"theme_sidebar_highlight_text_only": true,
"theme_sidebar_indent_top_level_disabled": true,
"theme_statusbar_size_md": true,
"theme_tab_highlight_text_only": true,
"theme_tab_line_size_lg": true,
"theme_tab_selected_transparent": true,
"theme_tab_selected_underlined": true,
"theme_tab_size_lg": true

The operating system is Windows. The font used for the code is Space Mono.

Installed packages:

Boxy Tomorrow ★ Numix

Boxy Tomorrow ★ Numix

The screenshot above shows next options in action:

// Activation
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme",
"theme": "Boxy Tomorrow.sublime-theme",
// Settings
"theme_accent_numix": true,
"theme_autocomplete_item_selected_colored": true,
"theme_dropdown_atomized": true,
"theme_find_panel_materialized": true,
"theme_grid_border_size_xs": true,
"theme_popup_border_visible": true,
"theme_quick_panel_border_visible": true,
"theme_quick_panel_item_selected_colored": true,
"theme_scrollbar_colored": true,
"theme_scrollbar_line": true,
"theme_sidebar_disclosure": true,
"theme_tab_selected_transparent": true,
"theme_tab_selected_underlined": true,
"theme_tab_size_lg": true,
"theme_unified": true,

The operating system is Ubuntu. The font used for the code is Fira Code. The UI font is Fira Code (via addon)

Installed packages:

Boxy Yesterday ★ Atom

Boxy Yesterday ★ Atom

The screenshot above shows next options in action:

// Activation
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Yesterday.tmTheme",
"theme": "Boxy Yesterday.sublime-theme",
// Settings
"theme_accent_sky": true,
"theme_button_rounded": true,
"theme_find_panel_close_hidden": true,
"theme_find_panel_size_xs": true,
"theme_grid_border_size_lg": true,
"theme_icon_button_highlighted": true,
"theme_icons_atomized": true,
"theme_popup_border_visible": true,
"theme_quick_panel_size_md": true,
"theme_scrollbar_rounded": true,
"theme_sidebar_disclosure": true,
"theme_sidebar_indent_top_level_disabled": true,
"theme_statusbar_size_md": true,
"theme_tab_rounded": true,
"theme_tab_selected_prelined": true,

The operating system is macOS. The font used for the code is Iosevka. The UI font is San Francisco Text (via addon).

Installed packages:


Share The Love

I've put a lot of time and effort into making Boxy Theme awesome. If you love it, you can buy me a coffee. Every cup helps! I promise it will be a good investment 😉

Donate with: Patreon.

About

Sublime Text "Boxy Theme"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published