dev: changed color red

dev-assets
Pocco81 3 years ago
parent 1bee83e1cb
commit 092afe1418

@ -1,7 +1,6 @@
local util = require("catppuccino.utils.util") local util = require("catppuccino.utils.util")
local opts = require("catppuccino.config").options local opts = require("catppuccino.config").options
local colors = { local colors = {
none = "NONE", none = "NONE",
bg = "#0e171c", -- nvim bg bg = "#0e171c", -- nvim bg
@ -19,7 +18,7 @@ local colors = {
orange = "#F4A261", orange = "#F4A261",
pink = "#D67AD2", pink = "#D67AD2",
black_br = "#7f8c98", black_br = "#7f8c98",
red_br = "#D6616B", red_br = "#e06c75",
green_br = "#58cd8b", green_br = "#58cd8b",
yellow_br = "#FFE37E", yellow_br = "#FFE37E",
blue_br = "#84CEE4", blue_br = "#84CEE4",

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

Loading…
Cancel
Save