Port of Zenburn to CSS, TextMate, Sublime Text, and Xcode.
Sublime Text
Install "zenburn" via Package Control, and open Preferences. Use any theme you like, I found Adaptive
works well:
Preferences.sublime-settings
{
"color_scheme": "Packages/zenburn/zenburn.tmTheme",
"theme": "Adaptive.sublime-theme"
}
iterm
Preferences > Profiles > [Default profile] > Colors > Load Presets... > [zenburn.itermcolors]
SCSS
zenburn.scss
TextMate
zenburn.tmTheme
Xcode
zenburn.xccolortheme
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp zenburn.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes
Theme is broken in Sublime Text
Colour scheme is great. But when I apply the theme, this is how it looks like:
Environment
minor issue
Icon Error in Sublime Text 3
Hey, I just installed your theme in Sublime Text 3 and ran into the following visual problem:
This only occurs on hover of a collapsed fold button. Any thoughts? Thanks!
Not highlight entity.name.class
Hi,
I found that class names are not highlighted in the built-in java syntax.
Its scope name is
entity.name.class
, butClass type name
in zenburn.tmTheme currently only supports:Can you add
entity.name.class
into the list? Thanks!Revamp sublime text
To address issue #8, I'd love to work on getting this in so that we can have only one zenburn theme on packagecontrol for our users to download. I see that in the description for this repo, you mention that this is based on Vim. All of my changes are also based on Vim. I went syntax file by syntax file to ensure it was ported accurately.
If you want to see the README changes I made in context, see https://github.com/ryanolsonx/zenburn/tree/8b3725daeaee83aad990692e7ec4d953148416a1
Improve to bring closer to Vim Zenburn theme
Hello there!
I've been working on a Sublime Text port of Zenburn (from the original Vim color scheme). It supports a ton of languages and is pretty dang close to the Vim version.
In my package control PR, they suggested that I talk to you about incorporating my changes here. I think they're hoping to avoid 2 Zenburn color schemes in Package Control.
If I created a PR here, would you be open to working with me to merge it in?
All-in-all, I'm a big fan of Zenburn and would love to help improve your package. :D