summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-07-06 16:27:41 +0000
committerPhil Hughes <me@iamphill.com>2018-07-06 16:27:41 +0000
commitd3ebeb566e5ed1e6f5b4b2b6eb9929a5b681fb92 (patch)
tree8040b7c96578cc64e410ddf7cfb1d564c7d2b58a /app
parentc0387ff6387eb03931441591dabf6baf2954187a (diff)
downloadgitlab-ce-d3ebeb566e5ed1e6f5b4b2b6eb9929a5b681fb92.tar.gz
Updated color
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/ide/lib/themes/gl_theme.js2
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',
},
},
};