-2

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?

Mohammad Rahimi
  • 965
  • 5
  • 15

1 Answers1

0

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 Dark Theme

Mohammad Rahimi
  • 965
  • 5
  • 15