diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-28 01:38:02 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-28 01:38:02 +0900 |
| commit | 20a979efd25c1322dfbc8ad075baf41b7c7e7710 (patch) | |
| tree | d33d28b1344948637e0ade399525e453ab39a588 /st/config.def.h | |
| parent | 979ae9ca5e7c3fbdfcf362cf448b8070a8607bfe (diff) | |
modified dwm/config.def.h, modified st/config.def.h, created st/Xdefaults
Diffstat (limited to 'st/config.def.h')
| -rw-r--r-- | st/config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/st/config.def.h b/st/config.def.h index 3a349d3..cb743bf 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", - "#839E45", + "#98971a", "#d79921", "#458588", "#b16286", "#689d6a", - "#a89984", + "#d65d0e", /* 8 bright colors */ "#928374", @@ -150,7 +150,7 @@ static const char *colorname[] = { "#83a598", "#d3869b", "#8ec07c", - "#ebdbb2", + "#fe8019", [255] = 0, |
