noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit badedf6ee6dc86c3dd8b6850b4acbba80692755a
parent b79ccad126783cdc55aab2580bbc3a85da44fb8d
Author: Lazaros Koromilas <lostd@2f30.org>
Date:   Sun,  3 Feb 2019 22:36:02 +0200

Revert "No colors by default"

This reverts commit 7e8495803964d3acc920cc79a03089db78278290.

Diffstat:
Mconfig.def.h | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -10,21 +10,12 @@ int idletimeout = 0; /* Screensaver timeout in seconds, 0 to disable */ int showhidden = 0; /* Set to 1 to show hidden files by default */ char *idlecmd = "rain"; /* The screensaver program */ -#ifdef USE_COLOR #define CURSR_ATTR A_REVERSE #define DIR_ATTR A_BOLD | COLOR_PAIR(4) #define LINK_ATTR A_BOLD | COLOR_PAIR(6) #define SOCK_ATTR A_BOLD | COLOR_PAIR(1) #define FIFO_ATTR A_BOLD | COLOR_PAIR(5) #define EXEC_ATTR A_BOLD | COLOR_PAIR(2) -#else -#define CURSR_ATTR A_REVERSE -#define DIR_ATTR A_BOLD -#define LINK_ATTR A_BOLD -#define SOCK_ATTR A_BOLD -#define FIFO_ATTR A_BOLD -#define EXEC_ATTR A_BOLD -#endif struct cpair pairs[] = { { .fg = 0, .bg = 0 },