Skip to content

Commit

Permalink
feat: updated icon branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jan 9, 2019
1 parent c41a14e commit 7e00be3
Show file tree
Hide file tree
Showing 17 changed files with 1,494 additions and 1,418 deletions.
1,268 changes: 635 additions & 633 deletions Meetio-Darker.sublime-theme

Large diffs are not rendered by default.

358 changes: 180 additions & 178 deletions Meetio-Lighter.sublime-theme

Large diffs are not rendered by default.

1,170 changes: 586 additions & 584 deletions Meetio-Palenight.sublime-theme

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions Preferences.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

// Set large font in sidebar
"meetio_sidebar_font_big" : false,
// Set large sidebar
"meetio_sidebar_large" : false,
// Set compact sidebar
"meetio_compact_sidebar" : false,
// Replace folder icons with arrows
"meetio_arrow_folders" : false,

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To activate this theme, adding these lines to your user settings (**Preferences

// Sidebar
"meetio_sidebar_font_big" : true, // Set large font in sidebar
"meetio_sidebar_large" : true, // Set large sidebar
"meetio_compact_sidebar" : true, // Set compact sidebar
"meetio_arrow_folders" : true, // Replace folder icons with arrows

// Panels
Expand Down
Binary file added assets/default/icon_branch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/default/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions schemes/Meetio-Lighter.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@
"tags_foreground": "var(violet)"
},
"rules": [
{
"background": "#000000",
"scope": "col_gutter",
"foreground": "#ffffff"
},
{
"background": "#6D88FFFF",
"scope": "col_6D88FFFF",
"foreground": "#0D0D0DFF"
},
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
Expand Down
50 changes: 50 additions & 0 deletions schemes/Meetio-Palenight.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,56 @@
"tags_foreground": "var(violet)"
},
"rules": [
{
"background": "#4A616CFF",
"scope": "col_4A616CFF",
"foreground": "#DBDBDBFF"
},
{
"background": "#253137FF",
"scope": "col_253137FF",
"foreground": "#AEAEAEFF"
},
{
"background": "#FFFFFFFF",
"scope": "col_FFFFFFFF",
"foreground": "#7F7F7FFF"
},
{
"background": "#D33131FF",
"scope": "col_D33131FF",
"foreground": "#E1E1E1FF"
},
{
"background": "#479E8EFF",
"scope": "col_479E8EFF",
"foreground": "#020202FF"
},
{
"background": "#7B88CCFF",
"scope": "col_7B88CCFF",
"foreground": "#0B0B0BFF"
},
{
"background": "#C1685CFF",
"scope": "col_C1685CFF",
"foreground": "#010101FF"
},
{
"background": "#000000FF",
"scope": "col_000000FF",
"foreground": "#808080FF"
},
{
"background": "#000000",
"scope": "col_gutter",
"foreground": "#ffffff"
},
{
"background": "#6D88FFFF",
"scope": "col_6D88FFFF",
"foreground": "#0D0D0DFF"
},
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
Expand Down
3 changes: 3 additions & 0 deletions src/icons/svg/icon_branch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/themes/default/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
{
"class": "sidebar_tree",
"row_padding": [16, 3],
"indent": 16,
"indent_offset": 16,
"row_padding": [20, 6],
"indent": 10,
"indent_offset": 2,
"indent_top_level": false,
"dark_content": false,
"spacer_rows": true
Expand All @@ -21,8 +21,8 @@
},
{
"class": "sidebar_tree",
"settings": ["meetio_sidebar_large"],
"row_padding": [16, 6]
"settings": ["meetio_compact_sidebar"],
"row_padding": [16, 3]
},
{
"class": "tree_row",
Expand Down
23 changes: 18 additions & 5 deletions src/themes/default/status_bar.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,28 @@
{
"class": "panel_button_control",
"layer0.texture": "Meetio/assets/default/overflow_menu.png",
"layer0.tint": ["accent", 1.0],
"layer0.tint": "#fff",
"layer0.opacity": 1.0,
"content_margin": [8, 8]
"content_margin": 9,
"layer0.inner_margin":4
},
{
"class": "vcs_branch_icon",
"layer0.texture": "Meetio/assets/default/icon_branch.png",
"layer0.tint": "#fff",
"layer0.opacity": 1.0,
"content_margin": 9,
"layer0.inner_margin":2
},
{
"class": "panel_button_control",
"attributes": ["hover"],
"layer0.texture": "Meetio/assets/default/overflow_menu.png",
"layer0.tint": ["accent", 1.0]
"layer0.opacity": 0.8
},
{
"class": "vcs_branch_icon",
"attributes": ["hover"],
"layer0.opacity": 0.8
},
{
"class": "status_container",
Expand All @@ -31,7 +44,7 @@
"class": "label_control",
"parents": [{"class": "status_bar"}],
"font.size": 11,
"color": [255, 255, 255],
"color": "#fff",
"font.bold": false
}
]
2 changes: 1 addition & 1 deletion utils/activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def commit():
return sublime.save_settings(PREFERENCES)


class MtActivateCommand(sublime_plugin.WindowCommand):
class MeetioActivateCommand(sublime_plugin.WindowCommand):

def display_list(self, themes):
self.themes = themes
Expand Down
3 changes: 1 addition & 2 deletions utils/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
}
'''


class MtChangesCommand(sublime_plugin.WindowCommand):
class MeetioChangesCommand(sublime_plugin.WindowCommand):
def on_navigate(self, href):
webbrowser.open_new_tab(href)

Expand Down
9 changes: 2 additions & 7 deletions utils/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,15 @@
import sublime_plugin
import webbrowser


# Repository command.


class MtRepoCommand(sublime_plugin.WindowCommand):
class MeetioRepoCommand(sublime_plugin.WindowCommand):
def run(self):
"""Open the repository in a browser tab."""
webbrowser.open_new_tab('https://github.com/mauroreisvieira/meetio')


# Issues command.


class MtIssuesCommand(sublime_plugin.WindowCommand):
class MeetioIssuesCommand(sublime_plugin.WindowCommand):
def run(self):
"""Open the issues page in a browser tab"""
webbrowser.open_new_tab('https://github.com/mauroreisvieira/meetio/issues')

0 comments on commit 7e00be3

Please sign in to comment.