diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-03-12 11:44:43 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-03-12 11:44:43 +0200 |
| commit | c0500b2159fa8fa2f5cf2c2bab8a602b08bbcb82 (patch) | |
| tree | 947df56056738fc3329f14bd179b73fd1756f329 | |
| parent | d055a1c256233afd955fa9c6415c3334c3bc697b (diff) | |
config: make statusline blue by default
| -rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 8eb7106..f14d48b 100644 --- a/config.h.in +++ b/config.h.in @@ -115,7 +115,7 @@ #define DFM_COL_SPEC VT_SGR(33,1) #define DFM_COL_UNKNOWN VT_SGR(31,7) -#define DFM_COL_NAV VT_SGR(7) +#define DFM_COL_NAV VT_SGR(7,34) #define DFM_COL_NAV_ERR VT_SGR(7,31) #define DFM_COL_NAV_MSG VT_SGR(7,32) #define DFM_COL_NAV_CMD VT_SGR(7,36) |