mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +00:00
Update Colors according to Archiate off. Specs
This is mainly a proposal. The colors at the moment are sometimes quite "loud" and on some it's a bit hard to read the (black) text on it. The colors from the Archimate Specifications (https://pubs.opengroup.org/architecture/archimate3-doc/chap03.html#_Toc10045294) are more subtle and you can better read text on it. It is not necessary to change the colors of the sprites too. But that's just my opinion.
This commit is contained in:
parent
85ad30b381
commit
b2f33306ca
@ -213,13 +213,13 @@ public class HColorSet {
|
||||
register("Yellow", "#FFFF00");
|
||||
register("YellowGreen", "#9ACD32");
|
||||
// Archimate
|
||||
register("BUSINESS", "#FFFF00");
|
||||
register("APPLICATION", "#A9DCDF");
|
||||
register("MOTIVATION", "#B19CD9");
|
||||
register("STRATEGY", "#F6E4CC");
|
||||
register("TECHNOLOGY", "#90EE90");
|
||||
register("PHYSICAL", "#CCFFCC");
|
||||
register("IMPLEMENTATION", "#FFA6BF");
|
||||
register("BUSINESS", "#FFFFCC");
|
||||
register("APPLICATION", "#C2F0FF");
|
||||
register("MOTIVATION", "#EFEFFF");
|
||||
register("STRATEGY", "#F8E7C0");
|
||||
register("TECHNOLOGY", "#C9FFC9");
|
||||
register("PHYSICAL", "#97FF97");
|
||||
register("IMPLEMENTATION", "#FFE0E0");
|
||||
}
|
||||
|
||||
private void register(String s, String color) {
|
||||
|
Loading…
Reference in New Issue
Block a user