Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-08 | Merge pull request #43 from fnune/improve-diff-and-folding | BonaBeavis | |
Improve diff and folds | |||
2021-12-08 | Merge pull request #42 from fnune/41-zenburn-treesitter-highlight-are-missing | BonaBeavis | |
Align syntax highlights to base16 stylingguideline | |||
2021-12-01 | Tone down Folded and DiffDelete | BonaBeavis | |
2021-12-01 | Improve diff and folds | BonaBeavis | |
2021-12-01 | Align syntax highlights to base16 stylingguideline | BonaBeavis | |
2021-11-21 | Fix float background | BonaBeavis | |
2021-11-08 | Support Neovim 0.6 Diagnostic highlight groups | BonaBeavis | |
2021-11-08 | Use ! instead of default | BonaBeavis | |
2021-11-07 | Fix LspReference highlight groups typo (#33) | hungpt2702 | |
2021-08-25 | Remove treesitter highlights (#26) | BonaBeavis | |
2021-08-03 | Add Coc semantic token highlight groups (#25) | nbn22385 | |
* added mappings for CocSem highlight groups * use coc suggested highlight mappings * update groups based on recommended + custom * align columns * add additional clangd token types Co-authored-by: Nathan Novick <nathan.novick@lmco.com> | |||
2021-05-07 | Revert "Merge pull request #23 from cherrry/error-cursorline-fix" | Fausto Núñez Alberro | |
This reverts commit 00a414dbb57e37fbcc68b75e513bdbbf13854008, reversing changes made to b84077ca22e9d9b46291978e04a7fbd5342cb7c1. | |||
2021-04-30 | Fix error group highlighting under cursorline. | Cherry Ng | |
2021-03-25 | add support for LspDiagnostics | BonaBeavis | |
2021-03-19 | improve cursorline | BonaBeavis | |
Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com> | |||
2021-03-18 | Something opinionated | BonaBeavis | |
2021-02-06 | Make WildMenu highlight easier to read/more like nvim pum | Fausto Núñez Alberro | |
2021-02-06 | Highlight Spell{Bad,Local,Cap,Rare} consistently to avoid clashes | Fausto Núñez Alberro | |
2021-02-06 | Merge pull request #12 from MageJohn/whitespace | Fausto Núñez Alberro | |
Set the Whitespace highlight group | |||
2021-01-26 | Wrap Neovim-specific groups in has("nvim") | Fausto Núñez Alberro | |
2021-01-26 | Support Neovim built-in LSP highlight groups | Fausto Núñez Alberro | |
2021-01-26 | Support nvim-treesitter highlight groups | Fausto Núñez Alberro | |
2021-01-26 | fix: remove underline on cursorlinenr | Dylan Armstrong | |
2020-10-24 | Add support for GUI special names ("NONE", ...) | Johnny Oskarsson | |
The motivation for this is primarily to be able to set `guibg=NONE` in order to support transparent backgrounds in terminals, which was previously not possible due to `Base16hi()` assuming that every color is a hex value. | |||
2019-12-21 | Set the Whitespace highlight group | Yuri Pieters | |
The Whitespace group is used for "nbsp", "space", "tab" and "trail" in 'listchars'. For now I've set it to the same colors as NonText. | |||
2019-06-07 | Merge pull request #195 from a-vrma/consistent_quoting | Chris Kempson | |
Change all quotes to double quotes. | |||
2019-05-22 | Merge branch 'fix-tabs' and rebuild schemes | Daniel Wennberg | |
2019-05-19 | templates/default.mustache: use spaces for indenting | Daniel Hahler | |
2019-02-15 | Use local variables, don't modify a: dict | Daniel Wennberg | |
2018-12-31 | Change all quotes to double quotes. | Aman | |
default.mustache was previously 90% double quotes. It is now consistently using double quotes this makes diffs easier if everyone chooses to use double quotes from now on. | |||
2018-10-25 | Add ansi colors for vim terminal | Daniel Wennberg | |
2018-10-08 | Merge pull request #188 from aaether32323/change_hi_function | Chris Kempson | |
Let Base16hi optionally omit `attr` and `guisp` | |||
2018-10-04 | Let Base16hi optionally omit `attr` and `guisp` | Aman | |
2018-10-01 | Modify PHP method color | jradtilbrook | |
2018-05-24 | Merge pull request #177 from vtavernier/fix/issue-150 | Chris Kempson | |
Fix #150 | |||
2018-03-31 | Fix #150 | Vincent Tavernier | |
2018-03-26 | Fixes #175 | José Luis Lafuente | |
2018-03-22 | Merge pull request #172 from jlesquembre/spell | Chris Kempson | |
Set default color for all `Spell` groups | |||
2018-03-22 | Java highlighting | Tarin Mahmood | |
2018-03-13 | Added java's `new` operator highlight | Tarin Mahmood | |
Currently java `new` operator is not highlighted. Yes, we can set the highlight in vimrc, but I believe it should be highlighted without any user intervention. | |||
2018-02-02 | Set default foreground color for spelling | José Luis Lafuente | |
2017-12-06 | Fixes #162 | José Luis Lafuente | |
2017-11-06 | Merge pull request #161 from jlesquembre/hl-substitute | Chris Kempson | |
Add Substitute | |||
2017-11-06 | Merge pull request #158 from jlesquembre/nvim-terminal | Chris Kempson | |
Fixes nvim terminal colors | |||
2017-11-06 | Add Substitute | José Luis Lafuente | |
neovim added a new highlight group, substitute, see: https://neovim.io/doc/user/syntax.html#hl-Substitute | |||
2017-11-05 | Merge pull request #160 from jlesquembre/startify | Chris Kempson | |
Add support for vim-startify | |||
2017-11-04 | Add support for vim-startify | José Luis Lafuente | |
2017-11-04 | Make local customization easier | José Luis Lafuente | |
2017-11-04 | Fixes nvim terminal colors | José Luis Lafuente | |
Some colors were not correct. Colors updated based on base16-shell: https://github.com/chriskempson/base16-shell/blob/d2ca2dc81c427a9e03ec0ade8254af9743611972/templates/default.mustache#L6-L29 | |||
2017-07-05 | Provide more contrast for popup menu | John Nguyen | |