Skip to content

Instantly share code, notes, and snippets.

@bingeboy
Last active July 4, 2016 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bingeboy/c1fe12b81083e035d16786d036412759 to your computer and use it in GitHub Desktop.
Save bingeboy/c1fe12b81083e035d16786d036412759 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<GraphicsConfig>
<GUIColour>
<Default>
<LocalisationName>Standard</LocalisationName>
<MatrixRed> 1, 1, 1 </MatrixRed>
<MatrixGreen> 0.34, 0.52, 0.4 </MatrixGreen>
<MatrixBlue> 0.21, 0.54, 1 </MatrixBlue>
</Default>
</GUIColour>
</GraphicsConfig>
@bingeboy
Copy link
Author

bingeboy commented Jul 4, 2016

original was:

        <Default>
            <LocalisationName>Standard</LocalisationName>
            <MatrixRed>     1, 0, 0 </MatrixRed>
            <MatrixGreen>   0, 1, 0 </MatrixGreen>
            <MatrixBlue>    0, 0, 1 </MatrixBlue>
        </Default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment