Skip to content

Commit c4e091e

Browse files
fix: path for sidebar icon
1 parent 94058b6 commit c4e091e

File tree

11 files changed

+17
-12
lines changed

11 files changed

+17
-12
lines changed

Meetio Theme High Contrast.sublime-theme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@
17911791
"settings": [
17921792
"sidebar_on_right"
17931793
],
1794-
"layer0.texture": "GitHub Theme/textures/tree/sidebar-button-right.png"
1794+
"layer0.texture": "Meetio Theme/textures/actions/sidebar-right.png"
17951795
},
17961796
{
17971797
"class": "status_container",

Meetio Theme.sublime-theme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@
17891789
"settings": [
17901790
"sidebar_on_right"
17911791
],
1792-
"layer0.texture": "GitHub Theme/textures/tree/sidebar-button-right.png"
1792+
"layer0.texture": "Meetio Theme/textures/actions/sidebar-right.png"
17931793
},
17941794
{
17951795
"class": "status_container",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sublime-meetio-theme",
3-
"version": "7.6.0",
3+
"version": "7.6.1",
44
"description": "The most powerful and adaptive theme for Sublime Text 3",
55
"bugs": {
66
"url": "https://github.com/meetio-theme/sublime-meetio-theme/issues"

src/colors.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
import { base } from '@meetio/meetio-colors/dist/variations/base';
2-
import { darker } from '@meetio/meetio-colors/dist/variations/darker';
3-
import { lighter } from '@meetio/meetio-colors/dist/variations/lighter';
4-
import { palenight } from '@meetio/meetio-colors/dist/variations/palenight';
5-
import { deepocean } from '@meetio/meetio-colors/dist/variations/deepocean';
1+
import {
2+
base,
3+
darker,
4+
deepocean,
5+
lighter,
6+
palenight,
7+
} from '@meetio/meetio-colors';
68

79
import { Colors } from '@meetio/scheme-generator';
810

Lines changed: 1 addition & 1 deletion
Loading

src/icons/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ export const icons: IOptions[] = [
6464
name: 'sidebar',
6565
settings: defaultSettings,
6666
},
67+
{
68+
name: 'sidebar-right',
69+
settings: defaultSettings,
70+
},
6771
],
6872
},
6973
{
@@ -189,7 +193,6 @@ export const icons: IOptions[] = [
189193
preserveAspectRatio: 'xMinYMid meet',
190194
},
191195
],
192-
193196
},
194197
{
195198
name: 'dirty_pencil',

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ export const rules = [
13481348
{
13491349
class: 'sidebar_button_control',
13501350
settings: ['sidebar_on_right'],
1351-
'layer0.texture': 'GitHub Theme/textures/tree/sidebar-button-right.png',
1351+
'layer0.texture': 'GitHub Theme/textures/actions/sidebar-right.png',
13521352
},
13531353
{
13541354
class: 'status_container',

textures/actions/sidebar-right.png

256 Bytes
Loading
651 Bytes
Loading
785 Bytes
Loading

0 commit comments

Comments
 (0)