Last active
January 16, 2021 07:15
-
-
Save UnderlineWords/3208e5a5ec92b3518f7bfc1768976829 to your computer and use it in GitHub Desktop.
Elite Dangerous - HUD Color Themes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
This collection is including my favorite custom themes. | |
Copypaste the following snippet into the file GraphicsConfiguration.xml, replacing (only) the similar lines | |
inside the <GUIColour><Default> tags. Note that this file is overwritten when the game updates, | |
so you will need to re-apply your theme every time that happens. | |
--> | |
<!-- | |
Original Theme | |
http://arkku.com/elite/hud_editor/ | |
--> | |
<MatrixRed> 1, 0, 0 </MatrixRed> | |
<MatrixGreen> 0, 1, 0 </MatrixGreen> | |
<MatrixBlue> 0, 0, 1 </MatrixBlue> | |
<!-- | |
Original (Pastel Version) | |
http://arkku.com/elite/hud_editor/#theme_0.4_0.05_0.06_0.15_0.85_0.1_0.1_0.3_0.65 | |
--> | |
<MatrixRed> 0.4, 0.05, 0.06 </MatrixRed> | |
<MatrixGreen> 0.15, 0.85, 0.1 </MatrixGreen> | |
<MatrixBlue> 0.1, 0.3, 0.65 </MatrixBlue> | |
<!-- | |
Blue | |
http://arkku.com/elite/hud_editor/#theme_0_0.17_0.75_0.37_1_0_1_0_0 | |
--> | |
<MatrixRed> 0, 0.17, 0.75 </MatrixRed> | |
<MatrixGreen> 0.37, 1, 0 </MatrixGreen> | |
<MatrixBlue> 1, 0, 0 </MatrixBlue> | |
<!-- | |
Dark Purple | |
http://arkku.com/elite/hud_editor/#theme_0.07_0.07_1_1_1_0_1_0.24_0 | |
--> | |
<MatrixRed> 0.07, 0, 1 </MatrixRed> | |
<MatrixGreen> 1, 1, 0 </MatrixGreen> | |
<MatrixBlue> 1, 0.24, 0 </MatrixBlue> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment