diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-09-18 09:57:27 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-09-18 09:57:27 -0400 |
| commit | 04a422576a973e906e68c059a6a6c776b9d1ab2d (patch) | |
| tree | e9bec54df26a6fde528014a017c94df8c091fd6b | |
| parent | d4198fe4039458028f55ba627e0ec5d7b0863372 (diff) | |
| download | st-blue-bg.tar.gz st-blue-bg.tar.xz | |
Blue background themeblue-bg
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 4d9023c..e607e21 100644 --- a/config.def.h +++ b/config.def.h @@ -131,8 +131,8 @@ static const char *colorname[] = { [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#d8dee9", /* default foreground colour */ - "#2e3440", /* default background colour */ + "#fefefe", /* default foreground colour */ + "#000087", /* default background colour */ }; |
