mirror of https://github.com/weisJ/darklaf.git
Browse Source
Changed all icons from [aware],[dual] to [themed] Signed-off-by: weisj <weisj@arcor.de>pull/16/head
weisj
5 years ago
32 changed files with 612 additions and 121 deletions
@ -0,0 +1,83 @@
|
||||
# suppress inspection "UnusedProperty" for whole file |
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2019 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. |
||||
# |
||||
Icons.CheckBox.activeFillColor = %CheckBox.activeBorderColor |
||||
Icons.CheckBox.activeBorderColor = %CheckBox.activeBorderColor |
||||
|
||||
Icons.CheckBoxDisabled.inactiveFillColor = %CheckBox.inactiveFillColor |
||||
Icons.CheckBoxDisabled.inactiveBorderColor = %CheckBox.inactiveBorderColor |
||||
|
||||
Icons.CheckBoxFocused.activeFillColor = %CheckBox.activeFillColor |
||||
Icons.CheckBoxFocused.focusBorderColor = %CheckBox.focusBorderColor |
||||
Icons.CheckBoxFocused.glowFocus = %glowFocus |
||||
|
||||
Icons.CheckBoxIndeterminateSelected.selectedFillColor = %CheckBox.selectedFillColor |
||||
Icons.CheckBoxIndeterminateSelected.selectedBorderColor = %CheckBox.selectedBorderColor |
||||
Icons.CheckBoxIndeterminateSelected.selectionSelectedColor = %CheckBox.selectionSelectedColor |
||||
|
||||
Icons.CheckBoxIndeterminateSelectedDisabled.inactiveFillColor = %CheckBox.inactiveFillColor |
||||
Icons.CheckBoxIndeterminateSelectedDisabled.inactiveBorderColor = %CheckBox.inactiveBorderColor |
||||
Icons.CheckBoxIndeterminateSelectedDisabled.selectionDisabledColor = %CheckBox.selectionDisabledColor |
||||
|
||||
Icons.CheckBoxIndeterminateSelectedFocused.selectedFillColor = %CheckBox.selectedFillColor |
||||
Icons.CheckBoxIndeterminateSelectedFocused.focusSelectedBorderColor = %CheckBox.focusSelectedBorderColor |
||||
Icons.CheckBoxIndeterminateSelectedFocused.selectionFocusSelectedColor = %CheckBox.selectionFocusSelectedColor |
||||
Icons.CheckBoxIndeterminateSelectedFocused.glowFocus = %glowFocus |
||||
|
||||
Icons.CheckBoxSelected.selectedFillColor = %CheckBox.selectedFillColor |
||||
Icons.CheckBoxSelected.selectedBorderColor = %CheckBox.selectedBorderColor |
||||
Icons.CheckBoxSelected.selectionSelectedColor = %CheckBox.selectionSelectedColor |
||||
|
||||
Icons.CheckBoxSelectedDisabled.inactiveFillColor = %CheckBox.inactiveFillColor |
||||
Icons.CheckBoxSelectedDisabled.inactiveBorderColor = %CheckBox.inactiveBorderColor |
||||
Icons.CheckBoxSelectedDisabled.selectionDisabledColor = %CheckBox.selectionDisabledColor |
||||
|
||||
Icons.CheckBoxSelectedFocused.selectedFillColor = %CheckBox.selectedFillColor |
||||
Icons.CheckBoxSelectedFocused.focusSelectedBorderColor = %CheckBox.focusSelectedBorderColor |
||||
|
||||
Icons.CheckBoxSelectedFocused.glowFocus = %glowFocus |
||||
Icons.CheckBoxSelectedFocused.selectionFocusSelectedColor = %CheckBox.selectionFocusSelectedColor |
||||
|
||||
Icons.RadioButton.activeFillColor = %RadioButton.activeFillColor |
||||
Icons.RadioButton.activeBorderColor = %RadioButton.activeBorderColor |
||||
|
||||
Icons.RadioButtonDisabled.inactiveFillColor = %RadioButton.inactiveFillColor |
||||
Icons.RadioButtonDisabled.inactiveBorderColor = %RadioButton.inactiveBorderColor |
||||
|
||||
Icons.RadioButtonFocused.activeFillColor = %RadioButton.activeFillColor |
||||
Icons.RadioButtonFocused.focusBorderColor = %RadioButton.focusBorderColor |
||||
Icons.RadioButtonFocused.glowFocus = %glowFocus |
||||
|
||||
Icons.RadioButtonSelected.selectedFillColor = %RadioButton.selectedFillColor |
||||
Icons.RadioButtonSelected.selectedBorderColor = %RadioButton.selectedBorderColor |
||||
Icons.RadioButtonSelected.selectionSelectedColor = %RadioButton.selectionSelectedColor |
||||
|
||||
Icons.RadioButtonSelectedDisabled.inactiveFillColor = %RadioButton.inactiveFillColor |
||||
Icons.RadioButtonSelectedDisabled.inactiveBorderColor = %RadioButton.inactiveBorderColor |
||||
Icons.RadioButtonSelectedDisabled.selectionDisabledColor = %RadioButton.selectionDisabledColor |
||||
|
||||
Icons.RadioButtonSelectedFocused.selectedFillColor = %RadioButton.selectedFillColor |
||||
Icons.RadioButtonSelectedFocused.focusSelectedBorderColor = %RadioButton.focusSelectedBorderColor |
||||
Icons.RadioButtonSelectedFocused.selectionFocusSelectedColor = %RadioButton.selectionFocusSelectedColor |
||||
Icons.RadioButtonSelectedFocused.glowFocus = %glowFocus |
@ -0,0 +1,28 @@
|
||||
# suppress inspection "UnusedProperty" for whole file |
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2019 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. |
||||
# |
||||
Icons.errorDialog.color = %errorIconColor |
||||
Icons.informationDialog.color = %informationIconColor |
||||
Icons.questionDialog.color = %questionIconColor |
||||
Icons.warningDialog.color = %warningIconColor |
@ -0,0 +1,45 @@
|
||||
# suppress inspection "UnusedProperty" for whole file |
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2019 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. |
||||
# |
||||
Icons.desktop.color = %menuIconEnabled |
||||
|
||||
Icons.drive.color = %fileIconBackground |
||||
Icons.drive.dotColor = %fileIconHighlight |
||||
|
||||
Icons.folder.color = %fileIconBackground |
||||
|
||||
Icons.generalFile.color = %fileIconBackground |
||||
|
||||
Icons.homeFolder.color = %menuIconEnabled |
||||
|
||||
Icons.newFolder.color = %menuIconEnabled |
||||
|
||||
Icons.textFile.color = %fileIconBackground |
||||
Icons.textFile.foregroundColor = %fileIconForeground |
||||
|
||||
Icons.unknownFile.color = %fileIconBackground |
||||
Icons.unknownFile.questionColor = %menuIconHighlight |
||||
|
||||
Icons.upFolder.color = %fileIconBackground |
||||
Icons.upFolder.arrowColor = %menuIconHighlight |
@ -0,0 +1,48 @@
|
||||
# suppress inspection "UnusedProperty" for whole file |
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2019 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. |
||||
# |
||||
Icons.speaker0.color = %menuIconEnabled |
||||
Icons.speaker0.crossColor = %menuIconEnabled |
||||
Icons.speaker0Disabled.color = %menuIconDisabled |
||||
Icons.speaker0Disabled.crossColor = %menuIconDisabled |
||||
|
||||
Icons.speaker1.color = %menuIconEnabled |
||||
Icons.speaker1.volumeColor = %menuIconEnabled |
||||
Icons.speaker1Disabled.color = %menuIconDisabled |
||||
Icons.speaker1Disabled.volumeColor = %menuIconDisabled |
||||
|
||||
Icons.speaker2.color = %menuIconEnabled |
||||
Icons.speaker2.volumeColor = %menuIconEnabled |
||||
Icons.speaker2Disabled.color = %menuIconDisabled |
||||
Icons.speaker2Disabled.volumeColor = %menuIconDisabled |
||||
|
||||
Icons.speaker3.color = %menuIconEnabled |
||||
Icons.speaker3.volumeColor = %menuIconEnabled |
||||
Icons.speaker3Disabled.color = %menuIconDisabled |
||||
Icons.speaker3Disabled.volumeColor = %menuIconDisabled |
||||
|
||||
Icons.speaker4.color = %menuIconEnabled |
||||
Icons.speaker4.volumeColor = %menuIconEnabled |
||||
Icons.speaker4Disabled.color = %menuIconDisabled |
||||
Icons.speaker4Disabled.volumeColor = %menuIconDisabled |
@ -0,0 +1,34 @@
|
||||
# suppress inspection "UnusedProperty" for whole file |
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2019 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. |
||||
# |
||||
Icons.copy.color = %menuIconEnabled |
||||
Icons.cut.color = %menuIconEnabled |
||||
Icons.delete.color = %menuIconEnabled |
||||
Icons.arrowDownSort.color = %menuIconEnabled |
||||
Icons.groupBy.color = %menuIconEnabled |
||||
Icons.listFiles.color = %menuIconEnabled |
||||
Icons.paste.color = %menuIconEnabled |
||||
Icons.save.color = %menuIconEnabled |
||||
Icons.arrowUpSort.color = %menuIconEnabled |
||||
Icons.arrowsUpDownSort.color = %menuIconEnabled |
@ -0,0 +1,32 @@
|
||||
# suppress inspection "UnusedProperty" for whole file |
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2019 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. |
||||
# |
||||
Icons.minus.color = %menuIconEnabled |
||||
Icons.minusSelected.color = %menuIconSelected |
||||
Icons.pipette.color = %menuIconEnabled |
||||
Icons.pipetteRollover.color = %errorIconColor |
||||
Icons.plus.color = %menuIconEnabled |
||||
Icons.plusSelected.color = %menuIconSelected |
||||
Icons.eye.color = %menuIconEnabled |
||||
Icons.eyeHovered.color = %menuIconDisabled |
@ -0,0 +1,88 @@
|
||||
# suppress inspection "UnusedProperty" for whole file |
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2019 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. |
||||
# |
||||
Icons.add.color = %menuIconEnabled |
||||
Icons.arrowDivider.color = %menuIconEnabled |
||||
|
||||
Icons.arrowDown.color = %menuIconEnabled |
||||
Icons.arrowDownHover.color = %menuIconHovered |
||||
Icons.arrowDownSelected.color = %menuIconSelected |
||||
Icons.arrowDownDisabled.color = %menuIconDisabled |
||||
|
||||
Icons.arrowLeft.color = %menuIconEnabled |
||||
Icons.arrowLeftHover.color = %menuIconHovered |
||||
Icons.arrowLeftSelected.color = %menuIconSelected |
||||
Icons.arrowLeftDisabled.color = %menuIconDisabled |
||||
|
||||
Icons.arrowRight.color = %menuIconEnabled |
||||
Icons.arrowRightHover.color = %menuIconHovered |
||||
Icons.arrowRightSelected.color = %menuIconSelected |
||||
Icons.arrowRightDisabled.color = %menuIconDisabled |
||||
|
||||
Icons.arrowUp.color = %menuIconEnabled |
||||
Icons.arrowUpHover.color = %menuIconHovered |
||||
Icons.arrowUpSelected.color = %menuIconSelected |
||||
Icons.arrowUpDisabled.color = %menuIconDisabled |
||||
|
||||
Icons.arrowSplitCenterH.color = %menuIconEnabled |
||||
Icons.arrowSplitCenterV.color = %menuIconEnabled |
||||
|
||||
Icons.checkmark.color = %textIconEnabled |
||||
Icons.checkmarkDisabled.color = %textIconDisabled |
||||
Icons.checkmarkSelected.color = %textIconSelected |
||||
|
||||
Icons.clear.color = %menuIconEnabled |
||||
Icons.close.color = %menuIconEnabled |
||||
Icons.closeHovered.color = %menuIconDisabled |
||||
Icons.collapse.color = %menuIconEnabled |
||||
Icons.divider.color = %borderSecondary |
||||
Icons.moreTabs.color = %menuIconEnabled |
||||
|
||||
Icons.separatorH.color = %menuIconEnabled |
||||
Icons.separatorV.color = %menuIconEnabled |
||||
Icons.verticalGlue.color = %menuIconEnabled |
||||
Icons.verticalGrip.color = %menuIconEnabled |
||||
Icons.horizontalGlue.color = %menuIconEnabled |
||||
Icons.horizontalGrip.color = %menuIconEnabled |
||||
|
||||
Icons.moveToBottomLeft.color = %menuIconEnabled |
||||
Icons.moveToBottomRight.color = %menuIconEnabled |
||||
Icons.moveToLeftBottom.color = %menuIconEnabled |
||||
Icons.moveToLeftTop.color = %menuIconEnabled |
||||
Icons.moveToRightBottom.color = %menuIconEnabled |
||||
Icons.moveToRightTop.color = %menuIconEnabled |
||||
Icons.moveToTopLeft.color = %menuIconEnabled |
||||
Icons.moveToTopRight.color = %menuIconEnabled |
||||
Icons.moveToBottomLeftDisabled.color = %menuIconDisabled |
||||
Icons.moveToBottomRightDisabled.color = %menuIconDisabled |
||||
Icons.moveToLeftBottomDisabled.color = %menuIconDisabled |
||||
Icons.moveToLeftTopDisabled.color = %menuIconDisabled |
||||
Icons.moveToRightBottomDisabled.color = %menuIconDisabled |
||||
Icons.moveToRightTopDisabled.color = %menuIconDisabled |
||||
Icons.moveToTopLeftDisabled.color = %menuIconDisabled |
||||
Icons.moveToTopRightDisabled.color = %menuIconDisabled |
||||
|
||||
Icons.search.color = %menuIconEnabled |
||||
Icons.searchWithHistory.color = %menuIconEnabled |
||||
Icons.searchWithHistory.arrowColor = %menuIconEnabled |
@ -0,0 +1,46 @@
|
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2019 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 |
||||
%menuIconEnabled = AFB1B3 |
||||
%menuIconHovered = dddddd |
||||
%menuIconSelected = AFB1B3 |
||||
%menuIconDisabled = 6E6E6E |
||||
%menuIconHighlight = 40B6E0 |
||||
|
||||
%fileIconBackground = 9AA7B0 |
||||
%fileIconForeground = 231F20 |
||||
%fileIconHighlight = 499C54 |
||||
|
||||
%textIconEnabled = FFFFFF |
||||
%textIconDisabled = 000000 |
||||
%textIconSelected = FFFFFF |
||||
|
||||
%windowButton = A9A9A9 |
||||
%windowButtonDisabled = 8C8C8C |
||||
%windowCloseHovered = FFFFFF |
||||
|
||||
%errorIconColor = C75450 |
||||
%informationIconColor = 3592C4 |
||||
%warningIconColor = F0A732 |
||||
%questionIconColor = 3592C4 |
@ -0,0 +1,46 @@
|
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2019 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 |
||||
%menuIconEnabled = 6E6E6E |
||||
%menuIconHovered = ECECEC |
||||
%menuIconSelected = FFFFFF |
||||
%menuIconDisabled = AFB1B3 |
||||
%menuIconHighlight = 389FD6 |
||||
|
||||
%fileIconBackground = 9AA7B0 |
||||
%fileIconForeground = 231F20 |
||||
%fileIconHighlight = 59A869 |
||||
|
||||
%textIconEnabled = 3E3E3C |
||||
%textIconDisabled = B8BABA |
||||
%textIconSelected = FFFFFF |
||||
|
||||
%windowButton = 050708 |
||||
%windowButtonDisabled = 9B9C9C |
||||
%windowCloseHovered = FFFFFF |
||||
|
||||
%errorIconColor = DB5860 |
||||
%informationIconColor = 389FD6 |
||||
%warningIconColor = 389FD6 |
||||
%questionIconColor = EDA200 |
@ -0,0 +1,41 @@
|
||||
# suppress inspection "UnusedProperty" for whole file |
||||
# |
||||
# MIT License |
||||
# |
||||
# Copyright (c) 2019 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. |
||||
# |
||||
Icons.windowClose.color = %windowButton |
||||
Icons.windowCloseHover.color = %windowCloseHovered |
||||
Icons.windowCloseInactive.color = %windowButtonDisabled |
||||
|
||||
Icons.windowHelp.color = %windowButton |
||||
Icons.windowHelpInactive.color = %windowButtonDisabled |
||||
|
||||
Icons.windowMaximize.color = %windowButton |
||||
Icons.windowMaximizeInactive.color = %windowButtonDisabled |
||||
|
||||
Icons.windowMinimize.color = %windowButton |
||||
Icons.windowMinimizeInactive.color = %windowButtonDisabled |
||||
|
||||
Icons.windowRestore.color = %windowButton |
||||
Icons.windowRestoreInactive.color = %windowButtonDisabled |
||||
|
||||
Icons.frame.color = %menuIconEnabled |
Loading…
Reference in new issue