Guest User

Theme Example - Hacknet Extensions

a guest
May 23rd, 2017
958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.93 KB | None | 0 0
  1. <CustomTheme>
  2.   <!-- This defines the layout of the windows. The valid choices are:
  3.  blue, green, white, mint, greencompact, riptide, colamaeleon and riptide2 - corresponding to the themes of those colors in the base game-->
  4.   <themeLayoutName>mint</themeLayoutName>
  5.  
  6.   <!-- This is a path to the background image file. It should be 1920x1080, and a .jpg or .png file.
  7.  If this is left out, the theme will automatically generate a dynamic background for the theme-->
  8.   <backgroundImagePath>Themes/Backgrounds/RiptideGreen.png</backgroundImagePath>
  9.  
  10.   <!-- If this is set to false, the background image will stretch to fill the background area.
  11.  If true, the background will be drawn aspect ratio correct in the middle of the screen, with the
  12.  backgroundImageFillColor behind it.-->
  13.   <UseAspectPreserveBackgroundScaling>false</UseAspectPreserveBackgroundScaling>
  14.   <BackgroundImageFillColor>0,0,0</BackgroundImageFillColor>
  15.  
  16.   <!-- Main Colors - these will define the main feel of the theme -->
  17.   <!-- Color of nodes on the netmap, and many other derived colors. -->
  18.   <defaultHighlightColor>255,41,63</defaultHighlightColor>
  19.   <defaultTopBarColor>74,7,14,255</defaultTopBarColor>
  20.   <!-- This is used for the outlines of the module windows -->
  21.   <moduleColorSolidDefault>0,204,132</moduleColorSolidDefault>
  22.   <moduleColorStrong>14,40,25,80</moduleColorStrong>
  23.   <moduleColorBacking>5,7,6,10</moduleColorBacking>
  24.  
  25.   <exeModuleTopBar>130,65,27,80</exeModuleTopBar>
  26.   <exeModuleTitleText>155,85,37,0</exeModuleTitleText>
  27.  
  28.   <!-- Extra Options -->
  29.   <warningColor>255,0,0</warningColor>
  30.   <subtleTextColor>90,90,90</subtleTextColor>
  31.   <darkBackgroundColor>8,8,8</darkBackgroundColor>
  32.   <indentBackgroundColor>12,12,12</indentBackgroundColor>
  33.   <outlineColor>68,68,68</outlineColor>
  34.   <lockedColor>65,16,16,200</lockedColor>
  35.   <brightLockedColor>160,0,0</brightLockedColor>
  36.   <brightUnlockedColor>0,160,0</brightUnlockedColor>
  37.   <unlockedColor>39,65,36</unlockedColor>
  38.   <lightGray>180,180,180</lightGray>
  39.   <shellColor>222,201,24</shellColor>
  40.   <shellButtonColor>105,167,188</shellButtonColor>
  41.   <semiTransText>120,120,120,0</semiTransText>
  42.   <terminalTextColor>213,245,255</terminalTextColor>
  43.   <topBarTextColor>126,126,126,100</topBarTextColor>
  44.   <superLightWhite>2,2,2,30</superLightWhite>
  45.   <connectedNodeHighlight>222,0,0,195</connectedNodeHighlight>
  46.   <netmapToolTipColor>213,245,255,0</netmapToolTipColor>
  47.   <netmapToolTipBackground>0,0,0,70</netmapToolTipBackground>
  48.   <topBarIconsColor>255,255,255</topBarIconsColor>
  49.   <thisComputerNode>95,220,83</thisComputerNode>
  50.   <scanlinesColor>255,255,255,15</scanlinesColor>
  51.  
  52.   <!-- AlienFX Colors used for Alienware (and other) hardware with variable LED lights that Hacknet can set dynamically -->
  53.   <AFX_KeyboardMiddle>0,120,255</AFX_KeyboardMiddle>
  54.   <AFX_KeyboardOuter>255,150,0</AFX_KeyboardOuter>
  55.   <AFX_WordLogo>0,120,255</AFX_WordLogo>
  56.   <AFX_Other>0,100,255</AFX_Other>
  57. </CustomTheme>
Add Comment
Please, Sign In to add comment