Please add Dark Theme support to windows app. The application is too bright.
Hi @superherointj feel free to submit one - Theme support is currently not in our immediate roadmap.
Dark theme support would be brilliant. The application is far too bright for work at night.
@wonea if you have an easy way to get this added, I'm all for it!
@FrenchBen I believe I found an easy way, I don't know how to compile all the code to test if modding this variable is on the right path.
https://github.com/docker/kitematic/blob/3d40e1334aae598eff99dbf3910906ed5ad9727b/styles/bootstrap/variables.less#L28
it is currently set like:
https://github.com/docker/kitematic/blob/3d40e1334aae598eff99dbf3910906ed5ad9727b/styles/bootstrap/variables.less#L29
could be changed to:
@body-bg: #000; (black)
I'm running macOS if help to test is needed.
Created a dark theme style, see my fork.
any chance that this will get implemented with the main application since the fork hasn't recieved updates since 2019?
Most helpful comment
Created a dark theme style, see my fork.