dev (formatter): formatted with StyLua color_schemes/

dev-doc
Pocco81 3 years ago
parent 69ef80d89d
commit 33ea41effa

@ -1,38 +1,38 @@
local util = require("catppuccino.utils.util") local util = require("catppuccino.utils.util")
local colors = { local colors = {
none = "NONE", none = "NONE",
bg = "#0e171c", -- nvim bg bg = "#0e171c", -- nvim bg
fg = "#abb2bf", -- fg color (text) fg = "#abb2bf", -- fg color (text)
fg_gutter = "#3b4261", fg_gutter = "#3b4261",
black = "#393b44", black = "#393b44",
gray = "#2a2e36", gray = "#2a2e36",
red = "#c94f6d", red = "#c94f6d",
green = "#97c374", green = "#97c374",
yellow = "#dbc074", yellow = "#dbc074",
blue = "#61afef", blue = "#61afef",
magenta = "#c678dd", magenta = "#c678dd",
cyan = "#63cdcf", cyan = "#63cdcf",
white = "#dfdfe0", white = "#dfdfe0",
orange = "#F4A261", orange = "#F4A261",
pink = "#D67AD2", pink = "#D67AD2",
black_br = "#7f8c98", black_br = "#7f8c98",
red_br = "#e06c75", red_br = "#e06c75",
green_br = "#58cd8b", green_br = "#58cd8b",
yellow_br = "#FFE37E", yellow_br = "#FFE37E",
blue_br = "#84CEE4", blue_br = "#84CEE4",
magenta_br = "#B8A1E3", magenta_br = "#B8A1E3",
cyan_br = "#59F0FF", cyan_br = "#59F0FF",
white_br = "#FDEBC3", white_br = "#FDEBC3",
orange_br = "#F6A878", orange_br = "#F6A878",
pink_br = "#DF97DB", pink_br = "#DF97DB",
comment = "#526175", comment = "#526175",
git = { git = {
add = "#dfdfe0", add = "#dfdfe0",
change = "#F6A878", change = "#F6A878",
delete = "#e06c75", delete = "#e06c75",
conflict = "#FFE37E" conflict = "#FFE37E",
}, },
} }
util.bg = colors.bg util.bg = colors.bg
@ -41,10 +41,10 @@ colors.bg_highlight = util.brighten(colors.bg, 0.05)
colors.fg_alt = util.darken(colors.fg, 0.80, "#000000") colors.fg_alt = util.darken(colors.fg, 0.80, "#000000")
colors.diff = { -- also used for gitsigns colors.diff = { -- also used for gitsigns
add = util.darken(colors.blue, 0.50), add = util.darken(colors.blue, 0.50),
delete = util.darken(colors.red, 0.50), delete = util.darken(colors.red, 0.50),
change = util.darken(colors.yellow, 0.50), change = util.darken(colors.yellow, 0.50),
text = colors.blue text = colors.blue,
} }
colors.git.ignore = colors.black colors.git.ignore = colors.black

