Skip to content

Releases: cpea2506/one_monokai.nvim

v2.3.0

27 May 14:14
18da45f
Compare
Choose a tag to compare

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 with NormalNC (#80) (3f5ad8b)
  • tree-sitter: update @type.builtin and @keyword.modifier colors (#87) (9a7d94b)

Bug Fixes

  • semantic-tokens: link to existent highlight groups (#84) (de4f4c6)

v2.2.0

12 Dec 17:13
864c9bd
Compare
Choose a tag to compare

2.2.0 (2023-12-12)

Features

  • themes: link NormalFloat to Normal (#77) (2476d0a)

v2.1.0

24 Oct 16:31
07fbc47
Compare
Choose a tag to compare

2.1.0 (2023-10-24)

Features

  • semantic-tokens: add highlight for xml doccomments type (#71) (801e051)
  • themes: add support for rainbow-delimiters.nvim (#69) (cb45ecb)
  • themes: link @boolean to Boolean (#73) (bd19abd)

Bug Fixes

  • colors: fallback to default colors on wrong config (#72) (c633659)

v2.0.0

22 Jun 20:43
228ee2c
Compare
Choose a tag to compare

2.0.0 (2023-06-22)

⚠ BREAKING CHANGES

  • theme: drop support for language highlight (#61)

Features

  • colors: add new lighten and darken color utilities (#64) (db8bb78)
  • theme: add LspInlayHint (#62) (7454262)
  • themes: add support for flash.nvim (#67) (c3e8597)
  • themes: preserve fg colors for diff and GitConflict* (#66) (20abd07)

Bug Fixes

  • git-conflict: GitConflict*Label cannot be seen clearly (#58) (9f9d4ed)
  • theme: use available default color (#63) (51e3374)

Miscellaneous Chores

  • theme: drop support for language highlight (#61) (6f07e38)

v1.3.0

02 Jun 03:57
426a46c
Compare
Choose a tag to compare

1.3.0 (2023-06-01)

Features

Bug Fixes

  • Diff* should have background (#51) (0de4acf)
  • NvimTreeGit* should have their own colors (#53) (b5389a9)

v1.2.0

29 Apr 16:45
5dfb674
Compare
Choose a tag to compare

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

08 Feb 17:48
fec253c
Compare
Choose a tag to compare

1.1.0 (2023-02-08)

Features

  • checkhealth: update checkhealth's colors (#36) (2789499)

v1.0.0

14 Jan 16:41
c76155b
Compare
Choose a tag to compare

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)

Code Refactoring

  • cleanup, more plugin support, and bump neovim version to 0.8 (a4b2492)
  • config: remove confusing option use_cmd (#21) (aff8632)
  • themes: use core colors for tree-sitter rainbow (7dfefc8)
  • use new vim.cmd in neovim 0.8 (280bba5)