From c0387ff6387eb03931441591dabf6baf2954187a Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Fri, 6 Jul 2018 11:56:27 +0100 Subject: [PATCH 1/2] Updated (color of indent guide in Web IDE Closes #48931 --- app/assets/javascripts/ide/lib/themes/gl_theme.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/ide/lib/themes/gl_theme.js b/app/assets/javascripts/ide/lib/themes/gl_theme.js index 2fc96250c7d..15f88ad43f7 100644 --- a/app/assets/javascripts/ide/lib/themes/gl_theme.js +++ b/app/assets/javascripts/ide/lib/themes/gl_theme.js @@ -9,6 +9,7 @@ export default { 'diffEditor.insertedTextBackground': '#ddfbe6', 'diffEditor.removedTextBackground': '#f9d7dc', 'editor.selectionBackground': '#aad6f8', + 'editorIndentGuide.activeBackground': '#bababa', }, }, }; From d3ebeb566e5ed1e6f5b4b2b6eb9929a5b681fb92 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Fri, 6 Jul 2018 16:27:41 +0000 Subject: [PATCH 2/2] Updated color --- app/assets/javascripts/ide/lib/themes/gl_theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/ide/lib/themes/gl_theme.js b/app/assets/javascripts/ide/lib/themes/gl_theme.js index 15f88ad43f7..439ae50448a 100644 --- a/app/assets/javascripts/ide/lib/themes/gl_theme.js +++ b/app/assets/javascripts/ide/lib/themes/gl_theme.js @@ -9,7 +9,7 @@ export default { 'diffEditor.insertedTextBackground': '#ddfbe6', 'diffEditor.removedTextBackground': '#f9d7dc', 'editor.selectionBackground': '#aad6f8', - 'editorIndentGuide.activeBackground': '#bababa', + 'editorIndentGuide.activeBackground': '#cccccc', }, }, };