Browse Source

Pull request #6286: REPORT-61205 标准色视觉修改

Merge in DESIGN/design from ~KERRY/design_10.0:release/11.0 to release/11.0

* commit 'd3e06d8673ebd96170f4eac7142f4b4235ac5041':
  REPORT-61205 标准色视觉修改
bugfix/11.0
kerry 3 years ago
parent
commit
503c2a4e6b
  1. 26
      designer-base/src/main/java/com/fr/design/style/color/ColorFactory.java

26
designer-base/src/main/java/com/fr/design/style/color/ColorFactory.java

@ -3,7 +3,7 @@ package com.fr.design.style.color;
import java.awt.Color;
public interface ColorFactory {
public static final Color MenuColors[] = {
Color.black,
new Color(153, 51, 0),
@ -72,17 +72,17 @@ public interface ColorFactory {
};
public static final Color STANDARD_COLORS[] = {
new Color(166, 89, 66),
new Color(166, 123, 66),
new Color(166, 66, 66),
new Color(103, 166, 66),
new Color(66, 121, 166),
new Color(68, 66, 166),
new Color(98, 66, 166),
new Color(146, 66, 166),
new Color(75, 18, 89),
new Color(89, 18, 51)
new Color(234, 68, 49),
new Color(179, 96, 36),
new Color(232, 147, 37),
new Color(109, 214, 50),
new Color(51, 147, 219),
new Color(56, 54, 179),
new Color(93, 54, 179),
new Color(154, 54, 179),
new Color(127, 76, 217),
new Color(179, 36, 102)
};
}
}

Loading…
Cancel
Save