mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-09 16:33:47 +01:00
moar colors
This commit is contained in:
5
home.nix
5
home.nix
@@ -971,14 +971,15 @@ in
|
||||
})
|
||||
|
||||
-- LSP Semantic Token highlighting for Uiua with Dracula colors
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.stack_function.uiua", { fg = "#f8f8f2" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.noadic_function.uiua", { fg = "#ff5555" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.monadic_function.uiua", { fg = "#50fa7b" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.dyadic_function.uiua", { fg = "#8be9fd" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.triadic_function.uiua", { fg = "#bd93f9" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.monadic_modifier.uiua", { fg = "#f1fa8c" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.dyadic_modifier.uiua", { fg = "#ff79c6" })
|
||||
|
||||
-- You can also set other function types based on what the LSP provides
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.uiua_number.uiua", { fg = "#ffb86c" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.uiua_string.uiua", { fg = "#8be9fd" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.variable.uiua", { fg = "#f8f8f2" })
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user