avante.nvim icon indicating copy to clipboard operation
avante.nvim copied to clipboard

bug: avante logo color gradient should be flipped for light theme

Open HerringtonDarkholme opened this issue 3 months ago • 5 comments

Describe the bug

Image Image

To reproduce

using a light theme, run the command

nvim -c "lua vim.defer_fn(function()require(\"avante.api\").zen_mode()end, 100)"

Expected behavior

logo should be more obvious at the top and fade out at the bottom.

Installation method

Use lazy.nvim:

{
  "yetone/avante.nvim",
  event = "VeryLazy",
  lazy = false,
  version = false, -- set this if you want to always pull the latest change
  opts = {
    -- add any opts here
  },
  -- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
  build = "make",
  -- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows
  dependencies = {
    "nvim-lua/plenary.nvim",
    "MunifTanjim/nui.nvim",
  },
}

Environment

NVIM v0.11.0
Build type: Release
LuaJIT 2.1.1741730670

Darwin Kernel Version 23.4.0

Repro

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
  spec = {
    -- add any other plugins here
  },
})

Suggestion

Detect the theme by set background and apply another set of theming.

HerringtonDarkholme avatar Sep 04 '25 16:09 HerringtonDarkholme

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Oct 05 '25 02:10 github-actions[bot]

bump

HerringtonDarkholme avatar Oct 05 '25 03:10 HerringtonDarkholme

Honestly I would simply remove the logo altogether...

dtor avatar Oct 11 '25 02:10 dtor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Nov 11 '25 02:11 github-actions[bot]

bump

HerringtonDarkholme avatar Nov 11 '25 05:11 HerringtonDarkholme

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Dec 12 '25 02:12 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Dec 18 '25 02:12 github-actions[bot]