summarylogtreecommitdiffstats
path: root/st-0.6-jellybeans.diff
blob: 0cae2155b96c54ab24fb0b360a153041421b9bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
--- a/config.def.h
+++ b/config.def.h
@@ -61,30 +61,23 @@
 
 /* Terminal colors (16 first used in escape sequence) */
 static const char *colorname[] = {
-	/* 8 normal colors */
-	"black",
-	"red3",
-	"green3",
-	"yellow3",
-	"blue2",
-	"magenta3",
-	"cyan3",
-	"gray90",
-
-	/* 8 bright colors */
-	"gray50",
-	"red",
-	"green",
-	"yellow",
-	"#5c5cff",
-	"magenta",
-	"cyan",
-	"white",
-
-	[255] = 0,
-
-	/* more colors can be added after 255 to use with DefaultXX */
-	"#cccccc",
+	   /* jellybeans */
+   "#3b3b3b", /* 0  */
+   "#cf6a4c", /* 1  */
+   "#99ad6a", /* 0  */
+   "#d8ad4c", /* 3  */
+   "#597bc5", /* 4  */
+   "#a037b0", /* 5  */
+   "#71b9f8", /* 6  */
+   "#adadad", /* 7  */
+   "#636363", /* 8  */
+   "#f79274", /* 9  */
+   "#c1d592", /* 10 */
+   "#ffd574", /* 11 */
+   "#81a3ed", /* 12 */
+   "#c85fd8", /* 13 */
+   "#99e1ff", /* 14 */
+   "#d5d5d5", /* 15 */
 };
 
 
@@ -92,9 +85,9 @@
  * Default colors (colorname index)
  * foreground, background, cursor
  */
-static unsigned int defaultfg = 7;
-static unsigned int defaultbg = 0;
-static unsigned int defaultcs = 256;
+static unsigned int defaultfg = 7;
+static unsigned int defaultbg = 0;
+static unsigned int defaultcs = 13;
 
 /*
  * Colors used, when the specific fg == defaultfg. So in reverse mode this