diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-30 21:23:42 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-30 21:23:42 +0900 |
| commit | ce91ea29b4126457a0f0b0f1ba7cd2bc64a9c234 (patch) | |
| tree | f6001442412dcae0f1dc478e2225d79fc1bdfb40 | |
| parent | 41383952ae55a4aa3f02006e84e44236d12b1b9e (diff) | |
modified st/Xdefaults, modified st/config.def.h
| -rw-r--r-- | st/Xdefaults | 4 | ||||
| -rw-r--r-- | st/config.def.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/st/Xdefaults b/st/Xdefaults index e9eb8e8..6716ec2 100644 --- a/st/Xdefaults +++ b/st/Xdefaults @@ -18,7 +18,7 @@ st.font: Monospace-11; *.color4: #458588 *.color5: #b16286 *.color6: #689d6a -*.color7: #d65d0e +*.color7: #a89984 *.color8: #928374 *.color9: #fb4934 *.color10: #b8bb26 @@ -26,7 +26,7 @@ st.font: Monospace-11; *.color12: #83a598 *.color13: #d3869b *.color14: #8ec07c -*.color15: #fe8019 +*.color15: #ebdbb2 *.background: #282828 *.foreground: #ebdbb2 *.cursorColor: #add8e6 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, |
