From b75ba1af28ed6f26ded94b2d71b4618b62c4cac4 Mon Sep 17 00:00:00 2001
From: Andrey Izman <izman.dev@gmail.com>
Date: Fri, 13 Nov 2015 11:08:19 +0200
Subject: [PATCH] Update Text foreground, Selection background

---
 darcula.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/darcula.xml b/darcula.xml
index 4f25f61..1fef1a5 100644
--- a/darcula.xml
+++ b/darcula.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <style-scheme version="1.0" name="Darcula">
-  <style name="Text" foreground="#a9b7c6" background="#2b2b2b"/>
+  <style name="Text" foreground="#cccccc" background="#2b2b2b"/>
   <style name="Link" foreground="#589df6"/>
-  <style name="Selection" foreground="#ffffff" background="#4e4e8f"/>
+  <style name="Selection" background="#214283"/>
   <style name="LineNumber" foreground="#888888" background="#313335"/>
   <style name="SearchResult" background="#425f44"/>
   <style name="SearchScope" background="#214283"/>