All notable changes to this project will be documented in this file.
- Change default value of
g:gruvbox_material_sign_column_background
to'none'
.
1.2.4 - 2022-05-26
- Add
g:gruvbox_material_spell_foreground
. - Optimize
junegunn/limelight.vim
. - Add FAQ for configuration options.
- Optimize
rhysd/clever-f.vim
. - Optimize
rcarriga/nvim-dap-ui
. - Add
g:gruvbox_material_disable_terminal_colors
. - Optimize
voldikss/vim-floaterm
. - Support
g:gruvbox_material_transparent_background == 2
. - Optimize
stevearc/aerial.nvim
. - Optimize
wbthomason/packer.nvim
.
- Redesign coc symbols.
- Redesign
liuchengxu/vim-clap
. - Redesign semantic hi groups in coc.nvim neoclide/coc.nvim#3355.
- Generate
/after/syntax
. - Split
g:gruvbox_material_palette
intog:gruvbox_material_foreground
andg:gruvbox_material_colors_override
.
- Update &runtimepath after generating syntax files.
- Remove examples of configuration options in help doc.
1.2.3 - 2022-01-09
- Add
g:gruvbox_material_ui_contrast
. - Optimize
fannheyward/coc-rust-analyzer
. - Add Diagnostic highlight groups.
- Optimize
vimwiki/vimwiki
. - Optimize
hrsh7th/nvim-cmp
. - Optimize
folke/trouble.nvim
. - Optimize
TimUntersberger/neogit
. - Optimize
lambdalisue/fern.vim
. - Optimize
romgrk/barbar.nvim
. - Optimize
rcarriga/nvim-notify
. - Support
nvim-lualine/lualine.nvim
. - Optimize performance in vim by disabling hi groups of neovim-only plugins.
- Optimize
lewis6991/gitsigns.nvim
. - Optimize
airblade/vim-gitgutter
. - Optimize
mhinz/vim-signify
. - Optimize
glepnir/dashboard-nvim
. - Optimize
glepnir/lspsaga.nvim
. - Add modeline to generated ftplugin files.
- Disable tmux checking.
1.2.2 - 2021-08-06
- Optimize
lervag/vimtex
. - Add
g:gruvbox_material_diagnostic_text_highlight
- Optimize
liuchengxu/vim-clap
. - Add whitelist for extended file types.
- Support for leaderf popup mode.
- Optimize
nvim-telescope/telescope.nvim
. - Add
g:gruvbox_material_diagnostic_virtual_text
. - Optimize
kyazdani42/nvim-tree.lua
. - Add installation guide for using pack feature.
- New value
'mix'
forg:gruvbox_material_statusline_style
. - Add
g:gruvbox_material_show_eob
. - Optimize
McSinyx/vim-octave
. - Support semantic highlight in coc.nvim .
- Optimize semantic highlight in some plugins.
- Support
thiagoalessio/rainbow_levels.vim
andp00f/nvim-ts-rainbow
. - Optimize coc symbols and coc tree.
- Diagnostics text highlights.
- Adjust diff and visual background colors in light variant.
gui=undercurl
is enabled in tmux >= 2.9- Adjust the design of airline/lightline.
- Redesign syntax logic of tree-sitter.
1.2.1 - 2020-12-29
- Optimize
nvim-treesitter/nvim-treesitter
. - AUR packages.
- Support neovim lsp diagnostics.
- New highlight groups for coc-explorer.
- Outline of help doc.
- Remove duplicate docs in README.
- Fix errors when doesn't set
g:colors_name
. - Fix
DiffText
in Vim. - Fix
CurrentWord
in diff mode. - Fix
CursorColumn
in diff mode. - Clear highlights when better performance is disabled.
1.2.0 - 2020-06-04
- Add
g:gruvbox_material_diagnostic_line_highlight
. - Add
g:gruvbox_material_better_performance
.
- Fix airline warning and error.
- Fix
g:gruvbox_material_current_word
settings. - Use
grey0
inConceal
.
1.1.3 - 2020-05-06
- Optimize Coc.
- Optimize gitcommit.
- Add hi groups for builtin lsp and checkhealth.
- Optimize DOS INI.
- Optimize Matlab.
- Optimize Airline.
- Optimize
cohama/agit.vim
. - Add
ToolbarLine
andToolbarButton
. - Support command line mode for airline and lightline.
- Support terminal mode for airline and lightline.
- Add
g:gruvbox_material_statusline_style
. - Add more available values for
g:gruvbox_material_menu_selection_background
. - Add
Substitute
,TermCursor
andTermCursorNC
. - Optimize vim-sneak.
- Add
g:gruvbox_material_sign_column_background
.
- Adjust
Search
andIncSearch
. - Adjust
NonText
,Whitespace
andSpecialKey
. - Use green in modified fg.
- Add
autoload/gruvbox_material.vim
. - Adjust
bg_red
in the mix palette. - Adjust
DiffText
. - Adjust
bg_statusline3
in soft dark background. - Optimize performance.
- Remove
g:gruvbox_material_cursor_line_contrast
.
1.1.2 - 2020-04-04
- Add
g:gruvbox_material_cursor_line_contrast
- Optimize arakashic/chromatica.nvim
- Optimize numirias/semshi
- Optimize jackguo380/vim-lsp-cxx-highlight
1.1.1 - 2020-03-11
- Rename
median
asmix
.
1.1.0 - 2020-03-11
- Add
g:gruvbox_material_cursor
. - Optimize
Yggdroot/indentLine
. - Add
median
palette.
- Adjust some background colors used in the light variant.
- Transfer ownership.
- Fix terminal colors. #24
1.0.1 - 2020-01-09
- Add
g:gruvbox_material_palette
. - Add
g:gruvbox_material_enable_italic
. - Add
g:gruvbox_material_menu_selection_background
.
- Refactor
colors/gruvbox-material.vim
. - Adjust syntax highlighting logic.
- Remove color templates.
- Rewrite airline theme.
- Markdown heading delimiter.
1.0.0 - 2019-12-11
- Adjust the background color of
CursorLine
in the dark variant. - Link
WhichKeyFloating
toSignColumn
. - Optimize vim-sneak.
- Markdown headings.
- Use blue as foreground color of modified file name in airline color scheme.
- Add a judgment logic for
CursorLineNr
. - Optimize Dart.
- Fix background colors in transparent mode.
- Remove
doc/tags
.
0.3.4 - 2019-11-23
- Use grey as foreground color of
Conceal
. - Optimize
CursorLine
. - Optimize
MatchParen
. - Optimize
Pmenu
. - Better support for hard light variant.
- Disable bold in
MatchParen
.
- Support
Shougo/denite.nvim
. - Support
mg979/vim-visual-multi
. - Support
liuchengxu/vim-which-key
. - Support
neomake/neomake
. - Support
liuchengxu/vista.vim
. - Support
unblevable/quick-scope
. - Support
neoclide/coc-yank
. - New configuration option:
g:gruvbox_material_visual
. - New configuration option:
g:gruvbox_material_current_word
.
0.3.3 - 2019-11-07
- Adjust white in the dark variant.
0.3.2 - 2019-11-01
- Adjust white in the dark variant.
0.3.1 - 2019-10-31
- Adjust white in the dark variant.
0.3.0 - 2019-10-30
- Adjust yellow in the dark variant.
- Adjust red, orange and blue in the light variant.
- Add
CHANGELOG.md
.
0.2.0 - 2019-10-25
- Adjust white and yellow in the dark variant.
- Adjust black in the light variant.
0.1.4 - 2019-10-17
- Stable release for the initial color palette.
0.1.3 - 2019-09-22
- Better support for
:set notermguicolors
.
0.1.2 - 2019-09-16
- Adjust workbench colors.
0.1.1 - 2019-09-04
- Adjust the color palette of the light variant.
0.1.0 - 2019-09-03
- Finish light variant.
0.0.3 - 2019-07-24
- Optimize markdown.
- Optimize ALE Virtual Text, CoC and vim-matchup.
- New option:
g:gruvbox_material_lightline_kill_bold
.
- Adjust blue in order to better distinguish between blue and aqua.
- Foreground color of parentheses.
0.0.2 - 2019-07-23
- Adjust blue in order to better distinguish between blue and aqua.
- Adjust the location of hi links for better load time.
- Fix terminal colors.
0.0.1 - 2019-07-22
- Finish dark variant.
- Airline theme.
- Lightline theme.
- Finish AUR package and add the url in README.