Sublime Forum

Boxy – It Was the Most Hackable Theme for Sublime Text 3

#57

I can say for sure, fresh Sublime Text on Windows restores theme & color scheme right after updating. Except Boxy v3.3.0 which had some typo in env plugin, theme was reverted to the Default after updating. Fixed in 3.3.1.

0 Likes

#58

All that I can say it depends on your UI font & OS font rendering. On Windows with default UI font, the maximum font size without cut off is 11 (sm), on Mac ~ 12-13 (md-lg). These options will be usable when the bug will be fixed. For now you can only play with UI fonts (via addon) or increase tab font size on Mac.

See also: Interface Suggestions

0 Likes

#59

:eyeglasses: Boxy v3.4.0 :eyeglasses:

:gift: Themes

:heavy_check_mark: Fix gutter icons of the Color Highlighter for the light themes (when c56af9f will be merged)
:heavy_check_mark: Add extras activator
:heavy_check_mark: Return previous python icon

:gem: Color Schemes

:heavy_check_mark: Improve markdown highlighting
:heavy_check_mark: Make active guide monochrome
:heavy_check_mark: Add Plain Notes support
:heavy_check_mark: Add Plain Tasks support

I highly recommend you to use Plain Notes as syntax of your markdown files looks and works really good :wink:

:tada: In Action

Getting started video now shows how to activate extras, also I’ve reduced the length of it.

1 Like

#60

Thanks for all your work on Boxy, it is awesome!

1 Like

#61

Not sure but I think that indent_guide is no longer aligned with theme accent… on the other hand I am not sure it ever was?

0 Likes

#62

Starting 3.4.0 indent guide is monochrome, at the beginning it was yellow, than - green. Theme accent affects only UI theme. If you don’t like monochrome guides, do the manual customization via PackageResourceViewer as described here: https://github.com/oivva/boxy/wiki/Settings#advanced

1 Like

#63

Thank you! I am using green accent and that’s why I thought indent guide color was affected by it :slight_smile:

1 Like

#64

I like this theme very much!! Thank you for your work.
One question: do you think you can add an option to have a smaller Search panel? Even if I set the global theme to “xs”, the search/replace panel is too big for my taste… :slightly_smiling:

Thanks again.

0 Likes

#65

I am having an issue with the Tab flavour theme_tab_selected_…

It seems all tabs gets marked as selected? Any ideas?

  • Boxy Theme: 3.4.0
  • Sublime Text: 3120
  • Platform: windows
  • Package Control: True
  • Dependencies:
    • mdpopups: 1.10.0
    • markdown: 2.6.6
    • pygments: 2.1a0
    • jinja2: 2.8

Here are a cutout of my settings, but I have tried fiddling with them without success

"bold_folder_labels": true,
"caption": "1. Full - 2. 2 columns",
"caret_style": "solid",
"color_inactive_tabs": false,
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Tomorrow.tmTheme",
"command": "set_layout",
"copy_with_empty_selection": false,
"detect_indentation": false,
"draw_minimap_border": true,
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Anonymous Pro",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
    "Markdown",
    "RestructuredText",
    "Vintage"
],
"indent_guide_options":
[
    "draw_active",
    "draw_normal"
],
"indent_to_bracket": true,
"line_padding_bottom": 0,
"line_padding_top": 0,
"preview_on_click": false,
"rulers":
[
    79
],
"shift_tab_unindent": true,
"soda_folder_icons": false,
"status_bar_brighter": false,
"theme": "Boxy Tomorrow.sublime-theme",
"theme_dirty_accent_orange": true,
"theme_find_panel_font_xs": true,
"theme_find_panel_materialized": true,
"theme_find_panel_size_xs": true,
"theme_tab_selected_underlined": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wrap_width": 80

}

0 Likes

#66

Ok, I will add theme_find_panel_size_xxs in 4.0.0.

1 Like

#67

This is known ST issue, see:

1 Like

#68

InactivePanes was nice, thanks!

1 Like

#69

:eyeglasses: Boxy v3.5.0 :eyeglasses:

:gift: Themes

:heavy_check_mark: Add a very large tab variant
:heavy_check_mark: Add a very small variant of the find panel
:heavy_check_mark: Add monochrome accent
:heavy_check_mark: Add semi overlayed scrollbars
:heavy_check_mark: Add unified mode

Options

// Set monochrome accent color
"theme_accent_mono": true,
// Enable the same background color for UI components
"theme_unified": true,
// Increase size of tabs to extra extra large
"theme_tab_size_xxl": true,
// Reduce size of the find panel to extra extra small
"theme_find_panel_size_xxs": false,
// Enable semi overlayed scrollbars
// Works only with "overlay_scroll_bars": "disabled"
"theme_scrollbar_semi_overlayed": true,

:gem: Color Schemes

:heavy_check_mark: Add Bracket Highlighter support
:heavy_check_mark: Add TypeScript popup styles

:tada: In Action

2 Likes

#70

Boxy Theme Addon - Widget Font <SIZE> addons were removed.
Now you can change console & find panel font size via Boxy Theme Addon - Widget Font Size.

Also starting from now you can install File Icons Extended package which adds syntax aliases & icons for such file types as Git, Gulpfile, Bower & etc. Icon requests are welcome :wink:

1 Like

#71

Awesome theme, amazing effort put to this. Thanks.

Do you have any release plan for new features? I’ve seen you have many commits on the dev branch and they seem like wonderful fixes and additions. Any news on where are we seeing them live?

0 Likes

#72

You’re just in time! :wink: 4.0.0 will be available tomorrow :sunny:

4 Likes

#73

Gret, thanks.

0 Likes

#74

:eyeglasses: Boxy v4.0.0 :eyeglasses:

Starting 4.0.0 Presets command is replaced by Skins package.
Check it out: https://packagecontrol.io/packages/Skins

:gift: Themes

:heavy_check_mark: Fix activation of the extras
:heavy_check_mark: Fix addon unloading
:heavy_check_mark: Fix behavior when dirty accent not working
:heavy_check_mark: Disable tab set line for mono accent
:heavy_check_mark: Reduce scrollbar padding
:heavy_check_mark: Fix tab height when theme_tabset_line_visible
:heavy_check_mark: Fix tab set line conflict with theme_bar_margin opts
:heavy_check_mark: Add Skins support
:heavy_check_mark: Add gear icon for *.ini syntax
:heavy_check_mark: Add new and review existing skins
:heavy_check_mark: Add numix accent
:heavy_check_mark: Add option for quick panel border
:heavy_check_mark: Add option to always use accent color for the dirty state
:heavy_check_mark: Add overlined variant of the tabs
:heavy_check_mark: Add solarized dark theme
:heavy_check_mark: Add solarized light theme
:heavy_check_mark: Add tab set line option

:gem: Color Schemes

:heavy_check_mark: Add solarized dark color scheme
:heavy_check_mark: Add solarized light color scheme

:tada: In Action






:sunglasses: Thanks To

@mattst for d73c7f1

3 Likes

#75

@oivva

Thanks for the credit above, and the one in messages/4.0.0.txt.

The update looks good, the preset migration to skins was an excellent idea, it works well.

1 Like

#76

The idea to migrate to Skins package is provided by @Equinusocio, thanks him for that :wink: The current implementation is just a little bit dirty, but works even better.

0 Likes