Releases: srcery-colors/srcery-vim
Releases · srcery-colors/srcery-vim
v2.0.0
What's Changed
- Markdown and javascript revisions by @roosta in #65
- chore(deps): bump actions/setup-python from 1 to 2.2.2 by @dependabot in #66
- solves this problem in TreeSitter nvim-treesitter/nvim-treesitter#1563 by @RustemB in #68
- feat: nvim-treesitter by @roosta in #71
- chore(deps): bump actions/setup-python from 2.2.2 to 2.3.0 by @dependabot in #73
- chore(deps): bump actions/setup-python from 2.3.0 to 2.3.1 by @dependabot in #74
- Update README.md by @nobodyatandnothing in #75
- chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2 by @dependabot in #76
- chore(deps): bump actions/setup-python from 2.3.2 to 3 by @dependabot in #77
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #78
- docs: fix path again for native vim 8 installation by @VillagerTom in #80
- chore(deps): bump actions/setup-python from 3 to 4 by @dependabot in #81
- Add bright bold highlights by @uplus in #83
- Refactor srcery-vim by @Guergeiro in #84
- fix: errors reported by vint by @MindTooth in #87
- ci: run lint job on pull requests by @MindTooth in #86
- fix: Missing new install instructions by @Guergeiro in #90
- Doc/new logo: add new logo, TOC, update badges by @roosta in #91
- fix: return lsp groups by @roosta in #94
- fix: update lsp hl groups to latest by @roosta in #95
- fix: PmenuThumb has the same color of the bar. by @micangl in #97
- Port Lightline color scheme to Lualine. by @micangl in #99
- Set highlight groups for nvim-cmp. by @micangl in #96
- Complete README.md list of supported plugins. by @micangl in #103
- Support Neovim 0.8.0 tree-sitter highlight groups. by @micangl in #102
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #105
- Add option to set bg to hard_black for gui. by @micangl in #104
- Fix/js vue html issues + feat by @roosta in #92
- feat: make cterm colors configurable by @McSinyx in #107
- fix: nitpick doc formatting by @McSinyx in #108
New Contributors
- @dependabot made their first contribution in #66
- @RustemB made their first contribution in #68
- @nobodyatandnothing made their first contribution in #75
- @VillagerTom made their first contribution in #80
- @uplus made their first contribution in #83
- @Guergeiro made their first contribution in #84
- @micangl made their first contribution in #97
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Breaking
There are some updates to colors, namely bright black and white, make sure to update your terminal config if your not using termguicolor
or GUI
Added
- Added Makefile highlights
- Added terminal and command indication color to lightline plugin theme
- Added help page
- Added neovim terminal colors (thanks xfbs)
- Added fzf statusline colors
- Added netrw colors
- Added coc.nvim highlights
- Added clap theme (see #48 , thanks MindTooth)
- Neovim LSP highlights (thanks p00f)
- Italic types option (thanks p00f)
- TSParameter (thanks p00f)
- Telescope highlights (thanks p00f)
- guisp fallback for when underline/undercurl supported
- Make all colors customizable, see README, or :help srcery for details
Changed
- Changed cursor color to yellow (previously
inverse
, which made it hard to distinguish when invisual
) - Changed
Search
,Incsearch
to be more subtle, use x colors, bold and underline rather than magenta - Changed
orange (202)
to be more vibrant (see #41 , thanks McSinyx) - Revised
brightblack (8)
, andwhite (7)
, and usage of various gray colors.
This change involved a lot of commits, rationale and discussion here: - Removed asset images from repository, reducing the overall size
of the plugin. This involved rewriting the git history of the plugin. A clean
clone might be needed, and forks will be affected. (15M -> 440KB) - Changed
PmenuSel
to blue - Changed
SpecialKey
to blue
Fixed
v0.10.0
Added
- Airline theme support
- Option to set transparent background color in terminal.
g:srcery_transparent_background
- Support ctrlp
- Support vim-indent-guides
- Support vim-startify
- CI integration using vim-vint
Changed
- Terminal color configs are now moved to its own repo
- Rework CSS/SASS
- Rework HTML
Fixed
shParenError
should now look correct- Set
Error
foreground to white
See version comparison for a full list of commits
v0.9.2
Added
- srcery_dim_lisp_parens option. Dims lisp parens to a darker gray.
- srcery_inverse_matches. Inverts incsearch matches
- Alacritty conf
Changed
- Highlight color for paren match to magenta bold
- Clojure cond, special, and define to red as to match other langs
- Change around colors for rainbow pairs, to improve legibility.
- Improve javascript yajs syntax
Fixed
- gvim cursor color
- inverse disabled case for visual lines
- Fix bright_black hex not matching palette definition. Unnoticeable to the naked eye.
v0.9.1
Changed
- Redo most of the custom javascript links, relying mostly on the groups defined
in syntax, with some exceptions for legibility and visual appearance. - Change the completion menu colors, making it stand out more.
- Change macro to orange in general syntax.
- Change Rainbow parens color pairs to blue, orange, cyan and magenta. Works
better with thestrong_match_paren
option
Added
- License
v0.9.0
Note
I've changed some of the colors in this update, so your terminal colors needs to be updated as well. All the scripts/configs in term_color
are up to date with the current palette.
Changes
- Change blue: Use a more vibrant blue. Less grey, more blue. Update bright variant to match.
- Change red and bright_magenta so they stand out a little more against its color counterpart.
- Update scripts to use new palette.
- Change search/incsearch to magenta/white for visibility.
- Change Function, Type, and Typedef to yellow, bright_blue and magenta respectively.
- Add rust docstring color (green)
- Add new option
g:srcery_strong_match_paren
, enable or disable more visible matching paren highlight - Fix rainbow color pairs
- Update clojure syntax colors (cond, special, define, macro to bright_red)
- Fix clojureParen hi group
- Add ale plugin support
v0.8.0
v0.7.1
Improve contrast for various colors.
Update some colors to be more contrasting with their hue counterparts and more distinct on various backgrounds.
Colors updated are:
[9]bright red
[6]cyan
[14]bright cyan
[12] bright blue
[11] bright yellow
Fix for misnamed color constant
Thank you @jswinarton. Merge pull request #1.