feat: sync theme palette and token colors with srcery-vim - #35
Closed
MindTooth wants to merge 2 commits into
Closed
Conversation
- Fix terminal.ansiWhite (#d0bfa1 → #c5b088) - Fix terminal.ansiBrightBlack throughout (#918175 → #917e6b) - Fix terminal.ansiBrightCyan (#53fde9 → #2be4d0) - Sync Comment → bright_black, String → bright_green - Sync Number/Constant → bright_magenta, Variable → bright_white - Sync Function → yellow, Storage → bright_blue, Type → bright_blue - Sync Class name → cyan, Tag name/attribute → blue - Add Boolean, Operator, Decorator, Include, Define/PreProc groups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings
themes/Srcery-color-theme.jsoninto strict alignment with the canonical srcery-vim palette and highlight group assignments.Terminal ANSI colors (3 fixes)
terminal.ansiWhite#d0bfa1→#c5b088(white)terminal.ansiBrightBlack#918175→#917e6b(bright_black) — propagated across all UI tokensterminal.ansiBrightCyan#53fde9→#2be4d0(bright_cyan)Syntax token colors synced to srcery-vim groups
#75715e#917e6b#fbb829#98bc37#0aaeb3#ff5c8f#9ebac2(non-palette)#fce8c3#ef2f27#68a8e4#2c78bf#68a8e4#519f50#0aaeb3#519f50#fbb829#2c78bf#68a8e4#ef2f27#2c78bf#519f50#2c78bf#2c78bf#68a8e4New token groups (from srcery-vim, previously missing)
constant.language.boolean) → bright_magenta#ff5c8fkeyword.operator) → white#c5b088entity.name.function.decorator,punctuation.definition.decorator) → bright_orange#ff8700keyword.control.import,keyword.other.import) → bright_red#f75341keyword.control.preprocessor,meta.preprocessor) → cyan#0aaeb3Test plan
pnpm exec vsce packagesucceeds ✅