英文:
HxD Hex Editor Dark Theme
问题
I believe the HxD Hex editor is one of the best hex editors on Windows. I was wondering if there is a dark mode for HxD Hex Editor. Or any settings or color codes?
英文:
I believe the HxD Hex editor is one of the best hex editors on Windows. I was wondering if there is a dark mode for HxD Hex Editor. Or any settings or color codes?
答案1
得分: 2
以下是我提供的翻译:
这些是我设计的颜色,受到了Visual Studio的深色主题启发:
- 偏移和标题:前景色:RGB(66, 196, 173)
- 偏移和标题:背景色:RGB(45, 45, 48)
- 十六进制和文本:前景色:RGB(199, 199, 199)
- 十六进制和文本:背景色:RGB(30, 30, 30)
- 十六进制(奇数列):前景色:RGB(215, 171, 105)
- 十六进制(奇数列):背景色:无
- 修改后的数据:前景色:RGB(185, 117, 181)
- 修改后的数据:背景色:无
- 选定文本:前景色:突出显示的文本
- 选定文本:背景色:RGB(0, 122, 204)
英文:
These are the colors I came up with. Inspired by Visual Studio's dark theme:
- Offsets and header: Foreground: RGB(66, 196, 173)
- Offsets and header: Background: RGB(45, 45, 48)
- Hex & text: Foreground: RGB(199, 199, 199)
- Hex & text: Background: RGB(30, 30, 30)
- Hex (odd columns): Foreground: RGB(215, 171, 105)
- Hex (odd columns): Background: None
- Modified data: Foreground: RGB(185, 117, 181)
- Modified data: Background: None
- Selection: Foreground: Highlighted Text
- Selection: Background: RGB(0, 122, 204)
答案2
得分: 0
以下内容可以复制粘贴到 %AppData%\Mael Horz\HxD Hex Editor.ini 中:
[\]
Theme=Default
OffsetBackColor=3157293
OffsetForeColor=11387970
DataBackColor=1973790
DataForeColor=13092807
OddHexColForeColor=6925271
SelColor=13400576
SelTextColor=-16777202
英文:
The above can be copy-pasted %AppData%\Mael Horz\HxD Hex Editor.ini as:
[\]
Theme=Default
OffsetBackColor=3157293
OffsetForeColor=11387970
DataBackColor=1973790
DataForeColor=13092807
OddHexColForeColor=6925271
SelColor=13400576
SelTextColor=-16777202
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论