File tree Expand file tree Collapse file tree 11 files changed +17
-12
lines changed Expand file tree Collapse file tree 11 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
79import { Colors } from '@meetio/scheme-generator' ;
810
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments