feat: 添加暗黑主题配置文件
- 新增 dark.xml 文件,定义暗黑主题的配色方案 - 设置背景色、前景色和其他关键元素的颜色 - 包括关键字、括号、大括号、数字、注释、方法调用和类名的颜色配置
BIN
library/TaskbarTranslucentConsole.exe
Normal file
BIN
library/TaskbarTranslucentManager.dll
Normal file
17
src/main/resources/dark.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE theme SYSTEM "syntaxcoloring.dtd">
|
||||
<theme>
|
||||
<background>#2B2B2B</background>
|
||||
<foreground>#E0E0E0</foreground>
|
||||
|
||||
<!-- 关键元素 -->
|
||||
<color type="RESERVED_WORD">#CC7832</color> <!-- 关键字橙色 -->
|
||||
<color type="OPERATOR">#FFD700</color> <!-- 括号黄色 -->
|
||||
<color type="SEPARATOR">#4EC9B0</color> <!-- 大括号绿色 -->
|
||||
|
||||
<!-- 补充其他必要配置 -->
|
||||
<color type="LITERAL_NUMBER_DECIMAL_INT">#6897BB</color>
|
||||
<color type="COMMENT_EOL">#A0A0A0</color>
|
||||
<color type="FUNCTION">#FFC66D</color> <!-- 方法调用 -->
|
||||
<color type="CLASS_NAME">#E8BF6A</color> <!-- 类名 -->
|
||||
</theme>
|
||||
BIN
src/main/resources/icons/ai/ai_dark.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
src/main/resources/icons/debug/debug_dark.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 94 KiB |
BIN
src/main/resources/icons/programming/JarApiViewer/file_dark.png
Normal file
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 15 KiB |
BIN
src/main/resources/icons/programming/programming_dark.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 85 KiB |
BIN
src/main/resources/icons/windows/windows_dark.png
Normal file
|
After Width: | Height: | Size: 62 KiB |