Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 592 B |
After Width: | Height: | Size: 841 B |
Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 643 B |
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 675 B |
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 461 B |
Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 672 B After Width: | Height: | Size: 672 B |
Before Width: | Height: | Size: 559 B |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 596 B After Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 608 B After Width: | Height: | Size: 624 B |
After Width: | Height: | Size: 477 B |
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 493 B |
After Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 435 B After Width: | Height: | Size: 461 B |
After Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 726 B |
@ -0,0 +1,51 @@
|
||||
#MIT License |
||||
# |
||||
#Copyright (c) 2020 Jannis Weis |
||||
# |
||||
#Permission is hereby granted, free of charge, to any person obtaining a copy |
||||
#of this software and associated documentation files (the "Software"), to deal |
||||
#in the Software without restriction, including without limitation the rights |
||||
#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||
#copies of the Software, and to permit persons to whom the Software is |
||||
#furnished to do so, subject to the following conditions: |
||||
# |
||||
#The above copyright notice and this permission notice shall be included in all |
||||
#copies or substantial portions of the Software. |
||||
# |
||||
#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||
#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||
#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||
#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||
#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||
#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
||||
#SOFTWARE. |
||||
# |
||||
# suppress inspection "UnusedProperty" for whole file |
||||
#TitlePane |
||||
TitlePane.minimize.icon = windows/minimize.svg[themed] |
||||
TitlePane.minimizeInactive.icon = windows/minimizeInactive.svg[themed] |
||||
TitlePane.maximize.icon = windows/maximize.svg[themed] |
||||
TitlePane.maximizeInactive.icon = windows/maximizeInactive.svg[themed] |
||||
TitlePane.restore.icon = windows/restore.svg[themed] |
||||
TitlePane.restoreInactive.icon = windows/restoreInactive.svg[themed] |
||||
TitlePane.close.icon = windows/closeActive.svg[themed] |
||||
TitlePane.closeInactive.icon = windows/closeInactive.svg[themed] |
||||
TitlePane.closeHover.icon = windows/closeHover.svg[themed] |
||||
|
||||
TitlePane.close.clickColor = F1707A |
||||
TitlePane.close.rollOverColor = E81123 |
||||
|
||||
TitlePane.icon = duke.svg |
||||
|
||||
TitlePane.borderColor = %borderSecondary |
||||
TitlePane.background = %background |
||||
TitlePane.foreground = %textForegroundSecondary |
||||
TitlePane.inactiveBackground = %background |
||||
TitlePane.inactiveForeground = %textForegroundInactive |
||||
|
||||
OptionPane.errorDialog.titlePane.background = %background |
||||
OptionPane.errorDialog.titlePane.foreground = %textForeground |
||||
OptionPane.questionDialog.titlePane.background = %background |
||||
OptionPane.questionDialog.titlePane.foreground = %textForeground |
||||
OptionPane.warningDialog.titlePane.background = %background |
||||
OptionPane.warningDialog.titlePane.foreground = %textForeground |
@ -0,0 +1,36 @@
|
||||
# suppress inspection "UnusedProperty" for whole file |
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2020 Jannis Weis |
||||
# |
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy |
||||
# of this software and associated documentation files (the "Software"), to deal |
||||
# in the Software without restriction, including without limitation the rights |
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||
# copies of the Software, and to permit persons to whom the Software is |
||||
# furnished to do so, subject to the following conditions: |
||||
# |
||||
# The above copyright notice and this permission notice shall be included in all |
||||
# copies or substantial portions of the Software. |
||||
# |
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
||||
# SOFTWARE. |
||||
# |
||||
Windows.Icons.windowClose.color = %windowButton |
||||
Windows.Icons.windowCloseHover.color = %windowCloseHovered |
||||
Windows.Icons.windowCloseInactive.color = %windowButtonDisabled |
||||
|
||||
Windows.Icons.windowMaximize.color = %windowButton |
||||
Windows.Icons.windowMaximizeInactive.color = %windowButtonDisabled |
||||
|
||||
Windows.Icons.windowMinimize.color = %windowButton |
||||
Windows.Icons.windowMinimizeInactive.color = %windowButtonDisabled |
||||
|
||||
Windows.Icons.windowRestore.color = %windowButton |
||||
Windows.Icons.windowRestoreInactive.color = %windowButtonDisabled |