Browse Source

Automatically insert suppression for unused properties.

Removed license header from gradle.properties and gradle-wrapper.properties.
pull/154/head
weisj 5 years ago
parent
commit
0d0fe13a7e
  1. 40
      build.gradle.kts
  2. 2
      core/src/main/resources/com/github/weisj/darklaf/log/logging.properties
  3. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/font.properties
  4. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/font_sizes.properties
  5. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/globals.properties
  6. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/icons/checkBox.properties
  7. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/icons/dialog.properties
  8. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/icons/files.properties
  9. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/icons/frame.properties
  10. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/icons/indicator.properties
  11. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/icons/menu.properties
  12. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/icons/misc.properties
  13. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/icons/navigation.properties
  14. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/icons/radioButton.properties
  15. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/overwrites.properties
  16. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/platform/linux.properties
  17. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/platform/mac.properties
  18. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/platform/windows.properties
  19. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/borders.properties
  20. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/button.properties
  21. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties
  22. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/colorChooser.properties
  23. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/comboBox.properties
  24. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/fileChooser.properties
  25. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/internalFrame.properties
  26. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/label.properties
  27. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/list.properties
  28. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/menu.properties
  29. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/menuBar.properties
  30. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/menuItem.properties
  31. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/misc.properties
  32. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/numberingPane.properties
  33. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/optionPane.properties
  34. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/panel.properties
  35. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/popupMenu.properties
  36. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/progressBar.properties
  37. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties
  38. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/rootPane.properties
  39. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollBar.properties
  40. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollPane.properties
  41. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/separator.properties
  42. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/slider.properties
  43. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/spinner.properties
  44. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/splitPane.properties
  45. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/statusBar.properties
  46. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/tabFrame.properties
  47. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/tabbedPane.properties
  48. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/table.properties
  49. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/taskPane.properties
  50. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/text.properties
  51. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/toggleButton.properties
  52. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/toolBar.properties
  53. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/toolTip.properties
  54. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/tree.properties
  55. 2
      core/src/main/resources/com/github/weisj/darklaf/properties/ui/tristate.properties
  56. 3
      core/src/main/resources/com/github/weisj/darklaf/properties/unused.properties
  57. 2
      core/src/main/resources/theme_settings.properties
  58. 2
      core/src/main/resources/theme_settings_de.properties
  59. 2
      core/src/main/resources/theme_settings_en_GB.properties
  60. 2
      core/src/main/resources/theme_settings_en_US.properties
  61. 2
      core/src/main/resources/theme_settings_es.properties
  62. 2
      core/src/main/resources/theme_settings_fr.properties
  63. 2
      core/src/main/resources/theme_settings_ru.properties
  64. 2
      core/src/test/resources/theme/my_custom_theme_defaults.properties
  65. 2
      core/src/test/resources/theme/my_custom_theme_icons.properties
  66. 2
      core/src/test/resources/theme/my_custom_theme_linux.properties
  67. 2
      core/src/test/resources/theme/my_custom_theme_mac.properties
  68. 2
      core/src/test/resources/theme/my_custom_theme_ui.properties
  69. 2
      core/src/test/resources/theme/my_custom_theme_windows.properties
  70. 24
      gradle.properties
  71. 24
      gradle/wrapper/gradle-wrapper.properties
  72. 24
      macos/gradle.properties
  73. 2
      macos/src/main/resources/com/github/weisj/darklaf/platform/macos/macos_decorations.properties
  74. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/darcula/darcula_accents.properties
  75. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/darcula/darcula_defaults.properties
  76. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_defaults.properties
  77. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_icons.properties
  78. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_platform.properties
  79. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_ui.properties
  80. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_defaults.properties
  81. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_icons.properties
  82. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_platform.properties
  83. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_ui.properties
  84. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/dark_icons.properties
  85. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/light_icons.properties
  86. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_accents.properties
  87. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_defaults.properties
  88. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_ui.properties
  89. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_defaults.properties
  90. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons.properties
  91. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons_adjustments.properties
  92. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_ui.properties
  93. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_defaults.properties
  94. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_icons.properties
  95. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_ui.properties
  96. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_defaults.properties
  97. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_icons.properties
  98. 2
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties
  99. 24
      windows/gradle.properties
  100. 2
      windows/src/main/resources/com/github/weisj/darklaf/platform/windows/windows_decorations.properties
  101. Some files were not shown because too many files have changed in this diff Show More

