Skip to content

Commit

Permalink
fix: path for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jun 19, 2020
1 parent bbed1b4 commit a508bb2
Show file tree
Hide file tree
Showing 48 changed files with 227 additions and 227 deletions.
442 changes: 221 additions & 221 deletions Meetio-Theme.hidden-theme

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/theme/files/annotations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"class": "annotation_close_button",
"content_margin": 8,
"layer0.texture": "Meetio Theme/textures/icon_close.png",
"layer0.texture": "Meetio Theme/textures/actions/icon_close.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": { "target": 0.8, "speed": 4.0, "interpolation": "smoothstep" }
},
Expand Down
4 changes: 2 additions & 2 deletions src/theme/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/textures/arrow_right.png",
"layer0.texture": "Meetio Theme/textures/navigation/arrow_right.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": 0.4,
"layer0.inner_margin": 0,
Expand All @@ -16,7 +16,7 @@
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Meetio Theme/textures/arrow_down.png",
"layer0.texture": "Meetio Theme/textures/navigation/arrow_down.png",
"layer0.tint": "var(colorAccent)",
"content_margin": [12, 12]
}
Expand Down
2 changes: 1 addition & 1 deletion src/theme/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/textures/icon_close.png",
"layer0.texture": "Meetio Theme/textures/actions/icon_close.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": 1.0,
"layer0.inner_margin": [3, 3],
Expand Down
2 changes: 1 addition & 1 deletion src/theme/files/panels.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
{
"class": "panel_close_button",
"layer0.texture": "Meetio Theme/textures/icon_close.png",
"layer0.texture": "Meetio Theme/textures/actions/icon_close.png",
"layer0.tint": "var(colorAccent)",
"layer0.opacity": { "target": 0.4, "speed": 4.0, "interpolation": "smoothstep" },
"layer1.opacity": 0,
Expand Down
2 changes: 1 addition & 1 deletion src/theme/files/statusbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
{
"class": "sidebar_button_control",
"layer0.texture": "Meetio Theme/textures/sidebar_button.png",
"layer0.texture": "Meetio Theme/textures/actions/sidebar_button.png",
"content_margin": 8,
"layer0.tint": "var(statusbarIconColor)",
"layer0.inner_margin": 2,
Expand Down
Binary file removed textures/arrow_down.png
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/arrow_folder_closed.png
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/arrow_folder_open.png
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/arrow_left.png
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/arrow_right.png
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/arrow_up.png
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/icon_close.png
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/[email protected]
Binary file not shown.
Binary file removed textures/navigation/arrow-left.png
Binary file not shown.
Binary file removed textures/navigation/[email protected]
Binary file not shown.
Binary file removed textures/navigation/[email protected]
Binary file not shown.
Binary file removed textures/navigation/arrow-right.png
Binary file not shown.
Binary file removed textures/navigation/[email protected]
Diff not rendered.
Binary file removed textures/navigation/[email protected]
Diff not rendered.
Binary file removed textures/navigation/arrow-small-left.png
Diff not rendered.
Binary file removed textures/navigation/[email protected]
Diff not rendered.
Binary file removed textures/navigation/[email protected]
Diff not rendered.
Binary file removed textures/navigation/arrow-small-right.png
Diff not rendered.
Binary file removed textures/navigation/[email protected]
Diff not rendered.
Binary file removed textures/navigation/[email protected]
Diff not rendered.
Binary file removed textures/navigation/chevron-down.png
Diff not rendered.
Binary file removed textures/navigation/[email protected]
Diff not rendered.
Binary file removed textures/navigation/[email protected]
Diff not rendered.
Binary file removed textures/navigation/chevron-right.png
Diff not rendered.
Binary file removed textures/navigation/[email protected]
Diff not rendered.
Binary file removed textures/navigation/[email protected]
Diff not rendered.
Binary file removed textures/sidebar_button.png
Diff not rendered.
Binary file removed textures/[email protected]
Diff not rendered.
Binary file removed textures/[email protected]
Diff not rendered.

0 comments on commit a508bb2

Please sign in to comment.