[gnome-terminal/gnome-3-12] Revert "widget: Add Solarized text/background colors"



commit adcca6a07a4ad6e53d45044a5f0ce489a8fc2a87
Author: Egmont Koblinger <egmont gmail com>
Date:   Wed Apr 23 09:50:31 2014 +0200

    Revert "widget: Add Solarized text/background colors"
    
    This reverts commit 8bd35254ff2145e82ea42ab5664b7f71874c7119.
    
    Reason: Breaks string freeze.

 src/profile-editor.c |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/src/profile-editor.c b/src/profile-editor.c
index 8b820ea..1b3e855 100644
--- a/src/profile-editor.c
+++ b/src/profile-editor.c
@@ -64,17 +64,7 @@ static const TerminalColorScheme color_schemes[] = {
   { N_("White on black"),
     { 1, 1, 1, 1 },
     { 0, 0, 0, 1 }
-  },
-  /* Translators: "Solarized" is the name of a colour scheme, "light" can be translated */
-  { N_("Solarized light"),
-    { 0.396078, 0.482352, 0.513725, 1 },
-    { 0.992156, 0.964705, 0.890196, 1 }
-  },
-  /* Translators: "Solarized" is the name of a colour scheme, "dark" can be translated */
-  { N_("Solarized dark"),
-    { 0.513725, 0.580392, 0.588235, 1 },
-    { 0,        0.168627, 0.211764, 1 }
-  },
+  }
 };
 
 #define TERMINAL_PALETTE_SIZE (16)


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