[meld] data/styles: Add new required foreground to dark style



commit 542a30d62552e96d82424d67e7b722b706d6f41d
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Dec 9 09:13:52 2017 +1000

    data/styles: Add new required foreground to dark style
    
    This was added for doing the chunk-move indicator, and I just missed
    that it was also necessary for the dark scheme.

 data/styles/meld-dark.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/styles/meld-dark.xml b/data/styles/meld-dark.xml
index 74c49e8..7fd2621 100644
--- a/data/styles/meld-dark.xml
+++ b/data/styles/meld-dark.xml
@@ -10,7 +10,7 @@
   <style name="meld:delete" background="#ffffff" foreground="#a40000" line-background="#cccccc"/>
   <style name="meld:error" background="#fce94f" foreground="#faad3d" line-background="#fdf8cd"/>
   <style name="meld:inline" background="#3465a4"/>
-  <style name="meld:current-line-highlight" background="#111100"/>
+  <style name="meld:current-line-highlight" foreground="#eeeeee" background="#111100"/>
   <style name="meld:unknown-text" foreground="#aaaaaa"/>
   <style name="meld:syncpoint-outline" foreground="#bbbbbb"/>
   <style name="meld:current-chunk-highlight" background="#rgba(255, 255, 255, 0.1)"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]