[gnome-terminal] Change Tango palette entry to black.



commit 730427d95ea2089353ea091690b21dd05c4b5d83
Author: Julie Pichon <julie pichon gmail com>
Date:   Sun Aug 16 16:29:33 2009 +0100

    Change Tango palette entry to black.
    
    Bug #582861.

 src/terminal-profile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-profile.c b/src/terminal-profile.c
index 5ceb11d..3e8f08a 100644
--- a/src/terminal-profile.c
+++ b/src/terminal-profile.c
@@ -184,7 +184,7 @@ static const GdkColor terminal_palettes[TERMINAL_PALETTE_N_BUILTINS][TERMINAL_PA
 {
   /* Tango palette */
   {
-    { 0, 0x2e2e, 0x3434, 0x3636 },
+    { 0, 0x0000, 0x0000, 0x0000 },
     { 0, 0xcccc, 0x0000, 0x0000 },
     { 0, 0x4e4e, 0x9a9a, 0x0606 },
     { 0, 0xc4c4, 0xa0a0, 0x0000 },



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