Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

chrisberthe's avatar

Sublime Text Sidebar Styling

Does anyone know how to tweak the sidebar in Sublime Text as @JeffreyWay has done in his latest video?

https://laracasts.com/series/intermediate-laravel/episodes/1

I went ahead and downloaded the Seti UX package - which gave me the icons... not sure about the colouring and spacing though.

Any help would be great, thanks.

0 likes
8 replies
chrisberthe's avatar

@mstnorris Thanks so much! Spacegray is exactly what I was looking for.

Would you know how to apply the Seti UI icons if Spacegray is already activated with:

"theme": "Spacegray.sublime-theme"?

mstnorris's avatar

@chrisberthe In your preferences, just change the theme to the following:

You can play around with the other settings and themes too.

{
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"theme": "Seti.sublime-theme",
}
Pixelkode's avatar

How do you integrate the set-ui icons in the spacegray theme?

rleger's avatar

There you go : I found this : https://github.com/markhuot/sp... which has everything bundled but doesn't quite work as expected (weird folder icons). Couldn't find the issue.

So what I did is (quick and dirty) :

I installed Spacegray from the untouched repo : https://github.com/kkga/spaceg.... I copied everything from here https://github.com/markhuot/sp... in the folder

Worked like a charm.

I zipped it in case anyone is interested : http://cl.ly/1Y271T2r1B2k

(copy from my answer here there) : https://laracasts.com/series/intermediate-laravel/episodes/1#comment-2007131465

SCC's avatar

You can install all these things using the package manager for sublime which is pretty easy. https://packagecontrol.io/

Go to preferences > package control Type install, select install package then type spacegray or whatever else you need.

Please or to participate in this conversation.