From 5a6b0645e08a3636381ca1affdafe8c0be391980 Mon Sep 17 00:00:00 2001 From: Konstantin Bulenkov Date: Sun, 11 May 2014 19:48:25 +0200 Subject: [PATCH] fix some colors in Metal theme --- src/com/bulenkov/darcula/DarculaMetalTheme.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/com/bulenkov/darcula/DarculaMetalTheme.java b/src/com/bulenkov/darcula/DarculaMetalTheme.java index a0409b0..5fff895 100644 --- a/src/com/bulenkov/darcula/DarculaMetalTheme.java +++ b/src/com/bulenkov/darcula/DarculaMetalTheme.java @@ -27,14 +27,14 @@ public class DarculaMetalTheme extends DefaultMetalTheme { private final ColorUIResource myControlHighlightColor = new ColorUIResource(108, 111, 113); private final ColorUIResource myControlDarkShadowColor = new ColorUIResource(39, 42, 44); private final ColorUIResource myControlColor = new ColorUIResource(0x3c3f41); - private static final ColorUIResource white = new ColorUIResource(255, 255, 255); - private static final ColorUIResource darkBlue = new ColorUIResource(82, 108, 164); - private static final ColorUIResource lightGray = new ColorUIResource(214, 214, 214); + private static final ColorUIResource white = new ColorUIResource(128, 128, 128); + private static final ColorUIResource darkBlue = new ColorUIResource(0, 44, 63); + private static final ColorUIResource lightGray = new ColorUIResource(109, 109, 109); private final ColorUIResource mySeparatorForeground = new ColorUIResource(53, 56, 58); public static final ColorUIResource primary1 = new ColorUIResource(53, 56, 58); - private static final ColorUIResource primary2 = new ColorUIResource(91, 135, 206); - private static final ColorUIResource primary3 = new ColorUIResource(166, 202, 240); + private static final ColorUIResource primary2 = new ColorUIResource(50, 66, 114); + private static final ColorUIResource primary3 = new ColorUIResource(53, 69, 91);