How to set BackGround color for even and odd rows #488
-
How to set color for even and odd rows for filePanelsListFocusedInactiveRowBackgroundColor from the settings interface in theme settings? When choosing a color, only one color is available. You can change it via json, but how to calculate the value for two colors? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
These colors are calculated as an alpha-based blend between the primary color and the background color ( |
Beta Was this translation helpful? Give feedback.
-
Thank you |
Beta Was this translation helpful? Give feedback.
These colors are calculated as an alpha-based blend between the primary color and the background color (
filePanelsListRegularEvenRowBackgroundColor
/filePanelsListRegularOddRowBackgroundColor
):nimble-commander/Source/NimbleCommander/NimbleCommander/States/FilePanels/List/PanelListViewRowView.mm
Lines 127 to 163 in 2d414fb