@ -1,38 +1,38 @@
local util = require("catppuccino.utils.util") local util = require("catppuccino.utils.util")
local colors = { local colors = {
none = "NONE", none = "NONE",
bg = "#fbfbfb", -- nvim bg bg = "#fbfbfb", -- nvim bg
fg = "#0E171C", -- fg color (text) fg = "#0E171C", -- fg color (text)
fg_gutter = "#3b4261", fg_gutter = "#3b4261",
black = "#393b44", black = "#393b44",
gray = "#2a2e36", gray = "#2a2e36",
red = "#B0304E", red = "#B0304E",
green = "#76AB49", green = "#76AB49",
yellow = "#FFCE1F", yellow = "#FFCE1F",
blue = "#157C8E", blue = "#157C8E",
magenta = "#A414CC", magenta = "#A414CC",
cyan = "#63cdcf", cyan = "#63cdcf",
white = "#dfdfe0", white = "#dfdfe0",
orange = "#A414CC", orange = "#A414CC",
pink = "#D67AD2", pink = "#D67AD2",
black_br = "#7f8c98", black_br = "#7f8c98",
red_br = "#D84652", red_br = "#D84652",
green_br = "#58cd8b", green_br = "#58cd8b",
yellow_br = "#FFE37E", yellow_br = "#FFE37E",
blue_br = "#84CEE4", blue_br = "#84CEE4",
magenta_br = "#B8A1E3", magenta_br = "#B8A1E3",
cyan_br = "#59F0FF", cyan_br = "#59F0FF",
white_br = "#0E171C", white_br = "#0E171C",
orange_br = "#F3843F", orange_br = "#F3843F",
pink_br = "#DF97DB", pink_br = "#DF97DB",
comment = "#526175", comment = "#526175",
git = { git = {
add = "#dfdfe0", add = "#dfdfe0",
change = "#F4843E", change = "#F4843E",
delete = "#e06c75", delete = "#e06c75",
conflict = "#FFE070", conflict = "#FFE070",
} },
} }
util.bg = colors.bg util.bg = colors.bg
@ -41,11 +41,11 @@ colors.bg_highlight = util.darken(colors.bg, 0.85, "#000000")
colors.fg_alt = util.darken(colors.fg, 0.80, "#000000") colors.fg_alt = util.darken(colors.fg, 0.80, "#000000")
colors.diff = { colors.diff = {
-- also used for gitsigns -- also used for gitsigns
add = util.darken(colors.blue, 0.50), add = util.darken(colors.blue, 0.50),
delete = util.darken(colors.red, 0.50), delete = util.darken(colors.red, 0.50),
change = util.darken(colors.yellow, 0.50), change = util.darken(colors.yellow, 0.50),
text = colors.blue text = colors.blue,
} }
colors.git.ignore = colors.black colors.git.ignore = colors.black

@ -1,38 +1,38 @@
local util = require("catppuccino.utils.util") local util = require("catppuccino.utils.util")
local colors = { local colors = {
none = "NONE", none = "NONE",
bg = "#150b26", -- nvim bg bg = "#150b26", -- nvim bg
fg = "#FDEBC3", -- fg color (text) fg = "#FDEBC3", -- fg color (text)
fg_gutter = "#3b4261", fg_gutter = "#3b4261",
black = "#393b44", black = "#393b44",
gray = "#2a2e36", gray = "#2a2e36",
red = "#CF4F6D", red = "#CF4F6D",
green = "#51ee72", green = "#51ee72",
yellow = "#FFE070", yellow = "#FFE070",
blue = "#96e2f0", blue = "#96e2f0",
magenta = "#d97bf2", magenta = "#d97bf2",
cyan = "#63cdcf", cyan = "#63cdcf",
white = "#dfdfe0", white = "#dfdfe0",
orange = "#EDC580", orange = "#EDC580",
pink = "#D67AD2", pink = "#D67AD2",
black_br = "#7f8c98", black_br = "#7f8c98",
red_br = "#e06c75", red_br = "#e06c75",
green_br = "#58cd8b", green_br = "#58cd8b",
yellow_br = "#FFE37E", yellow_br = "#FFE37E",
blue_br = "#84CEE4", blue_br = "#84CEE4",
magenta_br = "#B8A1E3", magenta_br = "#B8A1E3",
cyan_br = "#59F0FF", cyan_br = "#59F0FF",
white_br = "#FDEBC3", white_br = "#FDEBC3",
orange_br = "#F6A878", orange_br = "#F6A878",
pink_br = "#DF97DB", pink_br = "#DF97DB",
comment = "#526175", comment = "#526175",
git = { git = {
add = "#dfdfe0", add = "#dfdfe0",
change = "#F8B58C", change = "#F8B58C",
delete = "#e06c75", delete = "#e06c75",
conflict = "#FFE070" conflict = "#FFE070",
}, },
} }
util.bg = colors.bg util.bg = colors.bg
@ -41,10 +41,10 @@ colors.bg_highlight = util.brighten(colors.bg, 0.05)
colors.fg_alt = util.darken(colors.fg, 0.80, "#000000") colors.fg_alt = util.darken(colors.fg, 0.80, "#000000")
colors.diff = { -- also used for gitsigns colors.diff = { -- also used for gitsigns
add = util.darken(colors.blue, 0.50), add = util.darken(colors.blue, 0.50),
delete = util.darken(colors.red, 0.50), delete = util.darken(colors.red, 0.50),
change = util.darken(colors.yellow, 0.50), change = util.darken(colors.yellow, 0.50),
text = colors.blue text = colors.blue,
} }
colors.git.ignore = colors.black colors.git.ignore = colors.black

Loading…
Cancel
Save