Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-07-06 19:27:41 +0300
committerPhil Hughes <me@iamphill.com>2018-07-06 19:27:41 +0300
commitd3ebeb566e5ed1e6f5b4b2b6eb9929a5b681fb92 (patch)
tree8040b7c96578cc64e410ddf7cfb1d564c7d2b58a /app/assets/javascripts/ide/lib
parentc0387ff6387eb03931441591dabf6baf2954187a (diff)
Updated color
Diffstat (limited to 'app/assets/javascripts/ide/lib')
-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',
},
},
};