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
Currently, the plugin will use 10 colors to highlight columns. If there are more than 10 columns, it will repeat these 10 colors.
My color scheme only has 7 colors that would be reasonable to use here, so I would like to be able to change the number of colors in the repeating pattern to 7.
After looking at the code briefly, I think you might just be able to change the length of this array? Doing that at runtime would probably be more difficult, though.
Currently, the plugin will use 10 colors to highlight columns. If there are more than 10 columns, it will repeat these 10 colors.
My color scheme only has 7 colors that would be reasonable to use here, so I would like to be able to change the number of colors in the repeating pattern to 7.
After looking at the code briefly, I think you might just be able to change the length of this array? Doing that at runtime would probably be more difficult, though.
intellij-rainbow-csv/src/main/java/com/andrey4623/rainbowcsv/RainbowCsvHelper.java
Lines 11 to 23 in 97cc928
The text was updated successfully, but these errors were encountered: