Setting Icon Color? #120
Unanswered
bennypowers
asked this question in
Q&A
Replies: 3 comments
-
It's going to use the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there an easy way to make all icons monochrome? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think it will work if you configure nvim-web-devicons to not use colors: https://github.com/nvim-tree/nvim-web-devicons#setup require'nvim-web-devicons'.setup {
-- globally enable different highlight colors per icon (default to true)
-- if set to false all icons will have the default icon's color
color_icons = false;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How Do I set the color of an icon? I want to have blue directory icons:
Beta Was this translation helpful? Give feedback.
All reactions