Add status to SaphirGlbls

This commit is contained in:
Alec Murphy
2026-04-25 19:19:23 -04:00
parent edec5d9bb5
commit b6610916c3
3 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
/* default configuration */
saphir.border.focus_bg = saphir.border.bg = BLACK;
saphir.border.focus_bg = saphir.border.bg = saphir.status.bg = BLACK;
saphir.border.focus_fg = LTRED;
saphir.border.fg = LTGRAY;
saphir.border.fg = saphir.status.fg = LTGRAY;
saphir.cursor.bg = CYAN;
saphir.cursor.fg = WHITE;