You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I cannot customize the color palette.
Describe the solution you'd like
I'd love to be able to define on the commandline or in a configuration file which colors to use.
Describe alternatives you've considered
I've tried default, low-contrast, gruvbox, solarized-dark16, solarized-light16. I'd like a low-contrast theme which goes well with my preferred dark terminal. The default is the least offensive to me, but I'd like to have a default which I can fully customize to meet my needs.
The text was updated successfully, but these errors were encountered:
That is actually supported.
You can specify a path with -theme ending with .json and the code tries to load it.
A sample of the config file is here
As far as I understand the code you can also specify it in ~/.config/powerline-go/config.json in the Themessrc map, key is the theme name and the linked structure would be the value.
Is your feature request related to a problem? Please describe.
I cannot customize the color palette.
Describe the solution you'd like
I'd love to be able to define on the commandline or in a configuration file which colors to use.
Describe alternatives you've considered
I've tried default, low-contrast, gruvbox, solarized-dark16, solarized-light16. I'd like a low-contrast theme which goes well with my preferred dark terminal. The default is the least offensive to me, but I'd like to have a default which I can fully customize to meet my needs.
The text was updated successfully, but these errors were encountered: