Update to zenwritten

zenbones_colors
Alex Selimov 1 week ago
parent cc375c6a94
commit 6682f3eee9

@ -100,22 +100,22 @@ float alpha = 0.9;
/* Terminal colors (16 first used in escape sequence) */ /* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = { static const char *colorname[] = {
"#1C1917", "#191919",
"#DE6E7C", "#DE6E7C",
"#819B69", "#819B69",
"#B77E64", "#B77E64",
"#6099C0", "#6099C0",
"#B279A7", "#B279A7",
"#66A5AD", "#66A5AD",
"#B4BDC3", "#BBBBBB",
"#403833", "#3d3839",
"#E8838F", "#E8838F",
"#8BAE68", "#8BAE68",
"#D68C67", "#D68C67",
"#61ABDA", "#61ABDA",
"#CF86C1", "#CF86C1",
"#65B8C1", "#65B8C1",
"#888F94", "#8e8e8e",
[255] = 0, [255] = 0,
/* more colors can be added after 255 to use with DefaultXX */ /* more colors can be added after 255 to use with DefaultXX */

Loading…
Cancel
Save