From 90247825054ecc49497dc5356edfe957be778be6 Mon Sep 17 00:00:00 2001 From: weisj Date: Sun, 14 Jun 2020 22:51:20 +0200 Subject: [PATCH] Improve OneDark text foreground colors. --- .../weisj/darklaf/theme/one_dark/one_dark_defaults.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_defaults.properties b/theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_defaults.properties index b6dd4b48..8842d046 100644 --- a/theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_defaults.properties +++ b/theme/src/main/resources/com/github/weisj/darklaf/theme/one_dark/one_dark_defaults.properties @@ -114,8 +114,8 @@ Theme.highContrast = false %textForeground = abb2bf %textForegroundDefault = FFFFFF %textForegroundHighlight = abb2bf -%textForegroundInactive = 5c6370 -%textForegroundSecondary = 495162 +%textForegroundInactive = 495162 +%textForegroundSecondary = 5c6370 %acceleratorForeground = E6E6E6 %textContrastForeground = FFFFFF