@@ -19,22 +19,26 @@ There is no central widget like in the Qt docking system. You can dock on every
1919border of the main window or you can dock into each dock area - so you are
2020free to dock almost everywhere.
2121
22- ![ Layout of widgets] ( doc/preview.png )
23-
24- ![ Dropping widgets] ( doc/preview-dragndrop .png )
22+ ![ Dropping widgets] ( doc/preview-dragndrop .png ) \
23+ \
24+ ![ Dropping widgets] ( doc/preview-dragndrop_dark .png )
2525
2626### Docking inside floating windows
2727There is no difference between the main window and a floating window. Docking
2828into floating windows is supported.
2929
30- ![ Docking inside floating windows] ( doc/floating-widget-dragndrop.png )
30+ ![ Docking inside floating windows] ( doc/floating-widget-dragndrop.png ) \
31+ \
32+ ![ Docking inside floating windows] ( doc/floating-widget-dragndrop_dark.png )
3133
3234### Grouped dragging
3335When dragging the titlebar of a dock, all the tabs that are tabbed with it are
3436going to be dragged. So you can move complete groups of tabbed widgets into
3537a floating widget or from one dock area to another one.
3638
37- ![ Grouped dragging] ( doc/grouped-dragging.png )
39+ ![ Grouped dragging] ( doc/grouped-dragging.png ) \
40+ \
41+ ![ Grouped dragging] ( doc/grouped-dragging_dark.png )
3842
3943### Perspectives for fast switching of the complete main window layout
4044A perspective defines the set and layout of dock windows in the main
@@ -43,7 +47,9 @@ perspective to make your own custom perspective. Later you can simply
4347select a perspective from the perspective list to quickly switch the complete
4448main window layout.
4549
46- ![ Perspective] ( doc/perspectives.png )
50+ ![ Perspective] ( doc/perspectives.png ) \
51+ \
52+ ![ Perspective] ( doc/perspectives_dark.png )
4753
4854## Tested Compatible Environments
4955- Windows 10
0 commit comments