tinted-theming / base16-emacs

Base16 themes for Emacs
MIT License
382 stars 76 forks source link

Some colorschemes are missing when compared with base16-vscode #135

Closed yilkalargaw closed 4 months ago

yilkalargaw commented 1 year ago

I don't know weather this is a bug but I don't know where to ask this question. There are light version some of the color-schemes in base16 that are available in vscode which I used to use and they seem to not exist in Emacs. Some of the color-schemes include base16-brewer-light and base16-codeschool-light.

JamyGolden commented 6 months ago

I'm looking into this at the moment. The base16 vscode plugin doesn't seem to use any public schemes repo I'm aware of. Once I figure out what's going on (or if I don't) I'll make sure we get the missing schemes added. I'll update you once something happens.

belak commented 6 months ago

My guess is that the vscode themes were generated by some of the really old tooling. Chris used to have a very monolithic version of the builder which (I think) included a light and dark version of all schemes, but many were dropped when the spec was simplified because they weren't readable enough.

If you have a specific scheme you're looking for, it may be possible to resurrect it.

JamyGolden commented 4 months ago

@yilkalargaw we have a new vscode extension. It contains the same themes as base16 emacs so you can stay in sync with system theme: https://marketplace.visualstudio.com/items?itemName=TintedTheming.base16-tinted-themes

I'm going to close the issue since there are no colorschemes missing and base16-emacs and tinted-vscode contain the same themes.