Open dgm2 opened 6 months ago
for example, see left and bottom ? how to solarize those parts many thanks!
@dgm2 , to make this work you need to install a theme IDE plugin (this repo is just an editor color scheme), that can customize IDE colors outside the editor area.
This was also discussed briefly in the #173.
Googling for the intellij idea solarized theme
shows some of the plugins. From all the plugins I've tried none was able to do it better than the color scheme in this repo. Because of this I've ended installing a plugin and still using a color scheme from this repo instead of the one provided by the plugin.
Some alternatives from the JetBrains plugin repository: https://plugins.jetbrains.com/search?search=solarized&tags=Editor%20Color%20Schemes
For intellij / pycharm. The solarized icls file works for the text colors. Do you know how to make the side bar also custom? eg
project
,structure
,git
tabs in the IDE. is this repo not covering this ?thanks!