style: laptop theme implemented
This commit is contained in:
30
config.h
30
config.h
@@ -96,24 +96,24 @@ unsigned int tabspaces = 8;
|
|||||||
/* Terminal colors (16 first used in escape sequence) */
|
/* Terminal colors (16 first used in escape sequence) */
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
/* 8 normal colors */
|
/* 8 normal colors */
|
||||||
"#263640", // Black
|
"#333533", // Black
|
||||||
"red3", // Red
|
"#ce4257", // Red
|
||||||
"#517C63", // green
|
"#006d77", // green
|
||||||
"yellow3", // yellow
|
"#f9dc5c", // yellow
|
||||||
"#4C525F", // blue
|
"#1f7a8c", // blue
|
||||||
"magenta3", // purple
|
"#736ced", // purple
|
||||||
"cyan3", // cyan
|
"#507dbc", // cyan
|
||||||
"#E7DFCF", // white
|
"#E7DFCF", // white
|
||||||
|
|
||||||
/* 8 bright colors */
|
/* 8 bright colors */
|
||||||
"#4a697d", // Gray
|
"#bfc0c0", // Gray
|
||||||
"red",
|
"#ff758f",
|
||||||
"green",
|
"#83c5be",
|
||||||
"yellow",
|
"#fcefb4", // yellow
|
||||||
"#5c5cff",
|
"#00798c", // blue
|
||||||
"magenta",
|
"#9f9fed", // purple
|
||||||
"#8d99ae",
|
"#a1c6ea", // cyan
|
||||||
"#F3F0E9",
|
"#d6c4c4", // white
|
||||||
|
|
||||||
[255] = 0,
|
[255] = 0,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user