From 264d83aa1e6b56f4616ce651c745049c78b9dbb8 Mon Sep 17 00:00:00 2001 From: max miliano Date: Sat, 24 Feb 2024 13:43:55 -0300 Subject: [PATCH] fix: symbol_unit color --- dracula-soft.yml | 10 +++++----- dracula.yml | 10 +++++----- lua/dracula/highlights/dracula-soft.lua | 8 ++++---- lua/dracula/highlights/init.lua | 8 ++++---- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dracula-soft.yml b/dracula-soft.yml index 632cd52..2bc2ebd 100644 --- a/dracula-soft.yml +++ b/dracula-soft.yml @@ -17,7 +17,7 @@ symbol_map: link: Type property: &symbol_property link: Identifier - unit: &symbol_unity + unit: &symbol_unit link: Number enum: &symbol_enum link: Type @@ -683,8 +683,8 @@ highlights: <<: *symbol_module - name: NavicIconsProperty <<: *symbol_property - - name: NavicIconsUnity - <<: *symbol_unity + - name: NavicIconsUnit + <<: *symbol_unit - name: NavicIconsEnum <<: *symbol_enum - name: NavicIconsKeyword @@ -730,8 +730,8 @@ highlights: <<: *symbol_module - name: CmpItemKindProperty <<: *symbol_property - - name: CmpItemKindUnity - <<: *symbol_unity + - name: CmpItemKindUnit + <<: *symbol_unit - name: CmpItemKindEnum <<: *symbol_enum - name: CmpItemKindKeyword diff --git a/dracula.yml b/dracula.yml index 89a34df..b3b1d72 100644 --- a/dracula.yml +++ b/dracula.yml @@ -17,7 +17,7 @@ symbol_map: link: Type property: &symbol_property link: Identifier - unit: &symbol_unity + unit: &symbol_unit link: Number enum: &symbol_enum link: Type @@ -682,8 +682,8 @@ highlights: <<: *symbol_module - name: NavicIconsProperty <<: *symbol_property - - name: NavicIconsUnity - <<: *symbol_unity + - name: NavicIconsUnit + <<: *symbol_unit - name: NavicIconsEnum <<: *symbol_enum - name: NavicIconsKeyword @@ -729,8 +729,8 @@ highlights: <<: *symbol_module - name: CmpItemKindProperty <<: *symbol_property - - name: CmpItemKindUnity - <<: *symbol_unity + - name: CmpItemKindUnit + <<: *symbol_unit - name: CmpItemKindEnum <<: *symbol_enum - name: CmpItemKindKeyword diff --git a/lua/dracula/highlights/dracula-soft.lua b/lua/dracula/highlights/dracula-soft.lua index 02252e9..4592c37 100644 --- a/lua/dracula/highlights/dracula-soft.lua +++ b/lua/dracula/highlights/dracula-soft.lua @@ -133,7 +133,7 @@ ---@field NavicIconsModule? table ---@field NavicIconsNamespace? table ---@field NavicIconsProperty? table ----@field NavicIconsUnity? table +---@field NavicIconsUnit? table ---@field NavicIconsEnum? table ---@field NavicIconsKeyword? table ---@field NavicIconsSnippet? table @@ -156,7 +156,7 @@ ---@field CmpItemKindInterface? table ---@field CmpItemKindModule? table ---@field CmpItemKindProperty? table ----@field CmpItemKindUnity? table +---@field CmpItemKindUnit? table ---@field CmpItemKindEnum? table ---@field CmpItemKindKeyword? table ---@field CmpItemKindSnippet? table @@ -588,7 +588,7 @@ M.set_highlight = function(colors, config) nvim_set_hl('NavicIconsModule', { link = 'Type' }) nvim_set_hl('NavicIconsNamespace', { link = 'Type' }) nvim_set_hl('NavicIconsProperty', { link = 'Identifier' }) - nvim_set_hl('NavicIconsUnity', { link = 'Number' }) + nvim_set_hl('NavicIconsUnit', { link = 'Number' }) nvim_set_hl('NavicIconsEnum', { link = 'Type' }) nvim_set_hl('NavicIconsKeyword', { link = 'Statement' }) nvim_set_hl('NavicIconsSnippet', { link = 'Tag' }) @@ -614,7 +614,7 @@ M.set_highlight = function(colors, config) nvim_set_hl('CmpItemKindInterface', { link = 'Type' }) nvim_set_hl('CmpItemKindModule', { link = 'Type' }) nvim_set_hl('CmpItemKindProperty', { link = 'Identifier' }) - nvim_set_hl('CmpItemKindUnity', { link = 'Number' }) + nvim_set_hl('CmpItemKindUnit', { link = 'Number' }) nvim_set_hl('CmpItemKindEnum', { link = 'Type' }) nvim_set_hl('CmpItemKindKeyword', { link = 'Statement' }) nvim_set_hl('CmpItemKindSnippet', { link = 'Tag' }) diff --git a/lua/dracula/highlights/init.lua b/lua/dracula/highlights/init.lua index a995f7b..fa1a7e8 100644 --- a/lua/dracula/highlights/init.lua +++ b/lua/dracula/highlights/init.lua @@ -133,7 +133,7 @@ ---@field NavicIconsModule? table ---@field NavicIconsNamespace? table ---@field NavicIconsProperty? table ----@field NavicIconsUnity? table +---@field NavicIconsUnit? table ---@field NavicIconsEnum? table ---@field NavicIconsKeyword? table ---@field NavicIconsSnippet? table @@ -156,7 +156,7 @@ ---@field CmpItemKindInterface? table ---@field CmpItemKindModule? table ---@field CmpItemKindProperty? table ----@field CmpItemKindUnity? table +---@field CmpItemKindUnit? table ---@field CmpItemKindEnum? table ---@field CmpItemKindKeyword? table ---@field CmpItemKindSnippet? table @@ -588,7 +588,7 @@ M.set_highlight = function(colors, config) nvim_set_hl('NavicIconsModule', { link = 'Type' }) nvim_set_hl('NavicIconsNamespace', { link = 'Type' }) nvim_set_hl('NavicIconsProperty', { link = 'Identifier' }) - nvim_set_hl('NavicIconsUnity', { link = 'Number' }) + nvim_set_hl('NavicIconsUnit', { link = 'Number' }) nvim_set_hl('NavicIconsEnum', { link = 'Type' }) nvim_set_hl('NavicIconsKeyword', { link = 'Statement' }) nvim_set_hl('NavicIconsSnippet', { link = 'Tag' }) @@ -614,7 +614,7 @@ M.set_highlight = function(colors, config) nvim_set_hl('CmpItemKindInterface', { link = 'Type' }) nvim_set_hl('CmpItemKindModule', { link = 'Type' }) nvim_set_hl('CmpItemKindProperty', { link = 'Identifier' }) - nvim_set_hl('CmpItemKindUnity', { link = 'Number' }) + nvim_set_hl('CmpItemKindUnit', { link = 'Number' }) nvim_set_hl('CmpItemKindEnum', { link = 'Type' }) nvim_set_hl('CmpItemKindKeyword', { link = 'Statement' }) nvim_set_hl('CmpItemKindSnippet', { link = 'Tag' })