aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/term/config.h')
-rw-r--r--sys/cmd/term/config.h51
1 files changed, 24 insertions, 27 deletions
diff --git a/sys/cmd/term/config.h b/sys/cmd/term/config.h
index f638e8a..40bc759 100644
--- a/sys/cmd/term/config.h
+++ b/sys/cmd/term/config.h
@@ -99,43 +99,40 @@ float alpha = 0.98;
/* Terminal colors (16 first used in escape sequence) */
static char *colorname[] = {
- /* 8 normal colors */
- "#4e4e4e",
- "#d68787",
- "#5f865f",
- "#d8af5f",
- "#85add4",
- "#d7afaf",
- "#87afaf",
- "#d0d0d0",
-
- /* 8 bright colors */
- "#626262",
- "#d75f87",
- "#87af87",
- "#ffd787",
- "#add4fb",
- "#ffafaf",
- "#87d7d7",
- "#e4e4e4",
+ "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */
+ "#ea6962", /* red */
+ "#a9b665", /* green */
+ "#d8a657", /* yellow */
+ "#7daea3", /* blue */
+ "#d3869b", /* magenta */
+ "#89b482", /* cyan */
+ "#d4be98", /* white */
+
+ "#928374", /* black */
+ "#ef938e", /* red */
+ "#bbc585", /* green */
+ "#e1bb7e", /* yellow */
+ "#9dc2ba", /* blue */
+ "#e1acbb", /* magenta */
+ "#a7c7a2", /* cyan */
+ "#e2d3ba", /* white */
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
- "#cccccc",
- "#555555",
- "#3a3a3a",
+ "#fbf1c7",
+ "#3c3836",
+ "#555555",
};
-
/*
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
*/
-uint defaultfg = 7;
-uint defaultbg = 258;
-static uint defaultcs = 256;
-static uint defaultrcs = 257;
+uint defaultfg = 256;
+uint defaultbg = 257;
+static uint defaultcs = 15;
+static uint defaultrcs = 258;
/*
* Default shape of cursor