mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
update: vscode type.builtin
This commit is contained in:
parent
cce0dc3a22
commit
7b40b3a84e
|
|
@ -191,7 +191,7 @@ local function vscode_theme(solarized, chromatic)
|
|||
['@exception'] = { link = 'Exception' },
|
||||
-- Treesitter - Types
|
||||
['@type'] = { link = 'Type' },
|
||||
['@type.builtin'] = { link = '@keyword' },
|
||||
['@type.builtin'] = { fg = colors.green },
|
||||
['@type.definition'] = { link = 'Type' },
|
||||
['@type.qualifier'] = { link = '@type.builtin' },
|
||||
['@storageclass'] = { link = '@type' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue