Srcery Vim Versions Save

Srcery is a dark color scheme with clearly defined contrasting colors and a slightly earthy tone.

v2.0.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/srcery-colors/srcery-vim/compare/v1.0.0...v2.0.0

v1.0.0

2 years ago

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 https://github.com/srcery-colors/srcery-vim/pull/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

Fixed

  • Link rubyDefine to Keyword to improve legibility
  • Fixed orphaned color definitions for SpecialKey and NonText (thanks McSinyx)
  • Fixed lightline colors not set correctly with transparent background (https://github.com/srcery-colors/srcery-vim/issues/43)
  • Fixed terminal colors when termguicolors are set
  • Fixed ExtraWhiteSpace when termguicolors are set

v0.10.0

5 years ago

Added

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

6 years ago

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

6 years ago

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 the strong_match_paren option

Added

  • License

v0.9.0

6 years ago

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

6 years ago

Changes

  • Include Lightline support
  • Update color white/grey names to conform to their function
  • Include more shades of X11 greys. (235, 236, 237, 238, 239)

v0.7.1

6 years ago
  • Set color column to bright_black
  • Fix tab bar colors (thanks @schtibe)
  • Rename terminal.app script

v0.7.0

7 years ago

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

v0.6.2

7 years ago

Thank you @jswinarton. Merge pull request #1.