style: laptop theme implemented

This commit is contained in:
2025-09-03 00:45:13 +02:00
parent 670b6b4ca3
commit 3465362aba
4 changed files with 15 additions and 15 deletions

View File

@@ -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,

BIN
st
View File

Binary file not shown.

BIN
st.o
View File

Binary file not shown.

BIN
x.o
View File

Binary file not shown.