diff --git a/plugins/ui/include/ui/hex_editor.hpp b/plugins/ui/include/ui/hex_editor.hpp index a27c50ea1..ec969cddb 100644 --- a/plugins/ui/include/ui/hex_editor.hpp +++ b/plugins/ui/include/ui/hex_editor.hpp @@ -314,7 +314,7 @@ namespace hex::ui { bool m_shouldUpdateEditingValue = false; std::vector m_editingBytes; - color_t m_selectionColor = 0x00; + color_t m_selectionColor = 0x60C08080; bool m_upperCaseHex = true; bool m_grayOutZero = true; bool m_showAscii = true;