[gnome-terminal] profile: editor: Update palette from xterm



commit 86e427b5a3873c4ea59197477e7e8cc050b78291
Author: Christian Persch <chpe gnome org>
Date:   Sun Feb 21 21:53:39 2016 +0100

    profile: editor: Update palette from xterm
    
    Adjust "xterm" palette to what xterm actually uses by default.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734875

 src/profile-editor.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/profile-editor.c b/src/profile-editor.c
index e666dcd..ff26df6 100644
--- a/src/profile-editor.c
+++ b/src/profile-editor.c
@@ -140,15 +140,15 @@ static const GdkRGBA terminal_palettes[TERMINAL_PALETTE_N_BUILTINS][TERMINAL_PAL
     COLOR (0xcd, 0x00, 0x00),
     COLOR (0x00, 0xcd, 0x00),
     COLOR (0xcd, 0xcd, 0x00),
-    COLOR (0x1e, 0x90, 0xff),
+    COLOR (0x00, 0x00, 0xee),
     COLOR (0xcd, 0x00, 0xcd),
     COLOR (0x00, 0xcd, 0xcd),
     COLOR (0xe5, 0xe5, 0xe5),
-    COLOR (0x4c, 0x4c, 0x4c),
+    COLOR (0x7f, 0x7f, 0x7f),
     COLOR (0xff, 0x00, 0x00),
     COLOR (0x00, 0xff, 0x00),
     COLOR (0xff, 0xff, 0x00),
-    COLOR (0x46, 0x82, 0xb4),
+    COLOR (0x5c, 0x5c, 0xff),
     COLOR (0xff, 0x00, 0xff),
     COLOR (0x00, 0xff, 0xff),
     COLOR (0xff, 0xff, 0xff)


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