Skip to content

Commit

Permalink
Showing 180 changed files with 574 additions and 571 deletions.
1,026 changes: 513 additions & 513 deletions Meetio-Theme.json → Meetio-Theme.hidden-theme

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Meetio-Theme.sublime-theme
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "Meetio-Theme.json",
"extends": "Meetio-Theme.hidden-theme",
"variables": {
"colorAccent": "#5f7e97",
"colorDark": "#455A64",
@@ -202,5 +202,6 @@
"vscStaged": "var(--yellowish)",
"vscUntracked": "var(--greenish)",
"vscMissing": "var(--orangish)"
}
},
"rules": []
}
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/folder_closed_colorful.png
Binary file added assets/folder_closed_colorful@2x.png
Binary file added assets/folder_closed_colorful@3x.png
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/folder_dup_colorful.png
Binary file added assets/folder_dup_colorful@2x.png
Binary file added assets/folder_dup_colorful@3x.png
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/folder_open_colorful.png
Binary file added assets/folder_open_colorful@2x.png
Binary file added assets/folder_open_colorful@3x.png
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
7 changes: 4 additions & 3 deletions src/icons.js
Original file line number Diff line number Diff line change
@@ -5,8 +5,9 @@ const svg2img = require("svg2img");
const defaultOptions = require("./icons/default.js");
const fileIcons = require("./icons/index");

fs.readdirSync("./src/icons/svg/").forEach(icon => {
const iconPath = path.join(__dirname, `/../src/icons/svg/${icon}`);
fs.readdirSync("./src/icons/common/").forEach(icon => {
const iconPath = path.join(__dirname, `/../src/icons/common/${icon}`);
console.log(iconPath);
icon = icon
.split(".")
.slice(0, -1)
@@ -20,7 +21,7 @@ fs.readdirSync("./src/icons/svg/").forEach(icon => {
{ width: setting.size, height: setting.size },
function(error, buffer) {
fs.writeFileSync(
`icons/${
`assets/${
setting.suffix ? icon + setting.suffix : icon
}.png`,
buffer,
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
5 changes: 3 additions & 2 deletions src/themes.js → src/theme.js
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ function build(name) {
});
const options = { variables: variables, rules: merge };
fs.writeFileSync(
`${name}.json`,
`${name}.hidden-theme`,
JSON.stringify(options, null, 4),
e => {
if (e) {
@@ -28,8 +28,9 @@ function build(name) {
}
);
const theme = {
extends: "Meetio-Theme.json",
extends: "Meetio-Theme.hidden-theme",
variables: variables,
rules: []
};
fs.writeFileSync(
`${name}.sublime-theme`,
2 changes: 1 addition & 1 deletion src/themes/files/annotations.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
{
"class": "annotation_close_button",
"content_margin": 8,
"layer0.texture": "Meetio Theme/icons/icon_close.png",
"layer0.texture": "Meetio Theme/assets/icon_close.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": { "target": 0.8, "speed": 4.0, "interpolation": "smoothstep" }
},
18 changes: 9 additions & 9 deletions src/themes/files/buttons.json
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
},
{
"class": "icon_regex",
"layer0.texture": "Meetio Theme/icons/icon_regex.png",
"layer0.texture": "Meetio Theme/assets/icon_regex.png",
"layer0.tint": "var(buttonIconFileColor)",
"layer0.opacity": { "target": 0.5, "speed": 5.0, "interpolation": "smoothstep" },
"content_margin": [12, 12]
@@ -55,7 +55,7 @@
},
{
"class": "icon_case",
"layer0.texture": "Meetio Theme/icons/icon_case_sensitive.png",
"layer0.texture": "Meetio Theme/assets/icon_case_sensitive.png",
"layer0.tint": "var(buttonIconFileColor)",
"layer0.opacity": { "target": 0.5, "speed": 5.0, "interpolation": "smoothstep" },
"content_margin": [12, 12]
@@ -72,7 +72,7 @@
},
{
"class": "icon_whole_word",
"layer0.texture": "Meetio Theme/icons/icon_whole_word.png",
"layer0.texture": "Meetio Theme/assets/icon_whole_word.png",
"layer0.tint": "var(buttonIconFileColor)",
"layer0.opacity": { "target": 0.5, "speed": 5.0, "interpolation": "smoothstep" },
"content_margin": [12, 12]
@@ -89,7 +89,7 @@
},
{
"class": "icon_wrap",
"layer0.texture": "Meetio Theme/icons/icon_wrap.png",
"layer0.texture": "Meetio Theme/assets/icon_wrap.png",
"layer0.tint": "var(buttonIconFileColor)",
"layer0.opacity": { "target": 0.5, "speed": 5.0, "interpolation": "smoothstep" },
"content_margin": [12, 12]
@@ -106,7 +106,7 @@
},
{
"class": "icon_in_selection",
"layer0.texture": "Meetio Theme/icons/icon_in_selection.png",
"layer0.texture": "Meetio Theme/assets/icon_in_selection.png",
"layer0.tint": "var(buttonIconFileColor)",
"layer0.opacity": { "target": 0.5, "speed": 5.0, "interpolation": "smoothstep" },
"content_margin": [12, 12]
@@ -123,7 +123,7 @@
},
{
"class": "icon_highlight",
"layer0.texture": "Meetio Theme/icons/icon_highlight_matches.png",
"layer0.texture": "Meetio Theme/assets/icon_highlight_matches.png",
"layer0.tint": "var(buttonIconFileColor)",
"layer0.opacity": { "target": 0.5, "speed": 5.0, "interpolation": "smoothstep" },
"content_margin": [12, 12]
@@ -140,7 +140,7 @@
},
{
"class": "icon_preserve_case",
"layer0.texture": "Meetio Theme/icons/icon_preserve_case.png",
"layer0.texture": "Meetio Theme/assets/icon_preserve_case.png",
"layer0.tint": "var(buttonIconFileColor)",
"layer0.opacity": { "target": 0.5, "speed": 5.0, "interpolation": "smoothstep" },
"content_margin": [12, 12]
@@ -157,7 +157,7 @@
},
{
"class": "icon_context",
"layer0.texture": "Meetio Theme/icons/icon_in_context.png",
"layer0.texture": "Meetio Theme/assets/icon_in_context.png",
"layer0.tint": "var(buttonIconFileColor)",
"layer0.opacity": { "target": 0.5, "speed": 5.0, "interpolation": "smoothstep" },
"content_margin": [12, 12]
@@ -174,7 +174,7 @@
},
{
"class": "icon_use_buffer",
"layer0.texture": "Meetio Theme/icons/icon_use_buffer.png",
"layer0.texture": "Meetio Theme/assets/icon_use_buffer.png",
"layer0.tint": "var(buttonIconFileColor)",
"layer0.opacity": { "target": 0.5, "speed": 5.0, "interpolation": "smoothstep" },
"content_margin": [12, 12]
4 changes: 2 additions & 2 deletions src/themes/files/code_folding.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"class": "fold_button_control",
"layer0.texture": "Meetio Theme/icons/arrow_right.png",
"layer0.texture": "Meetio Theme/assets/arrow_right.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": 0.4,
"layer0.inner_margin": 0,
@@ -16,7 +16,7 @@
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Meetio Theme/icons/arrow_down.png",
"layer0.texture": "Meetio Theme/assets/arrow_down.png",
"layer0.tint": "var(colorAccent)",
"content_margin": [12, 12]
}
34 changes: 17 additions & 17 deletions src/themes/files/folder_files_icons.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[
{
"class": "disclosure_button_control",
"layer0.texture": "Meetio Theme/icons/disclosure.png",
"layer0.texture": "Meetio Theme/assets/disclosure.png",
"layer0.tint": ["foreground", 0.6],
"layer0.opacity": { "target": 0.3, "speed": 4.0, "interpolation": "smoothstep" },
"content_margin": [0, 0, 0, 0]
},
{
"class": "disclosure_button_control",
"attributes": ["expanded"],
"layer0.texture": "Meetio Theme/icons/disclosure_expanded.png",
"layer0.texture": "Meetio Theme/assets/disclosure_expanded.png",
"layer0.tint": "var(sidebarIconFolderColor)"
},
{
@@ -25,22 +25,22 @@
},
{
"class": "icon_folder",
"layer0.texture": "Meetio Theme/icons/folder_closed.png",
"layer0.texture": "Meetio Theme/assets/folder_closed.png",
"layer0.tint": "var(sidebarIconFolderColor)",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_folder",
"parents": [{ "class": "tree_row", "attributes": ["expanded"] }],
"layer0.texture": "Meetio Theme/icons/folder_open.png",
"layer0.texture": "Meetio Theme/assets/folder_open.png",
"layer0.tint": "var(sidebarIconFolderExpandedColor)",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
},
{
"class": "icon_folder_dup",
"layer0.texture": "Meetio Theme/icons/folder_dup.png",
"layer0.texture": "Meetio Theme/assets/folder_dup.png",
"layer0.tint": "var(sidebarIconFolderColor)",
"layer0.opacity": 1.0,
"content_margin": [9, 9]
@@ -51,18 +51,18 @@
{
"keyframes":
[
"Meetio Theme/icons/spinner11.png",
"Meetio Theme/icons/spinner10.png",
"Meetio Theme/icons/spinner9.png",
"Meetio Theme/icons/spinner8.png",
"Meetio Theme/icons/spinner7.png",
"Meetio Theme/icons/spinner6.png",
"Meetio Theme/icons/spinner5.png",
"Meetio Theme/icons/spinner4.png",
"Meetio Theme/icons/spinner3.png",
"Meetio Theme/icons/spinner2.png",
"Meetio Theme/icons/spinner1.png",
"Meetio Theme/icons/spinner.png"
"Meetio Theme/assets/spinner11.png",
"Meetio Theme/assets/spinner10.png",
"Meetio Theme/assets/spinner9.png",
"Meetio Theme/assets/spinner8.png",
"Meetio Theme/assets/spinner7.png",
"Meetio Theme/assets/spinner6.png",
"Meetio Theme/assets/spinner5.png",
"Meetio Theme/assets/spinner4.png",
"Meetio Theme/assets/spinner3.png",
"Meetio Theme/assets/spinner2.png",
"Meetio Theme/assets/spinner1.png",
"Meetio Theme/assets/spinner.png"
],
"loop": true,
"frame_time": 0.08
6 changes: 3 additions & 3 deletions src/themes/files/inputs.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"layer1.opacity": 0,
"layer2.inner_margin": [52, 48, 0, 0],
"layer2.draw_center": false,
"layer2.texture": "Meetio Theme/icons/icon_search.png",
"layer2.texture": "Meetio Theme/assets/icon_search.png",
"layer2.tint": "var(colorAccent)",
"layer2.opacity": 1,
"settings": ["meetio_input_search_icon"]
@@ -44,15 +44,15 @@
"parents": [{ "class": "switch_project_window" }],
"layer2.inner_margin": [52, 48, 0, 0],
"layer2.draw_center": false,
"layer2.texture": "Meetio Theme/icons/icon_search.png",
"layer2.texture": "Meetio Theme/assets/icon_search.png",
"layer2.tint": "var(colorAccent)",
"layer2.opacity": 1,
"layer1.opacity": 0,
"settings": ["meetio_input_search_icon"]
},
{
"class": "dropdown_button_control",
"layer0.texture": "Meetio Theme/icons/overflow_menu.png",
"layer0.texture": "Meetio Theme/assets/overflow_menu.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": 1,
"layer0.inner_margin": 0,
6 changes: 3 additions & 3 deletions src/themes/files/open_files.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"class": "close_button",
"layer0.texture": "Meetio Theme/icons/icon_close.png",
"layer0.texture": "Meetio Theme/assets/icon_close.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": 1.0,
"layer0.inner_margin": [3, 3],
@@ -15,13 +15,13 @@
{
"class": "close_button",
"attributes": ["dirty"],
"layer0.texture": "Meetio Theme/icons/dirty_icon.png",
"layer0.texture": "Meetio Theme/assets/dirty_icon.png",
"layer0.tint": "var(colorAccent)"
},
{
"class": "close_button",
"attributes": ["hover", "dirty"],
"layer0.texture": "Meetio Theme/icons/dirty_icon.png",
"layer0.texture": "Meetio Theme/assets/dirty_icon.png",
"layer0.tint": "var(colorAccent)"
}
]
6 changes: 3 additions & 3 deletions src/themes/files/panels.json
Original file line number Diff line number Diff line change
@@ -12,11 +12,11 @@
},
{
"class": "overlay_control",
"layer0.texture": "Meetio Theme/icons/overlay_bg.png",
"layer0.texture": "Meetio Theme/assets/overlay_bg.png",
"layer0.inner_margin": [24, 4, 24, 33],
"layer0.opacity": 1.0,
"layer0.tint": "var(panelControlBackground)",
"layer1.texture": "Meetio Theme/icons/quick_panel_background.png",
"layer1.texture": "Meetio Theme/assets/quick_panel_background.png",
"layer1.inner_margin": [16, 0, 16, 25],
"layer1.opacity": 1.0,
"content_margin": [12, 4, 13, 28]
@@ -48,7 +48,7 @@
},
{
"class": "panel_close_button",
"layer0.texture": "Meetio Theme/icons/icon_close.png",
"layer0.texture": "Meetio Theme/assets/icon_close.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": { "target": 0.4, "speed": 4.0, "interpolation": "smoothstep" },
"layer1.opacity": 0,
6 changes: 3 additions & 3 deletions src/themes/files/statusbar.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
},
{
"class": "panel_button_control",
"layer0.texture": "Meetio Theme/icons/overflow_menu.png",
"layer0.texture": "Meetio Theme/assets/overflow_menu.png",
"layer0.tint": "var(statusbarIconColor)",
"layer0.opacity": 1,
"content_margin": 9,
@@ -28,7 +28,7 @@
{
"class": "vcs_branch_icon",
"settings": ["meetio_status_badges"],
"layer0.texture": "Meetio Theme/icons/icon_branch.png",
"layer0.texture": "Meetio Theme/assets/icon_branch.png",
"content_margin": 8,
"layer0.tint": "var(statusbarIconColor)",
"layer0.inner_margin": 2,
@@ -49,7 +49,7 @@
{
"class": "sidebar_button_control",
"settings": ["meetio_sidebar_button"],
"layer0.texture": "Meetio Theme/icons/sidebar_button.png",
"layer0.texture": "Meetio Theme/assets/sidebar_button.png",
"content_margin": 8,
"layer0.tint": "var(statusbarIconColor)",
"layer0.inner_margin": 2,
12 changes: 6 additions & 6 deletions src/themes/files/tabs.json
Original file line number Diff line number Diff line change
@@ -88,18 +88,18 @@
{
"class": "tab_close_button",
"content_margin": 0,
"layer0.texture": "Meetio Theme/icons/icon_close.png",
"layer0.texture": "Meetio Theme/assets/icon_close.png",
"layer0.tint": "var(tabCloseColor)",
"layer0.opacity": 1,
"layer0.inner_margin": 0,
"layer1.texture": "Meetio Theme/icons/dirty_dot_icon.png",
"layer1.texture": "Meetio Theme/assets/dirty_dot_icon.png",
"layer1.tint": "var(tabDiffIconColor)",
"layer1.inner_margin": [2, 2],
"layer1.opacity": 0
},
{
"class": "tab_close_button",
"layer1.texture": "Meetio Theme/icons/dirty_icon.png",
"layer1.texture": "Meetio Theme/assets/dirty_icon.png",
"layer1.inner_margin": 0,
"settings": ["meetio_tabs_diff_pencil_icon"]
},
@@ -162,7 +162,7 @@
},
{
"class": "scroll_tabs_left_button",
"layer0.texture": "Meetio Theme/icons/arrow_left.png",
"layer0.texture": "Meetio Theme/assets/arrow_left.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": { "target": 0.6, "speed": 4.0, "interpolation": "smoothstep" },
"content_margin": [10, 10]
@@ -174,7 +174,7 @@
},
{
"class": "scroll_tabs_right_button",
"layer0.texture": "Meetio Theme/icons/arrow_right.png",
"layer0.texture": "Meetio Theme/assets/arrow_right.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": { "target": 0.6, "speed": 4.0, "interpolation": "smoothstep" },
"content_margin": [10, 10]
@@ -187,7 +187,7 @@
{
"class": "show_tabs_dropdown_button",
"content_margin": [12, 12],
"layer0.texture": "Meetio Theme/icons/overflow_menu.png",
"layer0.texture": "Meetio Theme/assets/overflow_menu.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": 1,
"layer0.inner_margin": 0
8 changes: 4 additions & 4 deletions src/themes/files/vcs_sidebar_diff.json
Original file line number Diff line number Diff line change
@@ -2,21 +2,21 @@
{
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["untracked"]}],
"layer0.texture": "Meetio Theme/icons/vsc_untracked.png",
"layer0.texture": "Meetio Theme/assets/vsc_untracked.png",
"layer0.tint": "var(vscUntracked)",
"content_margin": "var(vcsBadgeSize)"
},
{
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["modified"]}],
"layer0.texture": "Meetio Theme/icons/vsc_modified.png",
"layer0.texture": "Meetio Theme/assets/vsc_modified.png",
"layer0.tint": "var(vscModified)",
"content_margin": "var(vcsBadgeSize)"
},
{
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["added"]}],
"layer0.texture": "Meetio Theme/icons/vsc_added.png",
"layer0.texture": "Meetio Theme/assets/vsc_added.png",
"layer0.tint": "var(vscUntracked)",
"content_margin": "var(vcsBadgeSize)"
},
@@ -30,7 +30,7 @@
{
"class": "vcs_status_badge",
"parents": [{"class": "file_system_entry", "attributes": ["staged"]}],
"layer0.texture": "Meetio Theme/icons/vsc_staged.png",
"layer0.texture": "Meetio Theme/assets/vsc_staged.png",
"layer0.tint": "var(vscStaged)",
"content_margin": "var(vcsBadgeSize)"
},

0 comments on commit e5f66f4

Please sign in to comment.