aboutsummaryrefslogtreecommitdiff
path: root/Themes
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-29 19:04:32 -0400
committerAlee <alee14498@gmail.com>2018-04-29 19:04:32 -0400
commitace2c6fcb96ee2b1439658ff7a96f47eb2d420a6 (patch)
tree7c3f40b63e0eaec586e3f10ba3aaffa897796fa5 /Themes
downloadProject-Byte-ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6.tar.gz
Project-Byte-ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6.tar.bz2
Project-Byte-ace2c6fcb96ee2b1439658ff7a96f47eb2d420a6.zip
Inital Commit
Diffstat (limited to 'Themes')
-rwxr-xr-xThemes/Backgrounds/RiptideGreen.pngbin0 -> 547024 bytes
-rwxr-xr-xThemes/ExampleTheme.xml51
2 files changed, 51 insertions, 0 deletions
diff --git a/Themes/Backgrounds/RiptideGreen.png b/Themes/Backgrounds/RiptideGreen.png
new file mode 100755
index 0000000..f635861
--- /dev/null
+++ b/Themes/Backgrounds/RiptideGreen.png
Binary files differ
diff --git a/Themes/ExampleTheme.xml b/Themes/ExampleTheme.xml
new file mode 100755
index 0000000..292eb02
--- /dev/null
+++ b/Themes/ExampleTheme.xml
@@ -0,0 +1,51 @@
+<CustomTheme>
+ <!-- This defines the layout of the windows. The valid choices are:
+ blue, green, white, mint, greencompact, riptide, colamaeleon and riptide2 - corresponding to the themes of those colors in the base game-->
+ <themeLayoutName>mint</themeLayoutName>
+
+ <!-- This is a path to the background image file. It should be 1920x1080, and a .jpg or .png file.
+ If this is left out, the theme will automatically generate a dynamic background for the theme-->
+ <backgroundImagePath>Themes/Backgrounds/RiptideGreen.png</backgroundImagePath>
+
+ <!-- Main Colors - these will define the main feel of the theme -->
+ <!-- Color of nodes on the netmap, and many other derived colors. -->
+ <defaultHighlightColor>255,41,63</defaultHighlightColor>
+ <defaultTopBarColor>74,7,14,255</defaultTopBarColor>
+ <!-- This is used for the outlines of the module windows -->
+ <moduleColorSolidDefault>0,204,132</moduleColorSolidDefault>
+ <moduleColorStrong>14,40,25,80</moduleColorStrong>
+ <moduleColorBacking>5,7,6,10</moduleColorBacking>
+
+ <exeModuleTopBar>130,65,27,80</exeModuleTopBar>
+ <exeModuleTitleText>155,85,37,0</exeModuleTitleText>
+
+ <!-- Extra Options -->
+ <warningColor>255,0,0</warningColor>
+ <subtleTextColor>90,90,90</subtleTextColor>
+ <darkBackgroundColor>8,8,8</darkBackgroundColor>
+ <indentBackgroundColor>12,12,12</indentBackgroundColor>
+ <outlineColor>68,68,68</outlineColor>
+ <lockedColor>65,16,16,200</lockedColor>
+ <brightLockedColor>160,0,0</brightLockedColor>
+ <brightUnlockedColor>0,160,0</brightUnlockedColor>
+ <unlockedColor>39,65,36</unlockedColor>
+ <lightGray>180,180,180</lightGray>
+ <shellColor>222,201,24</shellColor>
+ <shellButtonColor>105,167,188</shellButtonColor>
+ <semiTransText>120,120,120,0</semiTransText>
+ <terminalTextColor>213,245,255</terminalTextColor>
+ <topBarTextColor>126,126,126,100</topBarTextColor>
+ <superLightWhite>2,2,2,30</superLightWhite>
+ <connectedNodeHighlight>222,0,0,195</connectedNodeHighlight>
+ <netmapToolTipColor>213,245,255,0</netmapToolTipColor>
+ <netmapToolTipBackground>0,0,0,70</netmapToolTipBackground>
+ <topBarIconsColor>255,255,255</topBarIconsColor>
+ <thisComputerNode>95,220,83</thisComputerNode>
+ <scanlinesColor>255,255,255,15</scanlinesColor>
+
+ <!-- AlienFX Colors used for Alienware (and other) hardware with variable LED lights that Hacknet can set dynamically -->
+ <AFX_KeyboardMiddle>0,120,255</AFX_KeyboardMiddle>
+ <AFX_KeyboardOuter>255,150,0</AFX_KeyboardOuter>
+ <AFX_WordLogo>0,120,255</AFX_WordLogo>
+ <AFX_Other>0,100,255</AFX_Other>
+</CustomTheme> \ No newline at end of file