[gnome-builder] style: improve nighttime readability of dark theme for js



commit 29231207e1e9ad72176d0f2d26868ee9667fcfd9
Author: Christian Hergert <christian hergert me>
Date:   Wed Apr 22 01:46:23 2015 -0700

    style: improve nighttime readability of dark theme for js
    
    Testing things out a bit and I found the blue was really hard to read
    with low backlight. Let's see if this improves things a bit.

 data/style-schemes/builder-dark.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/style-schemes/builder-dark.xml b/data/style-schemes/builder-dark.xml
index 47c96ec..df10156 100644
--- a/data/style-schemes/builder-dark.xml
+++ b/data/style-schemes/builder-dark.xml
@@ -56,6 +56,7 @@
   <color name="aluminium5"                  value="#555753"/>
   <color name="aluminium6"                  value="#2e3436"/>
   <color name="white"                       value="#ffffff"/>
+  <color name="pink1"                       value="#dd4a68"/>
 
   <!-- Global Settings -->
   <style name="text"                        foreground="aluminium3" background="aluminium6"/>
@@ -136,6 +137,12 @@
   <style name="diff:location"               foreground="chameleon1"/>
   <style name="diff:special-case"           foreground="white" bold="true"/>
 
+  <style name="js:object"                   foreground="chameleon3" bold="true"/>
+  <style name="js:constructors"             foreground="pink1"/>
+  <style name="js:keyword"                  foreground="#2b85aa"/>
+  <style name="js:string"                   foreground="#669900"/>
+  <style name="js:function"                 foreground="pink1"/>
+
   <style name="latex:command"               foreground="chameleon1" bold="true"/>
   <style name="latex:include"               use-style="def:preprocessor"/>
 


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