Hacknet-Extension-Tutorial


Hacknet-Extension-Tutorial / Assets / Themes
ChronoVert  ·  2025-11-01

Chronomia.xml

 1<?xml version="1.0" encoding="UTF-8"?>
 2<CustomTheme>
 3  <!-- 窗口样式 -->
 4  <themeLayoutName>blue</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  <!-- Main Colors - these will define the main feel of the theme -->
11  <!-- Color of nodes on the netmap, and many other derived colors. -->
12  <!-- 管理员身份提示色 -->
13  <defaultHighlightColor>4,0,255</defaultHighlightColor>
14  <!-- 顶部系统栏 -->
15  <defaultTopBarColor>30,111,233</defaultTopBarColor>
16  <!-- This is used for the outlines of the module windows -->
17  <!-- 模块描边 -->
18  <moduleColorSolidDefault>53,59,238</moduleColorSolidDefault>
19  <!-- 模块填充 -->
20  <moduleColorStrong>0,0,0,120</moduleColorStrong>
21  <!-- 全屏背景色 -->
22  <moduleColorBacking>0,0,0,120</moduleColorBacking>
23
24  <!-- EXE顶部栏 -->
25  <exeModuleTopBar>0,128,255,150</exeModuleTopBar>
26  <!-- EXE标题文本 -->
27  <exeModuleTitleText>200,200,200,255</exeModuleTitleText>
28
29  <!-- Extra Options -->
30  <!-- 可视化界面按钮颜色 -->
31  <warningColor>99,95,100</warningColor>
32  <!-- 可视化界面登录按钮颜色 -->
33  <subtleTextColor>120,120,120</subtleTextColor>
34  <!-- 搜索框背景/邮件按钮等颜色 -->
35  <darkBackgroundColor>8,8,8</darkBackgroundColor>
36  <!-- use ram / 登录 模块背景色 -->
37  <indentBackgroundColor>12,12,12</indentBackgroundColor>
38  <!-- 节点之间连接线的颜色 -->
39  <outlineColor>68,68,68</outlineColor>
40  <!-- 断开/取消 按钮颜色、端口被锁住的颜色 -->
41  <lockedColor>255,0,0,199</lockedColor>
42  <!-- 显示端口不可破解的背景色 -->
43  <brightLockedColor>160,0,0</brightLockedColor>
44  <!-- sshcrack.exe小方格过度颜色、成功登录后成功两个字颜色等 -->
45  <brightUnlockedColor>0,160,0</brightUnlockedColor>
46  <!-- 端口解锁后的颜色 -->
47  <unlockedColor>39,65,36</unlockedColor>
48  <!-- MessageBoard使用 -->
49  <lightGray>180,180,180</lightGray>
50  <!-- 过载节点颜色[指RAM上的] 运行Shell时节点的颜色,以及您在[probe或nmap]看到的[检测到代理]和[检测到防火墙]的颜色 -->
51  <shellColor>222,201,24</shellColor>
52  <!-- shell过载按钮侧边颜色(经测试,按钮不够宽显示不出来侧边) -->
53  <shellButtonColor>105,167,188</shellButtonColor>
54  <!-- 模块bar文字色 -->
55  <semiTransText>120,120,120,0</semiTransText>
56  <!-- 终端文本颜色 -->
57  <terminalTextColor>213,245,255</terminalTextColor>
58  <!-- 顶部系统栏文本颜色 -->
59  <topBarTextColor>255,255,255,150</topBarTextColor>
60  <!-- 破解端口界面斜条纹颜色 -->
61  <superLightWhite>2,2,2,30</superLightWhite>
62  <!-- 当前连接的节点颜色 -->
63  <connectedNodeHighlight>222,0,0,195</connectedNodeHighlight>
64  <!-- 鼠标放到netmap节点上后显示右侧文字的颜色 -->
65  <netmapToolTipColor>213,245,255,0</netmapToolTipColor>
66  <!-- 鼠标放到netmap节点上后显示右侧文字的背景 -->
67  <netmapToolTipBackground>0,0,0,70</netmapToolTipBackground>
68  <!-- 顶部栏icon颜色 -->
69  <topBarIconsColor>255,255,255</topBarIconsColor>
70  <!-- 控制玩家计算机节点的颜色 -->
71  <thisComputerNode>95,220,83</thisComputerNode>
72  <!-- 搜索线的颜色 -->
73  <scanlinesColor>255,255,255,15</scanlinesColor>
74  
75  <!-- AlienFX Colors used for Alienware (and other) hardware with variable LED lights that Hacknet can set dynamically -->
76  <AFX_KeyboardMiddle>0,120,255</AFX_KeyboardMiddle>
77  <AFX_KeyboardOuter>255,150,0</AFX_KeyboardOuter>
78  <AFX_WordLogo>0,120,255</AFX_WordLogo>
79  <AFX_Other>0,100,255</AFX_Other>
80</CustomTheme>