40
build.gradle.kts

@ -44,8 +44,9 @@ releaseParams {
}
}
fun BaseFormatExtension.license() {
licenseHeader(File("${project.rootDir}/LICENSE").readText()) {
fun BaseFormatExtension.license(addition: String = "") {
val extra = if (addition.isEmpty()) "" else "\n$addition"
licenseHeader(File("${project.rootDir}/LICENSE").readText() + extra) {
filter {
exclude("**/org/pbjar/jxlayer/*")
}
@ -53,7 +54,22 @@ fun BaseFormatExtension.license() {
copyrightStyle("cmd", DefaultCopyrightStyle.REM)
}
trimTrailingWhitespace()
endWithNewline()
if (addition.isEmpty()) {
endWithNewline()
}
}
fun BaseFormatExtension.configFilter(init: PatternFilterable.() -> Unit) {
filter {
// Autostyle does not support gitignore yet https://github.com/autostyle/autostyle/issues/13
exclude("out/**")
if (project == rootProject) {
exclude("gradlew*", "gradle/**")
} else {
exclude("bin/**")
}
init()
}
}
allprojects {
@ -73,18 +89,18 @@ allprojects {
kotlinGradle {
ktlint()
}
format("properties") {
configFilter {
include("**/*.properties")
exclude("**/gradle.properties")
}
license("\nsuppress inspection \"UnusedProperty\" for whole file")
}
format("configs") {
filter {
configFilter {
include("**/*.sh", "**/*.bsh", "**/*.cmd", "**/*.bat")
include("**/*.properties", "**/*.yml")
include("**/*.yml")
include("**/*.xsd", "**/*.xsl", "**/*.xml")
// Autostyle does not support gitignore yet https://github.com/autostyle/autostyle/issues/13
exclude("out/**")
if (project == rootProject) {
exclude("gradlew*")
} else {
exclude("bin/**")
}
}
license()
}

2
core/src/main/resources/com/github/weisj/darklaf/log/logging.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
handlers = java.util.logging.ConsoleHandler
.level = ALL

2
core/src/main/resources/com/github/weisj/darklaf/properties/font.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Button.font = withSize(%fontSize.default)withStyle(0)
CheckBox.font = withSize(%fontSize.default)withStyle(0)
CheckBoxMenuItem.font = withSize(%fontSize.default)withStyle(0)

2
core/src/main/resources/com/github/weisj/darklaf/properties/font_sizes.properties

@ -22,4 +22,6 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
fontSize.default = 12

2
core/src/main/resources/com/github/weisj/darklaf/properties/globals.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
global.background = %background
global.inactiveBackground = %background
global.dropCellBackground = %dropBackground

2
core/src/main/resources/com/github/weisj/darklaf/properties/icons/checkBox.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.CheckBox.activeFillColor = %CheckBox.activeFillColor
Icons.CheckBox.activeBorderColor = %CheckBox.activeBorderColor

2
core/src/main/resources/com/github/weisj/darklaf/properties/icons/dialog.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.errorDialog.color = %errorIconColor
Icons.informationDialog.color = %informationIconColor
Icons.questionDialog.color = %questionIconColor

2
core/src/main/resources/com/github/weisj/darklaf/properties/icons/files.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.desktop.color = %menuIconEnabled
Icons.drive.color = %fileIconBackground

2
core/src/main/resources/com/github/weisj/darklaf/properties/icons/frame.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.windowClose.color = %windowButton
Icons.windowCloseHover.color = %windowCloseHovered
Icons.windowCloseInactive.color = %windowButtonDisabled

2
core/src/main/resources/com/github/weisj/darklaf/properties/icons/indicator.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.speaker0.color = %menuIconEnabled
Icons.speaker0.crossColor = %menuIconEnabled
Icons.speaker0Disabled.color = %menuIconDisabled

2
core/src/main/resources/com/github/weisj/darklaf/properties/icons/menu.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.copy.color = %menuIconEnabled
Icons.cut.color = %menuIconEnabled
Icons.delete.color = %menuIconEnabled

2
core/src/main/resources/com/github/weisj/darklaf/properties/icons/misc.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.minus.color = %menuIconEnabled
Icons.minusSelected.color = %menuIconSelected
Icons.pipette.color = %menuIconEnabled

2
core/src/main/resources/com/github/weisj/darklaf/properties/icons/navigation.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.add.color = %menuIconEnabled
Icons.arrowDivider.color = %menuIconEnabled
Icons.arrowDivider.opacity = %menuIconOpacity

2
core/src/main/resources/com/github/weisj/darklaf/properties/icons/radioButton.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.RadioButton.activeFillColor = %RadioButton.activeFillColor
Icons.RadioButton.activeBorderColor = %RadioButton.activeBorderColor

2
core/src/main/resources/com/github/weisj/darklaf/properties/overwrites.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
SplitPane.defaultDividerStyle = spDividerStyle
Table.renderBooleanAsCheckBox = tableBooleanRenderer
Tree.renderBooleanAsCheckBox = treeBooleanRenderer

2
core/src/main/resources/com/github/weisj/darklaf/properties/platform/linux.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
FileChooser.listViewWindowsStyle = false
Table.alternateRowColor = false
Tree.alternateRowColor = false

2
core/src/main/resources/com/github/weisj/darklaf/properties/platform/mac.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Table.alternateRowColor = true
Tree.alternateRowColor = true
List.alternateRowColor = true

2
core/src/main/resources/com/github/weisj/darklaf/properties/platform/windows.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
FileChooser.listViewWindowsStyle = true
Table.alternateRowColor = false

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/borders.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
TitledBorder.titleColor = %textForeground
TitledBorder.border = com.github.weisj.darklaf.ui.titledborder.DarkTitledBorder
TitledBorder.borderColor = %borderSecondary

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/button.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ButtonUI = com.github.weisj.darklaf.ui.button.DarkButtonUI
Button.border = com.github.weisj.darklaf.ui.button.DarkButtonBorder
Button.disabledText = %textForegroundInactive

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/checkBox.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
CheckBoxUI = com.github.weisj.darklaf.ui.togglebutton.checkbox.DarkCheckBoxUI
CheckBox.border = com.github.weisj.darklaf.ui.togglebutton.checkbox.DarkCheckBoxBorder
CheckBox.activeFillColor = %widgetFill

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/colorChooser.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ColorChooserUI = com.github.weisj.darklaf.ui.colorchooser.DarkColorChooserUI
ColorChooser.pipetteEnabled = true
ColorChooser.previewBorderColor = %widgetBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/comboBox.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ComboBoxUI = com.github.weisj.darklaf.ui.combobox.DarkComboBoxUI
ComboBox.squareButton = false
ComboBox.background = %backgroundContainer

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/fileChooser.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
FileChooserUI = com.github.weisj.darklaf.ui.filechooser.DarkFileChooserUI
FileChooser.newFolderIcon = files/newFolder.svg[themed]
FileChooser.upFolderIcon = files/upFolder.svg[themed]

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/internalFrame.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
InternalFrameUI = com.github.weisj.darklaf.ui.internalframe.DarkInternalFrameUI
InternalFrame.border = com.github.weisj.darklaf.ui.internalframe.DarkInternalFrameBorder
InternalFrame.optionDialogBorder = com.github.weisj.darklaf.ui.internalframe.DarkInternalFrameBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/label.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
LabelUI = com.github.weisj.darklaf.ui.label.DarkLabelUI
Label.inactiveForeground = %textForegroundInactive
Label.cellForegroundNoFocus = %textSelectionForegroundInactive

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/list.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ListUI = com.github.weisj.darklaf.ui.list.DarkListUI
List.cellRenderer = com.github.weisj.darklaf.ui.list.DarkListCellRenderer
List.border = com.github.weisj.darklaf.ui.list.DarkListBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/menu.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
MenuUI = com.github.weisj.darklaf.ui.menu.DarkMenuUI
Menu.maxGutterIconWidth = 18
Menu.border = com.github.weisj.darklaf.ui.menu.DarkMenuItemBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/menuBar.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
MenuBarUI = com.github.weisj.darklaf.ui.menu.DarkMenuBarUI
MenuBar.disabledBackground = %background
MenuBar.border = com.github.weisj.darklaf.ui.menu.DarkMenuBarBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/menuItem.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
MenuItemUI = com.github.weisj.darklaf.ui.menu.DarkMenuItemUIBase
MenuItem.border = com.github.weisj.darklaf.ui.menu.DarkMenuItemBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/misc.properties

@ -22,4 +22,6 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ThemeSettings.icon = menu/settings.svg[themed]

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/numberingPane.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
NumberingPaneUI = com.github.weisj.darklaf.ui.numberingpane.DarkNumberingPaneUI
NumberingPane.border = com.github.weisj.darklaf.ui.numberingpane.DarkNumberingPaneBorder
NumberingPane.borderColor = %borderSecondary

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/optionPane.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
OptionPaneUI = com.github.weisj.darklaf.ui.optionpane.DarkOptionPaneUI
OptionPane.border = com.github.weisj.darklaf.ui.optionpane.DarkOptionPaneBorder
OptionPane.messageForeground = %textForeground

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/panel.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
PanelUI = com.github.weisj.darklaf.ui.panel.DarkPanelUI
Panel.foreground = %textForeground
Panel.background = %background

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/popupMenu.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
PopupMenuUI = com.github.weisj.darklaf.ui.popupmenu.DarkPopupMenuUI
PopupMenu.border = com.github.weisj.darklaf.ui.popupmenu.DarkPopupMenuBorder
PopupMenu.translucentBackground = %backgroundContainer

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/progressBar.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ProgressBarUI = com.github.weisj.darklaf.ui.progressbar.DarkProgressBarUI
ProgressBar.border = com.github.weisj.darklaf.ui.progressbar.DarkProgressBarBorder
ProgressBar.foreground = %textForeground

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/radioButton.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
RadioButtonUI = com.github.weisj.darklaf.ui.togglebutton.radiobutton.DarkRadioButtonUI
RadioButton.border = com.github.weisj.darklaf.ui.togglebutton.radiobutton.DarkRadioButtonBorder
RadioButton.selectionSelectedColor = %controlFill

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/rootPane.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
RootPaneUI = com.github.weisj.darklaf.ui.rootpane.DarkRootPaneUI
RootPane.background = %background

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollBar.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ScrollBarUI = com.github.weisj.darklaf.ui.scrollpane.DarkScrollBarUI
ScrollBar.fadeStartColor = %controlFadeStart
ScrollBar.fadeEndColor = %controlFadeEnd

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/scrollPane.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ScrollPaneUI = com.github.weisj.darklaf.ui.scrollpane.DarkScrollPaneUI
ScrollPane.barInsets = 0,0,0,0
ScrollPane.border = null

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/separator.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
SeparatorUI = com.github.weisj.darklaf.ui.separator.DarkSeparatorUI
PopupMenuSeparatorUI = com.github.weisj.darklaf.ui.popupmenu.DarkPopupMenuSeparatorUI
Separator.foreground = %borderSecondary

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/slider.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
SliderUI = com.github.weisj.darklaf.ui.slider.DarkSliderUI
Slider.tickColor = %textForegroundSecondary
Slider.disabledTickColor = %textForegroundInactive

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/spinner.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
SpinnerUI = com.github.weisj.darklaf.ui.spinner.DarkSpinnerUI
Spinner.border = com.github.weisj.darklaf.ui.spinner.DarkSpinnerBorder
Spinner.activeBorderColor = %widgetBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/splitPane.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
SplitPaneUI = com.github.weisj.darklaf.ui.splitpane.DarkSplitPaneUI
SplitPane.border = com.github.weisj.darklaf.ui.splitpane.DarkSplitPaneBorder
SplitPaneDivider.border = com.github.weisj.darklaf.ui.splitpane.DarkSplitPaneDividerBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/statusBar.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
StatusBarUI = com.github.weisj.darklaf.ui.statusbar.DarkStatusBarUI
StatusBar.topColor = %borderSecondary
StatusBar.background = %background

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/tabFrame.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
TabFramePanelPopupUI = com.github.weisj.darklaf.ui.tabframe.DarkPanelPopupUI
TabFrameTabbedPopupUI = com.github.weisj.darklaf.ui.tabframe.DarkTabbedPopupUI
TabFramePopup.headerBorder = com.github.weisj.darklaf.ui.tabframe.DarkTabFramePopupHeaderBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/tabbedPane.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
TabbedPaneUI = com.github.weisj.darklaf.ui.tabbedpane.DarkTabbedPaneUI
TabbedPane.tabInsets = 5,7,5,7
TabbedPane.tabRunOverlay = 0

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/table.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
TableHeaderUI = com.github.weisj.darklaf.ui.table.DarkTableHeaderUI
TableHeader.cellBorder = com.github.weisj.darklaf.ui.table.DarkTableCellBorder
TableHeader.focusCellBorder = com.github.weisj.darklaf.ui.table.DarkTableCellBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/taskPane.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
swingx/TaskPaneUI = com.github.weisj.darklaf.ui.taskpane.DarkTaskPaneUI
swingx/TaskPaneContainerUI = com.github.weisj.darklaf.ui.taskpane.DarkTaskPaneContainerUI
TaskPane.background = %widgetFill

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/text.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
TextComponent.roundedSelection = true
TextComponent.selectionBackground = %textCompSelectionBackground
TextComponent.selectionForeground = %textCompSelectionForeground

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/toggleButton.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ToggleButtonUI = com.github.weisj.darklaf.ui.togglebutton.DarkToggleButtonUI
ToggleButton.border = com.github.weisj.darklaf.ui.button.DarkButtonBorder
ToggleButton.sliderBorderColor = %widgetBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/toolBar.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ToolBarUI = com.github.weisj.darklaf.ui.toolbar.DarkToolBarUI
ToolBar.border = com.github.weisj.darklaf.ui.toolbar.DarkToolBarBorder
ToolBar.rolloverBorder = com.github.weisj.darklaf.ui.toolbar.DarkToolBarBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/toolTip.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ToolTipUI = com.github.weisj.darklaf.ui.tooltip.DarkTooltipUI
ToolTip.border = com.github.weisj.darklaf.ui.tooltip.DarkDefaultToolTipBorder
ToolTip.borderInactive = com.github.weisj.darklaf.ui.tooltip.DarkDefaultToolTipBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/tree.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
TreeUI = com.github.weisj.darklaf.ui.tree.DarkTreeUI
Tree.editorBorder = com.github.weisj.darklaf.ui.tree.DarkTreeCellBorder
Tree.editorBorderColor = %widgetBorder

2
core/src/main/resources/com/github/weisj/darklaf/properties/ui/tristate.properties

@ -22,5 +22,7 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
TristateCheckBoxUI = com.github.weisj.darklaf.ui.togglebutton.tristate.DarkTristateCheckBoxUI
TristateCheckBoxMenuItemUI = com.github.weisj.darklaf.ui.togglebutton.tristate.DarkTristateCheckBoxMenuItemUI

3
core/src/main/resources/com/github/weisj/darklaf/properties/unused.properties

@ -22,8 +22,9 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Button.darkShadow = null
Button.disabledToolBarBorderBackground = null
Button.focus = null
Button.highlight = null
Button.light = null

2
core/src/main/resources/theme_settings.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
title = Theme Settings
color_default = Default
color_Blue = Blue

2
core/src/main/resources/theme_settings_de.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
title = Thema Einstellungen
color_default = Standard
color_Blue = Blau

2
core/src/main/resources/theme_settings_en_GB.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
title = Theme Settings
color_default = Default
color_Blue = Blue

2
core/src/main/resources/theme_settings_en_US.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
title = Theme Settings
color_default = Default
color_Blue = Blue

2
core/src/main/resources/theme_settings_es.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
title = Configuración de Temas
color_default = Defecto
color_Blue = Azul

2
core/src/main/resources/theme_settings_fr.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
title = Réglage des Thèmes
color_default = Défaut
color_Blue = Bleu

2
core/src/main/resources/theme_settings_ru.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
title = Настройки Темы
color_default = По умолчанию
color_Blue = Синий

2
core/src/test/resources/theme/my_custom_theme_defaults.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
%background = EEE8D5
%backgroundAlternative = F0EBDB
%backgroundColorful = DEDDD1

2
core/src/test/resources/theme/my_custom_theme_icons.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
%menuIconEnabled = 586E75
%menuIconHovered = BDECFB
%menuIconSelected = FFFFFF

2
core/src/test/resources/theme/my_custom_theme_linux.properties

@ -22,3 +22,5 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#

2
core/src/test/resources/theme/my_custom_theme_mac.properties

@ -22,3 +22,5 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#

2
core/src/test/resources/theme/my_custom_theme_ui.properties

@ -22,3 +22,5 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#

2
core/src/test/resources/theme/my_custom_theme_windows.properties

@ -22,3 +22,5 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#

24
gradle.properties

@ -1,27 +1,3 @@
#
# 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.
#
#
org.gradle.parallel = true
kotlin.code.style = official

24
gradle/wrapper/gradle-wrapper.properties vendored

@ -1,27 +1,3 @@
#
# 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.
#
#
distributionSha256Sum = 0f316a67b971b7b571dac7215dcf2591a30994b3450e0629925ffcfe2c68cc5c
distributionUrl = https\://services.gradle.org/distributions/gradle-6.3-all.zip
distributionBase = GRADLE_USER_HOME

24
macos/gradle.properties

@ -1,25 +1 @@
#
# 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.
#
#
defaultLibraryName = libdarklaf-macos.dylib

2
macos/src/main/resources/com/github/weisj/darklaf/platform/macos/macos_decorations.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
MacOS.TitlePane.borderColor = %borderSecondary
MacOS.TitlePane.background = %background
MacOS.TitlePane.foreground = %textForegroundSecondary

2
theme/src/main/resources/com/github/weisj/darklaf/theme/darcula/darcula_accents.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
accent.propertyList = {widgetFillDefault:[100,100,100];\
hoverHighlightDefault:[100,80,80];\
clickHighlightDefault:[100,90,85];\

2
theme/src/main/resources/com/github/weisj/darklaf/theme/darcula/darcula_defaults.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Theme.dark = true
Theme.highContrast = false

2
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_defaults.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Theme.dark = true
Theme.highContrast = true

2
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_icons.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
%menuIconOpacity = 100
%fileIconOpacity = 100

2
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_platform.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
###Windows###
Windows.TitlePane.inactiveBackgroundHover = 473724

2
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_dark/high_contrast_dark_ui.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ColorChooser.swatchesDefaultRecentColor = 000000
Button.borderless.drawOutline = true
TabbedPane.selectedHoverBackground = %backgroundHover

2
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_defaults.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Theme.dark = false
Theme.highContrast = true

2
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_icons.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
%menuIconOpacity = 100
%fileIconOpacity = 100

2
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_platform.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
###Windows###
Windows.TitlePane.inactiveBackgroundHover = dbcbb8

2
theme/src/main/resources/com/github/weisj/darklaf/theme/high_contrast_light/high_contrast_light_ui.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ColorChooser.swatchesDefaultRecentColor = FFFFFF
Button.borderless.drawOutline = true
ToolTip.paintShadow = false

2
theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/dark_icons.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
%menuIconOpacity = 80
%fileIconOpacity = 80

2
theme/src/main/resources/com/github/weisj/darklaf/theme/icon_presets/light_icons.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
%menuIconOpacity = 80
%fileIconOpacity = 80

2
theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_accents.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
accent.propertyList = {widgetFillDefault:[100,100,100];\
hoverHighlightDefault:[100,80,100];\
clickHighlightDefault:[100,90,100];\

2
theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_defaults.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights

2
theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_ui.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Button.shadow = 808080
ProgressBar.selectionForeground = %textSelectionForeground
ProgressBar.selectionBackground = %textForeground

2
theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_defaults.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Theme.dark = true
Theme.highContrast = false

2
theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
%menuIconOpacity = 80
%fileIconOpacity = 80

2
theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_icons_adjustments.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Icons.arrowUp.color = %textIconEnabled
Icons.arrowDown.color = %textIconEnabled
Icons.arrowLeft.color = %textIconEnabled

2
theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_ui.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
CheckBox.activeFillColor = %textBackground
CheckBox.selectedFillColor = %textBackground
Slider.activeThumbFill = %textBackground

2
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_defaults.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Theme.dark = true
Theme.highContrast = false

2
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_icons.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
%menuIconOpacity = 80
%fileIconOpacity = 80

2
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_dark/solarized_dark_ui.properties

@ -22,4 +22,6 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ColorChooser.swatchesDefaultRecentColor = EAEEEF

2
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_defaults.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Theme.dark = false
Theme.highContrast = false

2
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_icons.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
%menuIconOpacity = 80
%fileIconOpacity = 80

2
theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties

@ -22,4 +22,6 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
ColorChooser.swatchesDefaultRecentColor = EAE4D1

24
windows/gradle.properties

@ -1,25 +1 @@
#
# 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.
#
#
defaultLibraryName = darklaf-windows.dll

2
windows/src/main/resources/com/github/weisj/darklaf/platform/windows/windows_decorations.properties

@ -22,6 +22,8 @@
# SOFTWARE.
#
#
# suppress inspection "UnusedProperty" for whole file
#
Windows.TitlePane.minimize.icon = icons/window/minimize.svg[themed]
Windows.TitlePane.minimizeInactive.icon = icons/window/minimizeInactive.svg[themed]
Windows.TitlePane.maximize.icon = icons/window/maximize.svg[themed]

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save