HxD 十六进制编辑器 暗色主题

huangapple go评论108阅读模式
英文:

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)

HxD 十六进制编辑器 暗色主题

英文:

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)

HxD 十六进制编辑器 暗色主题

答案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

huangapple
  • 本文由 发表于 2023年5月29日 17:02:03
  • 转载请务必保留本文链接:https://go.coder-hub.com/76355975.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定