From 641410f6bd507408749a87ade2f5d6ae05ebaa0b Mon Sep 17 00:00:00 2001 From: Daniel Lublin Date: Fri, 20 Sep 2019 10:40:54 +0200 Subject: Add coloring of statusbar.current tab in view This theme color applies to the tab title text of the statusbar tab that is currently shown. The (somewhat confusingly named) `statusbar.active` theme color now applies to all other tabs (before, it applied to all tabs). Coloring of a tab that is highlighted/has new messages is done as before using the `statusbar.new` theme color. The default color is set to `cyan`, and thus causes no visible change for users -- until modified. --- src/config/theme.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/theme.h') diff --git a/src/config/theme.h b/src/config/theme.h index cdf6233a..e9444b1c 100644 --- a/src/config/theme.h +++ b/src/config/theme.h @@ -68,6 +68,7 @@ typedef enum { THEME_STATUS_TEXT, THEME_STATUS_BRACKET, THEME_STATUS_ACTIVE, + THEME_STATUS_CURRENT, THEME_STATUS_NEW, THEME_STATUS_TIME, THEME_ME, -- cgit 1.4.1-2-gfad0 r> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/syscalls.h
blob: e17b232a9c211b57f183073426e41966a5405c7a (plain) (blame)
1
2
3
4
5
6