From 8403db21a4b965c716877326a29fbb0885822a1c Mon Sep 17 00:00:00 2001
From: Tim Alby <timothee.alby@gmail.com>
Date: Fri, 15 Jan 2016 14:47:43 +0100
Subject: [PATCH] [mbo theme] Adjust matching bracket color

---
 theme/mbo.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/mbo.css b/theme/mbo.css
index 59ff5da7..e164fcf4 100644
--- a/theme/mbo.css
+++ b/theme/mbo.css
@@ -33,5 +33,5 @@
 .cm-s-mbo span.cm-qualifier { color: #ffffec; }
 
 .cm-s-mbo .CodeMirror-activeline-background { background: #494b41; }
-.cm-s-mbo .CodeMirror-matchingbracket { color: #222 !important; }
+.cm-s-mbo .CodeMirror-matchingbracket { color: #ffb928 !important; }
 .cm-s-mbo .CodeMirror-matchingtag { background: rgba(255, 255, 255, .37); }
-- 
GitLab