Updating branch refs/heads/master
         to 0aab08157c72b4b76587cf89f8d4f1f235f2da24 (commit)
       from b117dd5653f156272f439b086e8b833fb67c5ded (commit)

commit 0aab08157c72b4b76587cf89f8d4f1f235f2da24
Author: Lukas Anzinger <[email protected]>
Date:   Wed Aug 7 19:56:58 2013 +0200

    Added light solarized colorscheme.
    
    This colorscheme is based on Ethan Schoonover's, who is the original author 
of
    solarized, xresources file.

 colorschemes/Makefile.am              |    1 +
 colorschemes/solarized-dark.theme.in  |    2 +-
 colorschemes/solarized-light.theme.in |    9 +++++++++
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/colorschemes/Makefile.am b/colorschemes/Makefile.am
index ef6cb96..aafb061 100644
--- a/colorschemes/Makefile.am
+++ b/colorschemes/Makefile.am
@@ -5,6 +5,7 @@ presets_in_files =                                              
        \
        dark-pastels.theme.in                                           \
        green-on-black.theme.in                                         \
        solarized-dark.theme.in                                         \
+       solarized-light.theme.in                                        \
        tango.theme.in                                                  \
        white-on-black.theme.in                                         \
        xterm.theme.in
diff --git a/colorschemes/solarized-dark.theme.in 
b/colorschemes/solarized-dark.theme.in
index 0d2b86a..ec6f6d3 100644
--- a/colorschemes/solarized-dark.theme.in
+++ b/colorschemes/solarized-dark.theme.in
@@ -1,5 +1,5 @@
 [Scheme]
-_Name=Solarized
+_Name=Solarized (dark)
 ColorForeground=#657b83
 ColorBackground=#002b36
 ColorCursor=#93a1a1
diff --git a/colorschemes/solarized-light.theme.in 
b/colorschemes/solarized-light.theme.in
new file mode 100644
index 0000000..5894ae4
--- /dev/null
+++ b/colorschemes/solarized-light.theme.in
@@ -0,0 +1,9 @@
+[Scheme]
+_Name=Solarized (light)
+ColorForeground=#657b83
+ColorBackground=#fdf6e3
+ColorCursor=#586e75
+TabActivityColor=#dc322f
+ColorPalette=#eee8d5;#dc322f;#859900;#b58900;#268bd2;#d33682;#2aa198;#073642;#fdf6e3;#cb4b16;#93a1a1;#839496;#657b83;#6c71c4;#586e75;#002b36
+ColorBold=#586e75
+ColorBoldUseDefault=FALSE
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to