From 6dc73b519845a361327f5923ca30552d48d21201 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 12 Apr 2019 14:54:33 -0400 Subject: Add multiselect and keyboard navigation to graph view --- ui/theme.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/theme.h') diff --git a/ui/theme.h b/ui/theme.h index 8cebf40d..ed40aa2e 100644 --- a/ui/theme.h +++ b/ui/theme.h @@ -55,6 +55,7 @@ enum ThemeColor ImportColor, InstructionHighlightColor, TokenHighlightColor, + TokenSelectionColor, AnnotationColor, OpcodeColor, LinearDisassemblyFunctionHeaderColor, -- cgit v1.3.1