NvChad / base46

NvChad's base46 theme plugin with caching ( Total re-write )
Other
196 stars 199 forks source link

Filename not visible #273

Closed piush-terminalwitchcraft closed 9 months ago

piush-terminalwitchcraft commented 9 months ago

I cannot see the filename, I have did tried all method, but still its not visible, can someone check the colors? Sorry I am not good at UI
image

catppuccin_latte.conf


local rosewater = "#dc8a78"
local flamingo = "#dd7878"
local pink = "#ea76cb"
local mauve = "#8839ef"
local red = "#d20f39"
local maroon = "#e64553"
local peach = "#fe640b"
local yellow = "#df8e1d"
local green = "#40a02b"
local teal = "#179299"
local sky = "#04a5e5"
local sapphire = "#209fb5"
local blue = "#1e66f5"
local lavender = "#7287fd"
local text = "#4c4f69"
local subtext1 = "#5c5f77"
local subtext0 = "#6c6f85"
local overlay2 = "#7c7f93"
local overlay1 = "#8c8fa1"
local overlay0 = "#9ca0b0"
local surface2 = "#acb0be"
local surface1 = "#bcc0cc"
local surface0 = "#ccd0da"
local base = "#eff1f5"
local mantle = "#e6e9ef"
local crust = "#dce0e8"

local M = {}

M.base_30 = {
    white = base,
    darker_black = crust,
    black = base, --  nvim bg
    black2 = surface0,
    one_bg = base, -- real bg of onedark
    one_bg2 = crust,
    one_bg3 = surface0,
    grey = rosewater,
    grey_fg = crust,
    grey_fg2 = surface0,
    light_grey = surface0,
    red = red,
    baby_pink = flamingo,
    pink = pink,
    line = lavender, -- for lines like vertsplit
    green = green,
    vibrant_green = green,
    nord_blue = sapphire,
    blue = blue,
    yellow = yellow,
    sun = peach,
    purple = mauve,
    dark_purple = mauve,
    teal = teal,
    orange = peach,
    cyan = sky,
    statusline_bg = crust,
    lightbg = surface1,
    pmenu_bg = "#ABE9B3",
    folder_bg = mauve,
    lavender = lavender,
}

M.base_16 = {
  base00 = base,
  base01 = mantle,
  base02 = mauve,
  base03 = overlay0,
  base04 = surface0,
  base05 = sky,
  base06 = pink,
  base07 = pink,
  base08 = yellow,
  base09 = peach,
  base0a = yellow,
  base0b = green,
  base0c = pink,
  base0d = blue,
  base0e = mauve,
  base0f = overlay2,
}

M.polish_hl = {
  ["@variable"] = { fg = M.base_30.lavender },
  ["@property"] = { fg = M.base_30.mauve },
  ["@variable.builtin"] = { fg = M.base_30.red },
}

M.type = "light"

return M
siduck commented 9 months ago

base0 to 4 must be bg color, in lighter shades, 5 to 7 must be fg color in darker shades