use lighter color for current AST node highlighting

pull/3094/head
yann300 7 years ago
parent 8d842b4f6d
commit ac4975b8b0
  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