diff --git a/src/DodoSSH.Client.App/App.axaml b/src/DodoSSH.Client.App/App.axaml index b627b02..61ee3ad 100644 --- a/src/DodoSSH.Client.App/App.axaml +++ b/src/DodoSSH.Client.App/App.axaml @@ -110,11 +110,14 @@ @@ -147,7 +150,7 @@ - + @@ -185,7 +188,7 @@ - + + @@ -225,7 +248,7 @@ - + @@ -831,12 +856,14 @@ decoration that reads as information. A style rather than a value converter so that the two colours are the palette's, once. A converter - would have had to name #3DDC97 in C#, which is how a green ends up one shade off in the fourth place - it appears. + would have had to name the hex value in C#, which is how a green ends up one shade off in the fourth + place it appears — and it has already moved once, from v2's #3DDC97 to this design's #34D399, without + touching this file. - Live rather than Accent, and that is a v2 change with meaning rather than a recolour. The accent is - blue now, and the green survives as the colour of a fact — see the remark on Live in Palette.axaml. - Filling this with Accent would say a connected host is a thing to press. + Live rather than Accent, and that is a v2 change with meaning rather than a recolour, one that survives + the accent moving again from blue to purple in v3: the green is the colour of a fact regardless of what + hue the accent currently is — see the remark on Live in Palette.axaml. Filling this with Accent would + say a connected host is a thing to press. -->