Skip to content

Commit

Permalink
chore(groups): Run stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomilk committed Jan 7, 2024
1 parent 1c83a5e commit 3af7d1e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lua/nightcity/groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -692,12 +692,12 @@ H.get_color_groups = function(config, style)
--
-- Markdown
--
["@text.title.1.markdown"] = { fg = c.magenta, bold = true },
["@text.title.2.markdown"] = { fg = c.lightred, bold = true},
["@text.title.3.markdown"] = { fg = c.yellow, bold = true },
["@text.title.4.markdown"] = { fg = c.green, bold = true},
["@text.title.5.markdown"] = { fg = c.aqua, bold = true},
["@text.title.6.markdown"] = { fg = c.blue, bold = true},
['@text.title.1.markdown'] = { fg = c.magenta, bold = true },
['@text.title.2.markdown'] = { fg = c.lightred, bold = true },
['@text.title.3.markdown'] = { fg = c.yellow, bold = true },
['@text.title.4.markdown'] = { fg = c.green, bold = true },
['@text.title.5.markdown'] = { fg = c.aqua, bold = true },
['@text.title.6.markdown'] = { fg = c.blue, bold = true },

--
-- Conceal
Expand Down Expand Up @@ -785,7 +785,7 @@ H.get_color_groups = function(config, style)
['@lsp.typemod.variable.globalScope'] = { fg = c.lightred },
['@lsp.typemod.variable.fileScope'] = { fg = c.lightorange },
['@lsp.typemod.variable.functionScop'] = { link = '@variable' },
["@lsp.typemod.variable.static"] = { italic = true },
['@lsp.typemod.variable.static'] = { italic = true },
}

if H.has_integration(config, 'lewis6991/gitsigns.nvim') then
Expand Down

0 comments on commit 3af7d1e

Please sign in to comment.