Live data from Hacker News

Afterglow: Dark Theme for Sublime

yabatadesign.github.io

51–60 of 96 posts

Re: Afterglow: Dark Theme for Sublime

#51
post #34

This is gorgeous. I wish there was one for Emacs :(

You can easily port it:

Step 1: write down the colors for default foreground face, background face, keyword face, string face, comment face, functionname face, type face, variable face and constant face.

Step 2: Go to http://emacs-theme-creator.appspot.com/, paste the colors and click done.

Step 3: have fun with your new emacs theme.

Re: Afterglow: Dark Theme for Sublime

#54

They also have crated a icon for ST2/ST3, which is also nice! link - https://github.com/YabataDesign/sublime-text-icon I just applied, this is how it looks in Dock - http://i.imgur.com/zFFP9wq.png

same, just noticed this and changed the icon. I really like it so far :) Note: if you do replace it, you probably will need to kill your dock, and clear the icon cache; here's a good command to do so: rm /var/folders/ / /*/com.apple.dock.iconcache;killall Dock

there's a couple of missing stars in that command between the slashes. That said, this didn't replace the icon for me. I needed to touch the app folder as well for the update to work

    touch /Applications/Sublime\ Text.app
    rm /var/folders/*/*/*/com.apple.dock.iconcache;killall Dock

Re: Afterglow: Dark Theme for Sublime

#58
Before this I was using Soda Dark 3 -- also a theme which changes tabs, etc.

After installing Afterglow, my tabs and sidebar are badly distorted and garbled after restarting SublimeText3 with the configuration lines added.

Am I missing something, or do I need to clear something?

Post reply on HN