updates some highlights
This commit is contained in:
parent
c27fb437ca
commit
b43aae5545
2 changed files with 27 additions and 8 deletions
|
|
@ -37,12 +37,30 @@
|
|||
alt-4 = "workspace 4";
|
||||
alt-5 = "workspace 5";
|
||||
alt-6 = "workspace 6";
|
||||
alt-shift-1 = [ "move-node-to-workspace 1" "workspace 1" ];
|
||||
alt-shift-2 = [ "move-node-to-workspace 2" "workspace 2" ];
|
||||
alt-shift-3 = [ "move-node-to-workspace 3" "workspace 3" ];
|
||||
alt-shift-4 = [ "move-node-to-workspace 4" "workspace 4" ];
|
||||
alt-shift-5 = [ "move-node-to-workspace 5" "workspace 5" ];
|
||||
alt-shift-6 = [ "move-node-to-workspace 6" "workspace 6" ];
|
||||
alt-shift-1 = [
|
||||
"move-node-to-workspace 1"
|
||||
"workspace 1"
|
||||
];
|
||||
alt-shift-2 = [
|
||||
"move-node-to-workspace 2"
|
||||
"workspace 2"
|
||||
];
|
||||
alt-shift-3 = [
|
||||
"move-node-to-workspace 3"
|
||||
"workspace 3"
|
||||
];
|
||||
alt-shift-4 = [
|
||||
"move-node-to-workspace 4"
|
||||
"workspace 4"
|
||||
];
|
||||
alt-shift-5 = [
|
||||
"move-node-to-workspace 5"
|
||||
"workspace 5"
|
||||
];
|
||||
alt-shift-6 = [
|
||||
"move-node-to-workspace 6"
|
||||
"workspace 6"
|
||||
];
|
||||
alt-tab = "workspace-back-and-forth";
|
||||
alt-shift-tab = "move-workspace-to-monitor --wrap-around next";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -179,12 +179,14 @@ hi("@keyword.exception", { link = "Exception" })
|
|||
|
||||
hi("@variable", { link = "Identifier" })
|
||||
hi("@type", { link = "Type" })
|
||||
hi("@type.builtin", { link = "Type" })
|
||||
hi("@type.definition", { link = "Typedef" })
|
||||
hi("@module", { link = "Identifier" })
|
||||
hi("@keyword.import", { link = "Include" })
|
||||
hi("@keyword.directive", { link = "PreProc" })
|
||||
hi("@keyword.debug", { link = "Debug" })
|
||||
hi("@tag", { link = "Tag" })
|
||||
hi("@tag.tsx", { link = "Identifier" })
|
||||
hi("@tag.builtin", { link = "Special" })
|
||||
|
||||
-- LSP semantic tokens
|
||||
|
|
@ -200,7 +202,6 @@ hi("@lsp.type.method", { link = "Function" })
|
|||
hi("@lsp.type.namespace", { link = "Structure" })
|
||||
hi("@lsp.type.parameter", { link = "Identifier" })
|
||||
hi("@lsp.type.property", { link = "Identifier" })
|
||||
hi("@lsp.type.property.typescript", { fg = palette.silver, ctermfg = "White" })
|
||||
hi("@lsp.type.struct", { link = "Structure" })
|
||||
hi("@lsp.type.type", { link = "Type" })
|
||||
hi("@lsp.type.typeParameter", { link = "TypeDef" })
|
||||
|
|
@ -280,7 +281,7 @@ else
|
|||
hi("Identifier", { fg = palette.fg, ctermfg = "White", cterm = { bold = true } })
|
||||
hi("Statement", { fg = palette.fg_alt, bold = true, ctermfg = "White" })
|
||||
hi("PreProc", { fg = palette.magenta, ctermfg = "LightMagenta" })
|
||||
hi("Type", { fg = palette.fg, italic = true, ctermfg = "LightCyan" })
|
||||
hi("Type", { fg = palette.silver, bold = true, ctermfg = "LightCyan" })
|
||||
hi("Underlined", { fg = palette.silver, underline = true, ctermfg = "LightGrey", cterm = { underline = true } })
|
||||
hi("Ignore", { fg = palette.bg, ctermfg = "Black" })
|
||||
hi(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue