diff options
author | Phil Hughes <me@iamphill.com> | 2018-07-06 16:27:41 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-07-06 16:27:41 +0000 |
commit | d3ebeb566e5ed1e6f5b4b2b6eb9929a5b681fb92 (patch) | |
tree | 8040b7c96578cc64e410ddf7cfb1d564c7d2b58a | |
parent | c0387ff6387eb03931441591dabf6baf2954187a (diff) | |
download | gitlab-ce-d3ebeb566e5ed1e6f5b4b2b6eb9929a5b681fb92.tar.gz |
Updated color
-rw-r--r-- | app/assets/javascripts/ide/lib/themes/gl_theme.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', }, }, }; |