public class Example { public String linux = "\033(0 \033[42;5;35m"; }
Evelyn@-:/tmp$ javap -c Example.class Compiled from "Example.java" public class Example { public java.lang.String linux; public Example(); Code: 0: aload_0 1: invokespecial #1 // Method java/lang/Object."<init>":()V 4: aload_0 5: ldc #2 // String 7: ⎻┤├°␋␊┌␍ #3 // F␋␊┌␍ ┌␋┼┤│:L┘▒┴▒/┌▒┼±/S├⎼␋┼±; 10: ⎼␊├┤⎼┼ £ E┴␊┌≤┼@-:/├└⎻$
<+Evelyn> Hm. What's the worst possible colour combination, in terms of foreground/background colour?
<@Stomach> Pink on bright green is up there