videoduplicatefinder
videoduplicatefinder copied to clipboard
Is there a light theme available?
Environment
- OS: macOS
Describe the solution you'd like A light theme
I saw the code here https://github.com/0x90d/videoduplicatefinder/blob/74ff8855663bb225eac01f137b61b909c665c6b4/VDF.GUI/App.xaml
that specified <FluentTheme Mode="Dark" />
I thought when I used VDF 2.x, there was a light theme.
VDF 2 had a light theme, but not a dark theme. VDF 3 has only a dark theme. It could have a light theme since Avalonia supports it but it currently has hardcoded color values too, which needs to be changed to dynamic ones first.
Speaking about for example: https://github.com/0x90d/videoduplicatefinder/blob/ab8160eebd28fc54fdc5a430db537420d0221fc0/VDF.GUI/Views/MainWindow.xaml#L47