vim / colorschemes

colorschemes for Vim
276 stars 23 forks source link

feat(slate): update 8/16c support #208

Closed habamax closed 2 years ago

habamax commented 2 years ago

Make it more like legacy

Relates to #207

romainl commented 2 years ago

@habamax we should stick with the "GUI-as-single-source-of-truth" decision we made a long time ago. Fixing inconsistencies between new GUI, 256c, 16c, 8c is fine, like having PreProc red everywhere instead of red in GUI/256c and magenta in 16c/8c but GUI Comments are gray so all Comments should be gray for consistency's sake.

If they don't like the remake, they have their old broken crap.

habamax commented 2 years ago

Remake:

image

OG: image

habamax commented 2 years ago

Fixing inconsistencies between new GUI, 256c, 16c, 8c is fine, like having PreProc red everywhere instead of red in GUI/256c and magenta in 16c/8c but GUI Comments are gray so all Comments should be gray for consistency's sake.

Yep, this is fixed