Skip to content

Commit 95d6385

Browse files
committed
Add support for Skins package
And mention it in the README
1 parent 43fa15c commit 95d6385

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ Activate the UI theme and color scheme by modifying your user preferences file,
2828
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme"
2929
}
3030
```
31+
32+
If you're using ST3 you could also use the [Skins](https://packagecontrol.io/packages/Skins) package. Activation becomes as simple as running `Select Skin` from the command palette and choosing `Brogrammer` from the list.

brogrammer.skins

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"Brogrammer": {
3+
"Preferences": {
4+
"theme": "Brogrammer.sublime-theme",
5+
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)