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

my icon color is overweitten #181

Closed
AmelloAster opened this issue May 12, 2022 · 4 comments
Closed

my icon color is overweitten #181

AmelloAster opened this issue May 12, 2022 · 4 comments
Assignees
Projects

Comments

@AmelloAster
Copy link

image

@AmelloAster
Copy link
Author

when i use require('github-theme').setup() to change style config it will overweitten icon color

@ful1e5 ful1e5 added this to To do in Workboard via automation May 12, 2022
@ful1e5
Copy link
Member

ful1e5 commented May 12, 2022

when i use require('github-theme').setup() to change style config it will overweitten icon color

Try to load icons after github-nvim-theme.

  use({
    '~/GitHub/projekt0n/github-nvim-theme',
    config = function()
      -- github theme config
    end,
  })
  use({
    'kyazdani42/nvim-web-devicons',
    after = 'github-nvim-theme'
  })

@AmelloAster
Copy link
Author

AmelloAster commented May 12, 2022

I'm use vim-plug to manage plug,so I move github theme on the top,still not working
image

@mycf
Copy link

mycf commented May 14, 2022

me too

@ful1e5 ful1e5 self-assigned this May 15, 2022
@ful1e5 ful1e5 closed this as completed in ac5234f May 16, 2022
Workboard automation moved this from To do to Done May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants