Migration to ayu.

This commit is contained in:
Bartek Stalewski 2022-10-30 13:53:34 +01:00
parent b6e7de0e5d
commit 62c4507e7e
8 changed files with 68 additions and 42 deletions

View file

@ -96,29 +96,29 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
"#272822",
"#fd4285",
"#a6e22d",
"#e5da72",
"#0094d8",
"#9a37ff",
"#50b6d8",
"#c7c7c7",
"#676767",
"#fa7fac",
"#bde271",
"#fff27f",
"#005577",
"#bd9eff",
"#5ed6fe",
"#feffff",
"#000000",
"#ff3333",
"#b8cc52",
"#e7c547",
"#36a3d9",
"#f07178",
"#95e6cb",
"#ffffff",
"#323232",
"#ff6565",
"#eafe84",
"#fff779",
"#68d5ff",
"#ffa3aa",
"#c7fffd",
"#ffffff",
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
"#272822", /* 256 -> background */
"#c7c7c7", /* 257 -> foreground */
"#c7c7c7", /* 258 -> cursor */
"#0f1419", /* 256 -> background */
"#e6e1cf", /* 257 -> foreground */
"#f29718", /* 258 -> cursor */
"#272822", /* 259 -> cursor text */
};