fix: typo in color red

dev-doc
Pocco81 3 years ago
parent f1d6eceec6
commit 9a9c63c223

@ -17,7 +17,7 @@ local colors = {
orange = "#F4A261",
pink = "#D67AD2",
black_br = "#7f8c98",
red_bg = "#e06c75",
red_br = "#e06c75",
green_br = "#58cd8b",
yellow_br = "#FFE37E",
blue_br = "#84CEE4",
@ -66,7 +66,7 @@ colors.bg_visual = util.darken(colors.blue, 0.2)
colors.bg_search = util.darken(colors.cyan, 0.3)
colors.fg_sidebar = colors.fg_alt
colors.error = colors.red_bg
colors.error = colors.red_br
colors.warning = colors.yellow
colors.info = colors.blue
colors.hint = colors.white_br

@ -17,7 +17,7 @@ local colors = {
orange = "#A414CC",
pink = "#D67AD2",
black_br = "#7f8c98",
red_bg = "#D84652",
red_br = "#D84652",
green_br = "#58cd8b",
yellow_br = "#FFE37E",
blue_br = "#84CEE4",
@ -67,7 +67,7 @@ colors.bg_visual = util.darken(colors.blue, 0.2)
colors.bg_search = util.darken(colors.cyan, 0.3)
colors.fg_sidebar = colors.fg_alt
colors.error = colors.red_bg
colors.error = colors.red_br
colors.warning = colors.yellow
colors.info = colors.blue
colors.hint = colors.white_br

@ -17,7 +17,7 @@ local colors = {
orange = "#EDC580",
pink = "#D67AD2",
black_br = "#7f8c98",
red_bg = "#e06c75",
red_br = "#e06c75",
green_br = "#58cd8b",
yellow_br = "#FFE37E",
blue_br = "#84CEE4",
@ -66,7 +66,7 @@ colors.bg_visual = util.darken(colors.blue, 0.2)
colors.bg_search = util.darken(colors.cyan, 0.3)
colors.fg_sidebar = colors.fg_alt
colors.error = colors.red_bg
colors.error = colors.red_br
colors.warning = colors.yellow
colors.info = colors.blue
colors.hint = colors.white_br

@ -41,7 +41,7 @@ function M.get(cpt)
TSOperator = {fg = cpt.fg}, -- For any operator: `+`, but also `->` and `*` in cpt.
TSParameter = {fg = cpt.orange_br}, -- For parameters of a function.
-- TSParameterReference= { }; -- For references to parameters of a function.
TSProperty = {fg = cpt.red_bg}, -- Same as `TSField`.
TSProperty = {fg = cpt.red_br}, -- Same as `TSField`.
tomlTSProperty = {fg = cpt.blue}, -- Differentiates between string and properties
TSPunctDelimiter = {fg = util.string_to_color(cpt, "", cpt.fg_alt)}, -- For delimiters ie: `.`
TSPunctBracket = {fg = cpt.red}, -- For brackets and parenthesis.

Loading…
Cancel
Save