diff --git a/pgaweb/static/css/styleguide/dark_theme.scss b/pgaweb/static/css/styleguide/dark_theme.scss index 7e398ea..d282167 100644 --- a/pgaweb/static/css/styleguide/dark_theme.scss +++ b/pgaweb/static/css/styleguide/dark_theme.scss @@ -74,7 +74,7 @@ } .d-activeline { - background-color: #50B0F0; + background-color: #323E43; } .d-keyword{ diff --git a/pgaweb/static/css/styleguide/hc_theme.scss b/pgaweb/static/css/styleguide/hc_theme.scss index 345027c..2e3f17b 100644 --- a/pgaweb/static/css/styleguide/hc_theme.scss +++ b/pgaweb/static/css/styleguide/hc_theme.scss @@ -74,7 +74,7 @@ } .hc-activeline { - background-color: #50B0F0; + background-color: #063057; } .hc-keyword{ diff --git a/pgaweb/static/css/styleguide/sd_theme.scss b/pgaweb/static/css/styleguide/sd_theme.scss index 5837c3d..5162b0a 100644 --- a/pgaweb/static/css/styleguide/sd_theme.scss +++ b/pgaweb/static/css/styleguide/sd_theme.scss @@ -113,6 +113,10 @@ background-color: #50B0F0; } +.activeline-light { + background-color: #EDF9FF; +} + .keyword{ background-color: #990088; } diff --git a/pgaweb/templates/pgaweb/styleguide/color_palettes/dark_color_palette.html b/pgaweb/templates/pgaweb/styleguide/color_palettes/dark_color_palette.html index 530e1c9..a479b48 100644 --- a/pgaweb/templates/pgaweb/styleguide/color_palettes/dark_color_palette.html +++ b/pgaweb/templates/pgaweb/styleguide/color_palettes/dark_color_palette.html @@ -117,7 +117,7 @@