Skip to content

Releases: srcery-colors/srcery-vim

v2.0.0

16 Nov 16:13
ffe6b8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

27 May 14:23
Compare
Choose a tag to compare

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 in visual)
  • 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), and white (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

  • 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 (#43)
  • Fixed terminal colors when termguicolors are set
  • Fixed ExtraWhiteSpace when termguicolors are set

v0.10.0

04 Jul 12:03
Compare
Choose a tag to compare

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

13 Apr 20:55
Compare
Choose a tag to compare

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

02 Mar 21:58
Compare
Choose a tag to compare

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

06 Jan 01:11
Compare
Choose a tag to compare

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

03 Sep 13:36
Compare
Choose a tag to compare

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

03 Sep 13:21
Compare
Choose a tag to compare
  • Set color column to bright_black
  • Fix tab bar colors (thanks @schtibe)
  • Rename terminal.app script

Improve contrast for various colors.

27 Aug 19:19
Compare
Choose a tag to compare
Pre-release

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

15 Aug 18:07
Compare
Choose a tag to compare
Pre-release

Thank you @jswinarton. Merge pull request #1.