-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Icons color not working #6
Comments
Can you able to share screenshots of the issue? |
Uhm no, that doesn't work, but if I disable the theme altogether, I get the colored circles. Maybe the issue comes from the theme? |
I have forced the loading of circles and nvim-tree to occur before the them is loaded, without success: use {
'projekt0n/github-nvim-theme',
after = {
'circles.nvim',
'nvim-tree.lua',
},
config = function()
require("github-theme").setup({
theme_style = "dark_default",
function_style = "italic",
})
end
} |
I have same issue, how to fix it? |
@MarinPostma Do you tried |
Sorry for responding sop late! I ended up changing my theme to https://github.com/catppuccin/nvim lately, and circle works like a charm. I suspect tokyonight might be the issue here. |
@MarinPostma You are correct. This issue is caused by a theme. It's working for me because I set my theme config outside the packer. You should try 🤞 the attached config until I managed to find the cause of this issue. circles_nvim.mp4
|
Hello!
I am unsuccessfully trying to make to colored icons work, but nothing seems to work... Here is my config:
The coloring seems to work with web-dev-icons alone, and circles disabled.
The text was updated successfully, but these errors were encountered: