Releases: cpea2506/one_monokai.nvim
Releases · cpea2506/one_monokai.nvim
v2.3.0
2.3.0 (2024-05-27)
Features
- semantic-tokens: remove
namespace
type highlight (#86) (f8a963e) - themes: add support for new treesitter capture groups (#82) (e744b08)
- themes: link
WinBarNC
withNormalNC
(#80) (3f5ad8b) - tree-sitter: update
@type.builtin
and@keyword.modifier
colors (#87) (9a7d94b)
Bug Fixes
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2023-06-22)
⚠ BREAKING CHANGES
- theme: drop support for language highlight (#61)
Features
- colors: add new
lighten
anddarken
color utilities (#64) (db8bb78) - theme: add
LspInlayHint
(#62) (7454262) - themes: add support for
flash.nvim
(#67) (c3e8597) - themes: preserve fg colors for
diff
andGitConflict*
(#66) (20abd07)
Bug Fixes
- git-conflict:
GitConflict*Label
cannot be seen clearly (#58) (9f9d4ed) - theme: use available default color (#63) (51e3374)
Miscellaneous Chores
v1.3.0
v1.2.0
1.2.0 (2023-04-17)
Features
- add support for
nvim-ts-rainbow2
(#40) (eece553) - lsp: add more semantic token groups (#43) (1a2cd98)
- lsp: use new semantic token modifiers (#42) (a4b5a2c)
- sem-tokens: add
class
,operator
,property
,string
(#46) (4c66158) - semantic-tokens: add
enum
types (#50) (d6e1bec) - semantic-tokens: add
struct
type (#48) (97f17f5) - semantic-tokens: treat
documentation
keyword as constant (#49) (057fc34)
v1.1.0
v1.0.0
1.0.0 (2023-01-14)
⚠ BREAKING CHANGES
- config: remove confusing option
use_cmd
(#21) - treesitter: use new highlight groups style (#18)
- chore: cleanup, more plugin support and bump neovim version to 0.8
- themes: use core colors for tree-sitter rainbow
- highlight: replace completely default group with user's one
Features
- add minimum requirements test (#11) (a4e91de)
- add support for
lazy.nvim
(#28) (341fb53) - add support for
lualine
(8521c04) - add support for native lsp semantic token (#25) (80f5675)
- add tests and ci (#10) (8e7ab97)
- config: add option to set colorscheme on setup, minimum neovim still 0.7 (9079a9c)
- highlight: add document and extend function (128c2aa)
- highlight: replace completely default group with user's one (c65e6a6)
- themes: add all highlight groups for treesitter (93c866f)
- themes: add highlight for bufferline (93a0a49)
- themes: add highlight for mason plugin (c6a4c40)
- themes: add highlight for nvim-lspconfig info (effc75b)
- themes: add highlight for semantic token (eca4efe)
- themes: add highlight for telescope (2b718ea)
- themes: add nvim-navic and leap highlight groups (6a75004)
- themes: add support for sj.nvim (f42a54c)
- themes: add support for vim-illuminate (85bf2ce)
- themes: make telescope counter more visible (1a6c380)
- themes: more highlight for diff and diagnostics (7483875)
- themes: more highlight for nvimtree (234ac02)
- themes: update nvim-cmp highlight (dad06d7)
- treesitter: use new highlight groups style (#18) (0fe8f68)
Bug Fixes
- ci: resolve stylua checking error (b49db8d)
- guibg, guifg and style must be None if there is no value provided (fe770b5)
- highlight: create new instance each time
new
is called (9a9540c) - lualine: make text in normal and inactive sections more readable (#13) (8d20a4a)
- selene doesn't recognize builtin boolean function (#15) (60fb311)
- semantic-token: link to new treesitter hl style (#19) (4177479)
- test: enable use_cmd (f16c64f)
- themes: load correctly with user colors (bcad5d8)
- themes: TSURI should better have underline (1aa0369)
Performance Improvements
- themes: index user themes once (237f77d)