From ce91ea29b4126457a0f0b0f1ba7cd2bc64a9c234 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:23:42 +0900 Subject: modified st/Xdefaults, modified st/config.def.h --- st/config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'st/config.def.h') diff --git a/st/config.def.h b/st/config.def.h index cb743bf..36975e2 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -135,12 +135,12 @@ static const char *colorname[] = { /* 8 normal colors */ "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ "#cc241d", - "#98971a", + "#939E45", "#d79921", "#458588", "#b16286", "#689d6a", - "#d65d0e", + "#a89984", /* 8 bright colors */ "#928374", @@ -150,7 +150,7 @@ static const char *colorname[] = { "#83a598", "#d3869b", "#8ec07c", - "#fe8019", + "#ebdbb2", [255] = 0, -- cgit v1.2.3