1
0
mirror of https://github.com/tiyn/st synced 2025-04-19 16:27:45 +02:00

pulled changed config.def.h to config branch

This commit is contained in:
tiyn 2023-08-24 06:08:09 +02:00
parent 5491457642
commit 2ede01a088

View File

@ -116,7 +116,7 @@ static const char *colorname[] = {
/* more colors can be added after 255 to use with DefaultXX */ /* more colors can be added after 255 to use with DefaultXX */
"#1e1e1e", /* 256 -> bg */ "#1e1e1e", /* 256 -> bg */
"#d4d4d4", /* 257 -> fg */ "#d4d4d4", /* 257 -> fg */
"#d4d4d4", /* 258 -> cursor */ "#a4a4a4", /* 258 -> cursor */
}; };