Releases: meetio-theme/sublime-meetio-theme
Releases · meetio-theme/sublime-meetio-theme
v2.4.0
v2.2.0
v2.1.0
FEATURES
- Add syntax improvements for:
PHP
&Python
. Thanks @pykong for your feedback. - Add theme colors improvements.
- Add variable
sidebarLabelPadding
. - Add variable
tabBold
.
BUGFIXES
BREAKING CHANGES
- Remove options for Tabs:
meetio_tabs_big
,meetio_tabs_bold
&meetio_tabs_autowidth
. - Remove options for SideBar:
meetio_sidebar_font_big
&meetio_compact_sidebar
. - Remove options for Title:
meetio_titlebar
.
v2.0.1
FEATURES
- Add option
meetio_tabs_diff_pencil_icon
to show a pencil icon in tab. - Add variables
tabDiffIconColor
to change the color of icon in tab.
BUGFIXES
- Fix
overlay_control
layer problem. Thanks @OdinTech3 for your feedback.
v2.0.0
FEATURES
- Add variables to allow more customize.
BREAKING CHANGES
- Naming of variables in theme, for example:
buttonBackground
instead ofbutton_background
.
v1.8.0
FEATURES
- Add option
meetio_status_badges
show/hide status badges in status bar. - Add variable
font_face
. - Add variable
sidebar_label_font_size
. - Add variable
panel_row_font_size
. - Add variable
panel_row_padding
. - Add variable
panel_row_background_color
. - Add variable
panel_row_foreground_color
. - Add variable
panel_row_selected_background_color
. - Add variable
panel_row_selected_foreground_color
. - Add variable
panel_row_match_foreground_color
. - Add variable
panel_row_selected_match_foreground_color
.
v1.7.1
BUGFIXES
- Fix variables on panel and status bar.
v1.7.0
FEATURES
- Add option
meetio_tabs_diff_icon
to show/hide the icon diff in tab. - Add option
meetio_tabs_diff_highlight
allow possibility to have a different color in modifier tab. - Add variable
tabset_diff_color
to change the color of modifier tab. - Add variable
tabset_diff_italic
to put the italic in modifier tab.
BUGFIXES
- Fix
input_background_color
variable to change the color in correct place. - Fix
button_background_color_hover
variable, to use the correct color instead of opacity.
NOTE
v1.6.0
FEATURES
- Add syntax Improvements for:
HTML
,CSS
,JavaScript
,PHP
&Markdown
and others. - Add customize colors for
diff.deleted
,diff.deleted.char
,diff.inserted
, anddiff.inserted.char
see build 3193.
BUGFIXES
- Fix background color of
quick_panel
.
v1.5.1
BUGFIXES
- Fix color of lighter scheme.