Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winbar has a differenent bg color #1409

Open
qbnil opened this issue Mar 14, 2024 · 2 comments
Open

Winbar has a differenent bg color #1409

qbnil opened this issue Mar 14, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@qbnil
Copy link

qbnil commented Mar 14, 2024

Describe the bug

image
I didn't really figure out how to give it the same color as my neovim background, so that it doesnt look that annoying, thx for the plugin anyways...

Steps to reproduce

Use rose-pine theme with that config:
require("rose-pine").setup({
variant = "main", -- auto, main, moon, or dawn
dark_variant = "main", -- main, moon, or dawn
dim_inactive_windows = false,
extend_background_behind_borders = true,

enable = {
    terminal = true,
    legacy_highlights = true, -- Improve compatibility for previous versions of Neovim
    migrations = true, -- Handle deprecated options automatically
},
styles = { bold = true, italic = true,
    transparency = true,
},

--  groups = {
    --  border = "muted",
    --  link = "iris",
    --  panel = "surface",

    --  error = "love",
    --  hint = "iris",
    --  info = "foam",
    --  note = "pine",
    --  todo = "rose",
    --  warn = "gold",

    --  git_add = "foam",
    --  git_change = "rose",
    --  git_delete = "love",
    --  git_dirty = "rose",
    --  git_ignore = "muted",
    --  git_merge = "iris",
    --  git_rename = "pine",
    --  git_stage = "iris",
    --  git_text = "rose",
    --  git_untracked = "subtle",

    --  h1 = "iris",
    --  h2 = "foam",
    --  h3 = "rose",
    --  h4 = "gold",
    --  h5 = "pine",
    --  h6 = "foam",
--  },

highlight_groups = {
    --  -- Comment = { fg = "foam" },
    --  -- VertSplit = { fg = "muted", bg = "muted" },
    --  --  TelescopeBorder = { fg = "highlight_high", bg = "none" },
	--  --  TelescopeNormal = { bg = "none" },
	--  --  TelescopePromptNormal = { bg = "base" },
	--  --  TelescopeResultsNormal = { fg = "subtle", bg = "none" },
	--  --  TelescopeSelection = { fg = "text", bg = "base" },
	--  --  TelescopeSelectionCaret = { fg = "rose", bg = "rose" },
    Boolean = { fg = '#ffb8f1' },
    ["@function.builtin"] = { fg = "#772dbc" },
    --  --  ["@constant.builtin"] = { fg = "rose"},
    --  String = { fg = "#5ff5cf"},
    --  ["@property"] = { fg = "love", italic = italic },
    ["@variable"] = { fg = '#548a7a' },
    ["@function"] = { fg = 'love' },
	["@variable.member"] = { fg = '#548a7a'},
    --  ["@function.method"] = { fg = 'love' },
    Function = { fg = '' },
},

--  before_highlight = function(group, highlight, palette)
    --  -- Disable all undercurls
    --  if highlight.undercurl then
        --  highlight.undercurl = false
    --  end
    --  --
    --  -- Change palette colour
    --  if highlight.fg == palette.pine then
        --  highlight.fg = palette.pine
    --  end
--  end,

})
-- -- vim.api.nvim_set_hl(0, '@lsp.type.function', {})

vim.cmd("colorscheme rose-pine")
-- -- vim.cmd("colorscheme rose-pine-main")
-- -- vim.cmd("colorscheme rose-pine-moon")
-- -- vim.cmd("colorscheme rose-pine-dawn")
2) open packer.lua or whatever file you want and you should see this on top

Expected behavior

Same background as the neovim theme aka rose-pine

Neovim version (nvim -v)

0.9.5

lspsaga commit

Terminal name/version

kitty

@qbnil qbnil added the bug Something isn't working label Mar 14, 2024
@qbnil
Copy link
Author

qbnil commented Mar 14, 2024

This only happens when i'm on a blank line or lines like these:
image
all the rest are alright, even tho i can see this line while it's loading on startup

@insufficientFunding
Copy link
Contributor

If you're still facing this issue, I just submitted a PR that fixes it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants