diff --git a/app/components/flightlab/pfd/PfdAltitudeTape.vue b/app/components/flightlab/pfd/PfdAltitudeTape.vue index f5f55ba..9d03bfb 100644 --- a/app/components/flightlab/pfd/PfdAltitudeTape.vue +++ b/app/components/flightlab/pfd/PfdAltitudeTape.vue @@ -65,7 +65,7 @@ const tapeInnerHeight = computed(() => props.height - 4) y="0" :width="width" :height="height" - fill="#16181f" + fill="#1a2628" rx="1" /> props.height - 4) :y="tapeInnerY" :width="tapeInnerWidth" :height="tapeInnerHeight" - fill="#1c1e26" - stroke="#3a3d48" + fill="#1d282a" + stroke="#304c50" stroke-width="0.8" /> @@ -112,14 +112,14 @@ const tapeInnerHeight = computed(() => props.height - 4) :width="readoutBoxWidth" :height="readoutBoxHeight" fill="#02040b" - stroke="#19e34a" + stroke="#fbe044" stroke-width="1.4" rx="1.5" /> `att-clip-${uid}`) const skyGradId = computed(() => `att-sky-${uid}`) const groundGradId = computed(() => `att-ground-${uid}`) const WHITE = '#f4f6fb' -const YELLOW = '#ffe100' +const YELLOW = '#faf56c' const pitchMarks = computed(() => { const marks: Array<{ deg: number; y: number; isLabel: boolean; width: number }> = [] @@ -84,12 +84,12 @@ const dotRadius = computed(() => 4) - - + + - - + + diff --git a/app/components/flightlab/pfd/PfdHeadingIndicator.vue b/app/components/flightlab/pfd/PfdHeadingIndicator.vue index 551bbb9..6eff01b 100644 --- a/app/components/flightlab/pfd/PfdHeadingIndicator.vue +++ b/app/components/flightlab/pfd/PfdHeadingIndicator.vue @@ -89,7 +89,7 @@ const readoutBoxHeight = 18 y="0" :width="width" :height="height" - fill="#16181f" + fill="#1a2628" rx="1" /> @@ -109,14 +109,14 @@ const readoutBoxHeight = 18 :width="readoutBoxWidth" :height="readoutBoxHeight" fill="#02040b" - stroke="#facc15" + stroke="#fbe044" stroke-width="1" rx="2" /> diff --git a/app/components/flightlab/pfd/PfdSpeedTape.vue b/app/components/flightlab/pfd/PfdSpeedTape.vue index dfc44e2..7703a42 100644 --- a/app/components/flightlab/pfd/PfdSpeedTape.vue +++ b/app/components/flightlab/pfd/PfdSpeedTape.vue @@ -100,7 +100,7 @@ const tapeInnerHeight = computed(() => props.height - 4) y="0" :width="width" :height="height" - fill="#16181f" + fill="#1a2628" rx="1" /> props.height - 4) :y="tapeInnerY" :width="tapeInnerWidth" :height="tapeInnerHeight" - fill="#1c1e26" - stroke="#3a3d48" + fill="#1d282a" + stroke="#304c50" stroke-width="0.8" /> @@ -212,7 +212,7 @@ const tapeInnerHeight = computed(() => props.height - 4) :y1="centerY" :x2="width / 2" :y2="trendLineEndY" - stroke="#19e34a" + stroke="#3ae061" stroke-width="2" opacity="0.8" /> @@ -225,14 +225,14 @@ const tapeInnerHeight = computed(() => props.height - 4) :width="readoutBoxWidth" :height="readoutBoxHeight" fill="#02040b" - stroke="#19e34a" + stroke="#fbe044" stroke-width="1.4" rx="1.5" /> { xmlns="http://www.w3.org/2000/svg" > - +