mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 10:39:45 -06:00
DolphinQt: Embed custom dark theme for Windows.
This commit is contained in:
5
Source/Core/DolphinQt/Styles/Dark/dockwidget-close.svg
Normal file
5
Source/Core/DolphinQt/Styles/Dark/dockwidget-close.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg width="1300" height="1300" viewBox="0 0 1300 1300" xmlns="http://www.w3.org/2000/svg">
|
||||
<line x1="100" y1="100" x2="1200" y2="1200" stroke="#7e7e7e" stroke-width="100" />
|
||||
<line x1="100" y1="1200" x2="1200" y2="100" stroke="#7e7e7e" stroke-width="100" />
|
||||
</svg>
|
After Width: | Height: | Size: 303 B |
Reference in New Issue
Block a user