diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 0000000..de002bd --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,24 @@ +on: + release: + types: [published] + +# Zips the profile and uploads to the vatsys ftp server +name: Publish Dark Profile +jobs: + zip-deploy: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: Archive Release + uses: thedoctor0/zip-release@master + with: + filename: 'profile.zip' + exclusions: '*.git* /*node_modules/* .editorconfig *.md' + - name: FTP-Deploy-Action + uses: SamKirkland/FTP-Deploy-Action@4.3.0 + with: + server: ftp.sawbe.com + server-dir: mexico-dark/ + protocol: ftps + username: ${{ secrets.FTP_USERNAME }} + password: ${{ secrets.FTP_PASSWORD }} diff --git a/Colours.xml b/Colours.xml index e94c02e..fcb25cd 100644 --- a/Colours.xml +++ b/Colours.xml @@ -1,469 +1,469 @@ - - Window Text - DarkRed - 96 - 0 - 0 - - - InteractiveText - DarkBlue - 0 - 0 - 96 - - - Strip Text - OffWhite - 240 - 240 - 240 - - - Popup ASD Window borders when focused - PaleGreen - 130 - 155 - 155 - - - Strip Backgrounds - GreenGrey - 2 - 55 - 77 - - - Window Backgrounds - LightGrey - 160 - 170 - 170 - - - Window Border - MediumGrey - 72 - 77 - 77 - - - Preactive Tracks and Strips - White - 255 - 255 - 255 - - - Highlighted Text - CyanBlue - 0 - 255 - 255 - - - CPDLC Background - Cream - 230 - 210 - 190 - - - CPDLC Downlink Highlight and Messages - DarkGreen - 0 - 105 - 0 - - - CPDLC Uplink Highlight and Messages - DarkBlue - 0 - 0 - 105 - - - CPDLC Freetext Messages - Black - 26 - 26 - 26 - - - Emergency Indications - DarkRed - 209 - 46 - 46 - - - Warning Indications - BrightYellow - 200 - 180 - 85 - - - VSCS Background - Grey - 140 - 150 - 150 - - - Closed VSCS Hotlines - Yellow - 235 - 235 - 0 - - - Open VSCS Hotlines - Green - 0 - 235 - 0 - - - VSCS Closed Coldlines - CyanBlue - 0 - 235 - 235 - - - VSCS Open and (flashing) Ringing Coldlines - DarkPurple - 91 - 68 - 122 - - - VSCS Frequencies that can be transmitted on - Green - 0 - 235 - 0 - - - VSCS Frequencies are receiving a transmission - White - 255 - 255 - 255 - - - VSCS Frequencies that are receive only or without voice - Yellow - 235 - 235 - 0 - - - VSCS Generic Buttons - DarkGrey - 130 - 146 - 146 - - - VSCS Buttons that are selected / highlighted - FUCHSIA - 241 - 178 - 225 - - - Non-Interactive Text - DarkGrey - 90 - 90 - 90 - - - - ASD Backgrounds - DarkBlue - 4 - 69 - 87 - - - CPDLC Hot-Send Button - HotBlue - 101 - 101 - 255 - - - A-SMGCS Background - Grey - 0 - 98 - 123 - - - Jurisdiction - Green - 10 - 215 - 73 - - - GhostJurisdiction - Grey - 190 - 190 - 190 - - - PostJurisdiction - White - 240 - 240 - 240 - - - JurisdictionIQL - YellowishGreen - 120 - 200 - 80 - - - HandOver - Salmon - 255 - 205 - 105 - - - Announced - LightBlue - 120 - 255 - 255 - - - NonJurisdictionIQL - White - 255 - 255 - 255 - - - Non Jurisdiction Tracks and Strips - Grey - 190 - 190 - 190 - - - Non Jurisdiction Labels - Grey - 190 - 190 - 190 - - - New CFL Selection - White - 255 - 255 - 255 - - - SPI - CyanBlue - 0 - 255 - 255 - - - Graphic Route - Lavender - 196 - 171 - 196 - - - BRL,PETO,NonRVSM,LATC,ETO - PaleOrange - 255 - 230 - 180 - - - Post Jurisdiction Transfer Flashing - White - 255 - 255 - 255 - - - A-SMGCS Arrival - Buff - 255 - 255 - 160 - - - A-SMGCS Aircraft - Orange - 255 - 156 - 55 - - - A-SGCMS Departure - Blue - 139 - 220 - 243 - - - A-SGCMS Local - Pink - 255 - 100 - 255 - - - Restricted/Danger Areas - Yellow - 235 - 235 - 0 - - - Custom Maps and Text - Yellow - 200 - 180 - 85 - - - System Maps - LightBlue - 52 - 99 - 128 - - - - Filled Area Map - MidGrey - 11 - 19 - 25 - - - Alternative System Map - White - 190 - 190 - 190 - - - A-SMGCS Runway - DarkDarkGrey - 40 - 40 - 40 - - - A-SMGCS Taxiway - DarkGrey - 57 - 57 - 57 - - - A-SMGCS Apron - Grey - 75 - 75 - 75 - - - A-SMGCS Building - LightGrey - 83 - 83 - 83 - - - Dynamic Tool In Use - GroundLabel - 190 - 190 - 190 - - - Dynamic Tool In Use - OffWhite - 255 - 230 - 230 - - - Arrival Manager Frozen Flight - DarkRed - 120 - 0 - 0 - - - Arrival Manager Stable Flight - White - 255 - 255 - 255 - - - Arrival Manager Super Stable Flight - LightBlue - 100 - 210 - 255 - - - Arrival Manager Unstable Flight - Orange - 255 - 240 - 0 - - - Arrival Manager Minor Delay - Cyan - 0 - 235 - 235 - - - Arrival Manager Major Delay - Yellow - 235 - 235 - 0 - - - - Radar Airways - RadarAirway - 0 - 35 - 45 - - - - Taxiway Centerlines - TaxiwayLines - 70 - 70 - 70 - + + Window Text + DarkRed + 96 + 0 + 0 + + + InteractiveText + DarkBlue + 0 + 0 + 96 + + + Strip Text + OffWhite + 240 + 240 + 240 + + + Popup ASD Window borders when focused + PaleGreen + 130 + 155 + 155 + + + Strip Backgrounds + GreenGrey + 2 + 55 + 77 + + + Window Backgrounds + LightGrey + 160 + 170 + 170 + + + Window Border + MediumGrey + 72 + 77 + 77 + + + Preactive Tracks and Strips + White + 255 + 255 + 255 + + + Highlighted Text + CyanBlue + 0 + 255 + 255 + + + CPDLC Background + Cream + 230 + 210 + 190 + + + CPDLC Downlink Highlight and Messages + DarkGreen + 0 + 105 + 0 + + + CPDLC Uplink Highlight and Messages + DarkBlue + 0 + 0 + 105 + + + CPDLC Freetext Messages + Black + 26 + 26 + 26 + + + Emergency Indications + DarkRed + 209 + 46 + 46 + + + Warning Indications + BrightYellow + 200 + 180 + 85 + + + VSCS Background + Grey + 140 + 150 + 150 + + + Closed VSCS Hotlines + Yellow + 235 + 235 + 0 + + + Open VSCS Hotlines + Green + 0 + 235 + 0 + + + VSCS Closed Coldlines + CyanBlue + 0 + 235 + 235 + + + VSCS Open and (flashing) Ringing Coldlines + DarkPurple + 91 + 68 + 122 + + + VSCS Frequencies that can be transmitted on + Green + 0 + 235 + 0 + + + VSCS Frequencies are receiving a transmission + White + 255 + 255 + 255 + + + VSCS Frequencies that are receive only or without voice + Yellow + 235 + 235 + 0 + + + VSCS Generic Buttons + DarkGrey + 130 + 146 + 146 + + + VSCS Buttons that are selected / highlighted + FUCHSIA + 241 + 178 + 225 + + + Non-Interactive Text + DarkGrey + 90 + 90 + 90 + + + + ASD Backgrounds + DarkBlue + 10 + 24 + 31 + + + CPDLC Hot-Send Button + HotBlue + 101 + 101 + 255 + + + A-SMGCS Background + Grey + 0 + 98 + 123 + + + Jurisdiction + Green + 10 + 215 + 73 + + + GhostJurisdiction + Grey + 190 + 190 + 190 + + + PostJurisdiction + White + 240 + 240 + 240 + + + JurisdictionIQL + YellowishGreen + 120 + 200 + 80 + + + HandOver + Salmon + 255 + 205 + 105 + + + Announced + LightBlue + 120 + 255 + 255 + + + NonJurisdictionIQL + White + 255 + 255 + 255 + + + Non Jurisdiction Tracks and Strips + Grey + 190 + 190 + 190 + + + Non Jurisdiction Labels + Grey + 190 + 190 + 190 + + + New CFL Selection + White + 255 + 255 + 255 + + + SPI + CyanBlue + 0 + 255 + 255 + + + Graphic Route + Lavender + 196 + 171 + 196 + + + BRL,PETO,NonRVSM,LATC,ETO + PaleOrange + 255 + 230 + 180 + + + Post Jurisdiction Transfer Flashing + White + 255 + 255 + 255 + + + A-SMGCS Arrival + Buff + 255 + 255 + 160 + + + A-SMGCS Aircraft + Orange + 255 + 156 + 55 + + + A-SGCMS Departure + Blue + 139 + 220 + 243 + + + A-SGCMS Local + Pink + 255 + 100 + 255 + + + Restricted/Danger Areas + Yellow + 235 + 235 + 0 + + + Custom Maps and Text + Yellow + 200 + 180 + 85 + + + System Maps + LightBlue + 52 + 99 + 128 + + + + Filled Area Map + MidGrey + 11 + 19 + 25 + + + Alternative System Map + White + 190 + 190 + 190 + + + A-SMGCS Runway + DarkDarkGrey + 40 + 40 + 40 + + + A-SMGCS Taxiway + DarkGrey + 57 + 57 + 57 + + + A-SMGCS Apron + Grey + 75 + 75 + 75 + + + A-SMGCS Building + LightGrey + 83 + 83 + 83 + + + Dynamic Tool In Use + GroundLabel + 190 + 190 + 190 + + + Dynamic Tool In Use + OffWhite + 255 + 230 + 230 + + + Arrival Manager Frozen Flight + DarkRed + 120 + 0 + 0 + + + Arrival Manager Stable Flight + White + 255 + 255 + 255 + + + Arrival Manager Super Stable Flight + LightBlue + 100 + 210 + 255 + + + Arrival Manager Unstable Flight + Orange + 255 + 240 + 0 + + + Arrival Manager Minor Delay + Cyan + 0 + 235 + 235 + + + Arrival Manager Major Delay + Yellow + 235 + 235 + 0 + + + + Radar Airways + RadarAirway + 7 + 13 + 15 + + + + Taxiway Centerlines + TaxiwayLines + 70 + 70 + 70 + diff --git a/Profile.xml b/Profile.xml index 461fcba..16e081a 100644 --- a/Profile.xml +++ b/Profile.xml @@ -1,6 +1,6 @@ - - + + @@ -31,3 +31,4 @@ `.`.< GV `-' --> +