use lighter color for current AST node highlighting

pull/7/head
yann300 7 years ago
parent eb25851b18
commit 7e46022b41
  1. 2
      remix-lib/src/ui/style-guide.js

@ -419,7 +419,7 @@ 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_Highlights: appProperties.secondary_BackgroundColor,
backgroundColor_Editor_Context_Error_Highlights: appProperties.error_BackgroundColor,
backgroundColor_DebuggerMode: appProperties.debuggingMode_BackgroundColor,

Loading…
Cancel
Save