dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 4b20bac57e321c4ffc3e11a2c547c5523e9034af
parent efe6e2114f97832da45debe3ff5a96898c1bc48b
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun, 17 Jan 2016 21:37:13 -0800

Config.h: Update dvtm.config.h

Diffstat:
config.h/dvtm.config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h/dvtm.config.h b/config.h/dvtm.config.h @@ -18,7 +18,7 @@ enum { static Color colors[] = { [DEFAULT] = { .fg = -1, .bg = -1, .fg256 = -1, .bg256 = -1, }, - [BLUE] = { .fg = COLOR_BLUE, .bg = -1, .fg256 = 68, .bg256 = -1, }, + [BLUE] = { .fg = COLOR_BLUE, .bg = -1, .fg256 = 24, .bg256 = -1, }, }; #define COLOR(c) COLOR_PAIR(colors[c].pair)