Skip to content

Commit 1660008

Browse files
committed
(mini.hues) BREAKING FEATURE: Update verbatim text to be distinctive.
1 parent edf0272 commit 1660008

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ vim.keymap.set('i', '<C-z>', '<C-g>u<Esc>[s1z=`]a<C-g>u', { desc = 'Correct late
2424

2525
## mini.hues
2626

27+
- BREAKING FEATURE: Update verbatim text (`@text.literal` and `@markup.raw`) color to be distinctive instead of dimmed.
2728
- FEATURE: Add support for new standard tree-sitter captures on Neovim>=0.10 (see https://github.com/neovim/neovim/pull/27067).
2829

2930
## mini.misc

lua/mini/hues.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ H.apply_colorscheme = function(config)
841841
-- Sources:
842842
-- - `:h treesitter-highlight-groups`
843843
-- - https://github.com/nvim-treesitter/nvim-treesitter/blob/master/CONTRIBUTING.md#highlights
844-
hi('@text.literal', { link='Comment' })
844+
hi('@text.literal', { link='Special' })
845845
hi('@text.reference', { link='Identifier' })
846846
hi('@text.title', { link='Title' })
847847
hi('@text.uri', { link='Underlined' })

0 commit comments

Comments
 (0)