Skip to content

Commit 33c0ed6

Browse files
update to theme
1 parent a90ea1f commit 33c0ed6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

lua/plugins/theme.lua

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ return {
2727
focus_fg = '#ddb795',
2828
property = '#b6c4dc',
2929
number = '#C2966B',
30-
parameter = '#b8a2ba',
30+
parameter = '#d9c8ce',
3131
class = '#b06767',
3232
namespace = '#748fa7',
3333
keyword = '#7894AB',
@@ -194,6 +194,21 @@ return {
194194
hi('LspCodeLens', c.comment, '', '')
195195
hi('LspInlayHint', c.comment, '', 'italic')
196196

197+
-- Language-specific highlights (after general highlights)
198+
hi('@type.go', c.keyword, '', '')
199+
hi('@type.builtin.go', c.keyword, '', '')
200+
hi('@lsp.type.type.go', c.keyword, '', '')
201+
hi('@keyword.function.go', c.control_kw, '', '')
202+
hi('@keyword.return.go', '#4a5f7a', '', '')
203+
hi('@function.macro.rust', c.class, '', '')
204+
hi('@lsp.type.decorator.rust', c.class, '', '')
205+
hi('@lsp.typemod.decorator.attribute.rust', c.class, '', '')
206+
hi('@lsp.typemod.decorator.defaultLibrary.rust', c.class, '', '')
207+
hi('@lsp.typemod.decorator.library.rust', c.class, '', '')
208+
hi('@keyword.return.c_sharp', '#4a5f7a', '', '')
209+
hi('@keyword.exception.c_sharp', '#8b4242', '', '')
210+
hi('@lsp.type.parameter.cs', c.parameter, '', '')
211+
197212
-- Telescope
198213
hi('TelescopeNormal', c.white, c.black, '')
199214
hi('TelescopeBorder', c.gray, '', '')

0 commit comments

Comments
 (0)