From 94aa6422aef0166f4b6454dc625186d54efe774f Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Thu, 5 Oct 2017 22:41:54 +0100 Subject: [PATCH] Update style-guide --- src/ui/styles/style-guide.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/styles/style-guide.js b/src/ui/styles/style-guide.js index 18c5a59102..a98adf5c00 100644 --- a/src/ui/styles/style-guide.js +++ b/src/ui/styles/style-guide.js @@ -329,6 +329,8 @@ function styleGuide () { backgroundColor_Panel: appProperties.primary_BackgroundColor, backgroundColor_Editor: appProperties.light_BackgroundColor, backgroundColor_Tabs_Highlights: appProperties.secondary_BackgroundColor, + backgroundColor_Editor_Context_Highlights: appProperties.dark_BackgroundColor, + backgroundColor_Editor_Context_Error_Highlights: appProperties.error_BackgroundColor, backgroundColor_DebuggerMode: appProperties.warning_BackgroundColor, text_Primary: appProperties.mainText_Color,