st

My custom build of st terminal.
git clone https://git.mtkn.jp/st
Log | Files | Refs | README | LICENSE

commit d375600ebf12801cf662a5aefe03a7e7cd17dffd
parent 5441cc9638e0d5ff22866c4b3f1172c4b010d40b
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sat, 30 Jul 2022 19:28:48 +0900

update config.def.h

Diffstat:
Mconfig.def.h | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -112,19 +112,19 @@ typedef struct { * foreground, background, cursor, reverse cursor */ static const ColorScheme schemes[] = { - // Solarized dark - {{"#073642", "#dc322f", "#859900", "#b58900", - "#268bd2", "#d33682", "#2aa198", "#eee8d5", - "#002b36", "#cb4b16", "#586e75", "#657b83", - "#839496", "#6c71c4", "#93a1a1", "#fdf6e3", - [256]="#93a1a1", "#fdf6e3"}, 12, 8, 256, 257}, - // Solarized light {{"#eee8d5", "#dc322f", "#859900", "#b58900", "#268bd2", "#d33682", "#2aa198", "#073642", "#fdf6e3", "#cb4b16", "#93a1a1", "#839496", "#657b83", "#6c71c4", "#586e75", "#002b36", - [256]="#586e75", "#002b36"}, 12, 8, 256, 257}, + [256]="#586e75", "#002b36"}, 15, 8, 12, 12}, + + // Solarized dark + {{"#073642", "#dc322f", "#859900", "#b58900", + "#268bd2", "#d33682", "#2aa198", "#eee8d5", + "#002b36", "#cb4b16", "#586e75", "#657b83", + "#839496", "#6c71c4", "#93a1a1", "#fdf6e3", + [256]="#93a1a1", "#fdf6e3"}, 15, 8, 12, 12}, // st (dark) {{"black", "red3", "green3", "yellow3",