Browse Source

Windows: Update close button background color for Windows 11

spotless
Jannis Weis 3 years ago
parent
commit
e2ceb6e662
No known key found for this signature in database
GPG Key ID: 7C9D8D4B558049AB
  1. 3
      windows/src/main/resources/com/github/weisj/darklaf/platform/windows/windows_11_decorations.properties

3
windows/src/main/resources/com/github/weisj/darklaf/platform/windows/windows_11_decorations.properties

@ -24,6 +24,9 @@
#
# suppress inspection "UnusedProperty" for whole file
#
Windows.TitlePane.close.clickColor = #B32A1B
Windows.TitlePane.close.rollOverColor = #C42B1C
Windows.TitlePane.maximize.icon = icons/window/maximize11.svg[themed]
Windows.TitlePane.maximizeInactive.icon = icons/window/maximize11Inactive.svg[themed]
Windows.TitlePane.restore.icon = icons/window/restore11.svg[themed]

Loading…
Cancel
Save