Skip to content
This repository was archived by the owner on Dec 9, 2017. It is now read-only.

Commit ec3f932

Browse files
author
ctf0
committed
added panel switcher for 3101
1 parent d08ead9 commit ec3f932

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

Icons/Langs/SASS.tmLanguage

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>name</key>
6+
<string>SASS</string>
7+
<key>fileTypes</key>
8+
<array>
9+
<string>sass</string>
10+
</array>
11+
<key>patterns</key>
12+
<array>
13+
<dict>
14+
<key>include</key>
15+
<string>source.css</string>
16+
</dict>
17+
</array>
18+
<key>scopeName</key>
19+
<string>source.css, source.sass</string>
20+
</dict>
21+
</plist>

Main/panels.png

1.24 KB
Loading

Yeti.sublime-theme

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,14 @@
554554
"parents": [{"class": "status_bar"}],
555555
"color": [97, 89, 81]
556556
},
557+
// panel switcher
558+
{
559+
"class": "panel_button_control",
560+
"layer0.texture": "Yeti_UI/Main/panels.png",
561+
"layer0.opacity": 0.7,
562+
"layer0.tint": [97, 89, 81],
563+
"content_margin": [12, 8]
564+
},
557565

558566
//========================================================
559567
// SIDEBAR

Yeti_orig.sublime-theme

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,14 @@
535535
"parents": [{"class": "status_bar"}],
536536
"color": [97, 89, 81]
537537
},
538+
// panel switcher
539+
{
540+
"class": "panel_button_control",
541+
"layer0.texture": "Yeti_UI/Main/panels.png",
542+
"layer0.opacity": 0.7,
543+
"layer0.tint": [97, 89, 81],
544+
"content_margin": [12, 8]
545+
},
538546

539547
//========================================================
540548
// SIDEBAR

0 commit comments

Comments
 (0)