summaryrefslogtreecommitdiffstats
path: root/LastHundredYards/defs.lou
blob: 2e43f69d80cf98237223c28844a2cb3e50ec142a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

def @Odd { @Xrgb grey95 }
def @Even { @Xrgb grey98 }
def @Dark { @Xrgb grey80 }

def @SADRM { rgb {.7 .8 .36} }
def @MDRM { @Xrgb brown2 }
def @ATDRM { rgb {.99 .82 .1} }
def @TEMs {@Xrgb olivedrab2}
def @Assault {@Xrgb cornflowerblue}
def @Withdrawal {@Xrgb deepskyblue}
def @Recovery {@Xrgb lightskyblue}
def @Maneuver {@Xrgb mediumorchid2}
def @Transport {@Xrgb orchid2}
def @Concealment {@Xrgb plum2}
def @Mines {@Xrgb thistle2}
def @Limited {@Xrgb darkorange}
def @AssaultReactions {@Xrgb lightsalmon}
def @Deployment {@Xrgb darksalmon}
def @Fate {@Xrgb peachpuff3}
def @Leaders {@Xrgb grey60}
def @LATWs {@Xrgb grey70}
def @AVFs {@Xrgb grey80}
def @Japs {@Xrgb grey90}

# lemonchiffon
# peachpuff
# chartreuse3

def @Reff right x { 6p @Font {x} }
def @BOP { Brush{@Sym slash}Orchard{@Sym slash}Palm Grove }
def @RNP { Riders @Sym slash Passengers }
def @GMotion { @I{green Motion} marker}
def @RMotion { @I{red Motion} marker}
def @Japanese { red @Colour 10p @Font @Ding a71 }
def @Russian { red @Colour 11p @Font @Ding a35 }
def @German { @I GE }
def @Mark { blue @Colour @Sym asteriskmath }

def @Version right x { /.1co 7p @Font {v{x}} }
def @URL left y right x { y @URLLink { rgb .11 .31 .48 } @Colour { x } }