Skip to content

Releases: cpea2506/one_monokai.nvim

v2.7.0

08 Sep 18:27
600b0b9

Choose a tag to compare

2.7.0 (2025-09-08)

Features

  • highlight: snacks.nvim support (#113) (140938b)
  • highlights: add support for conflict-marker.nvim (#117) (4651da4)
  • highlight: update git-conflict colors (#116) (3e3a3cd)

v2.6.0

25 Jun 01:19
0c39e03

Choose a tag to compare

2.6.0 (2025-06-25)

Features

Performance Improvements

  • highlights: load colors module lazily when user highlight is present (#108) (1d63116)

v2.5.0

26 Mar 18:12
6274d33

Choose a tag to compare

2.5.0 (2025-03-26)

Features

v2.4.0

19 Feb 15:33
63091d6

Choose a tag to compare

2.4.0 (2025-02-19)

Features

  • themes/diagnostics: replace underline with undercurl for DiagnosticUnderline* groups (#90) (e6fc362)
  • themes: add support for nvim-treesitter-context (#96) (4d9b7be)

Bug Fixes

  • themes/TabLine: conform to transparent background config (#94) (424a137)
  • themes/TabLine: remove reverse cterm (#92) (5f3a1f1)

v2.3.0

27 May 14:14
18da45f

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

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

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

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

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

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)