Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

[WIP] Solarized theme #1122

Merged
merged 9 commits into from
Dec 19, 2017
Merged

[WIP] Solarized theme #1122

merged 9 commits into from
Dec 19, 2017

Conversation

akinsho
Copy link
Member

@akinsho akinsho commented Dec 13, 2017

@bryphe hopefully matches what you had in mind, the theme is called solarized8 being a fork which I stuck to so it's clear where it came from

@bryphe
Copy link
Member

bryphe commented Dec 14, 2017

Awesome, thanks for putting this together, @Akin909 ! I know @hoschi will appreciate it 😉

When I set my ui.colorscheme to it, I see this:
image

I think it is picking up the light version instead of the dark version.

For Solarized, I believe it would make sense to have two themes:

  • Solarized Dark and Solarized Light.

We could reference both versions in the package.json, like:

"contributes": {
    "themes": [
{ "name": "solarized8_light", "path": "colors/solarized8_light.json"}
{ "name": "solarized8_dark", "path": "colors/solarized8_dark.json"}
]
}

Sorry for the formatting, hopefully that helps give an idea.

@hoschi
Copy link

hoschi commented Dec 14, 2017

@Akin909 AWESOME 💯
I still sit on b64f415 from 7 weeks ago and I think after this one I can upgrade again and get working syntax highlighting \o/

@hoschi
Copy link

hoschi commented Dec 14, 2017

@bryphe your screenshot hasn't syntax highlighted I realize after my last comment. Does it work with the new theme?

@akinsho
Copy link
Member Author

akinsho commented Dec 14, 2017

Ah completely forgot that background defaults to light in vim unless background=dark, i'll have another look at these, and split them out

@akinsho akinsho changed the title Solarized theme [WIP] Solarized theme Dec 14, 2017
@bryphe
Copy link
Member

bryphe commented Dec 15, 2017

Awesome, I just tried this out, and it works great for me (using both solarized8_dark and solarized8_light as settings for ui.colorscheme).

Is there anything left here, @Akin909 ? Or is it ready to bring in?

@bryphe
Copy link
Member

bryphe commented Dec 15, 2017

@hoschi - I don't think I had the experimental.editor.textMateHighlighting.enabled flag set to true in that screenshot. It looks like there is syntax highlighting when I have that set:

image

@bryphe
Copy link
Member

bryphe commented Dec 19, 2017

This looks like it's all set - thanks @Akin909 for integrating this! I'll bring this in now. We're starting to have a nice portfolio of first-class themes supported - onedark, solarized light/dark, nord. Very cool.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants