[hackers] [st] set terminal colors to xterm default ones. || Aurélien Aptel

From: <hg_AT_suckless.org>
Date: Fri, 3 Sep 2010 22:14:30 +0000 (UTC)

changeset: 142:2a5eef3db2cd
user: Aurélien Aptel <aurelien.aptel_AT_gmail.com>
date: Thu Sep 02 22:35:55 2010 +0200
files: config.def.h
description:
set terminal colors to xterm default ones.

diff -r a35cd6889271 -r 2a5eef3db2cd config.def.h
--- a/config.def.h Thu Sep 02 21:59:05 2010 +0200
+++ b/config.def.h Thu Sep 02 22:35:55 2010 +0200
@@ -1,4 +1,4 @@
-#define TAB 8
+#define TAB 8
 #define TNAME "st-256color"
 #define FONT "-misc-*-medium-r-semicondensed-*-13-*-*-*-*-*-iso8859-*"
 #define BOLDFONT "-misc-*-bold-r-semicondensed-*-13-*-*-*-*-*-iso8859-*"
@@ -8,21 +8,21 @@
 /* Terminal colors */
 static const char *colorname[] = {
         "black",
- "#CC0000",
- "#4E9A06",
- "#C4A000",
- "#3465A4",
- "#75507B",
- "#06989A",
- "#888a85",
- "#555753",
- "#EF2929",
- "#8AE234",
- "#FCE94F",
- "#729FCF",
- "#AD7FA8",
- "#34E2E2",
- "#EEEEEC"
+ "red3",
+ "green3",
+ "yellow3",
+ "blue2",
+ "magenta3",
+ "cyan3",
+ "gray90",
+ "gray50",
+ "red",
+ "green",
+ "yellow",
+ "#5c5cff",
+ "magenta",
+ "cyan",
+ "white"
 };
 
 /* Default colors (colorname index) */
@@ -31,7 +31,7 @@
 #define DefaultBG 0
 #define DefaultCS 1
 
-/* special keys */
+/* Special keys */
 static Key key[] = {
         { XK_BackSpace, "\177" },
         { XK_Delete, "\033[3~" },
@@ -53,7 +53,7 @@
         { XK_F12, "\033[24~" },
 };
 
-/* line drawing characters (sometime specific to each font...) */
+/* Line drawing characters (sometime specific to each font...) */
 static char gfx[] = {
         ['`'] = 0x01,
         ['a'] = 0x02,
Received on Sat Sep 04 2010 - 00:14:30 CEST

This archive was generated by hypermail 2.2.0 : Sat Sep 04 2010 - 00:24:05 CEST