5#ifndef MIDDAY_COMMANDER_THEME_H
6#define MIDDAY_COMMANDER_THEME_H
10#define COLOR_DEFAULT (-1)
Represents a set of colors used by Interface.
Definition: Theme.h:15
static Theme defaultTheme
Definition: Theme.h:71
NCURSES_COLOR_T accent1
File foreground.
Definition: Theme.h:59
NCURSES_COLOR_T primary
Background of cursored-on Entry.
Definition: Theme.h:44
NCURSES_COLOR_T accent3
Symlink foreground.
Definition: Theme.h:69
NCURSES_COLOR_T accent2
Folder foreground.
Definition: Theme.h:64
NCURSES_COLOR_T background
Default background.
Definition: Theme.h:54
Theme()
Constructs a Theme using default colors of the terminal.
Definition: Theme.cpp:14
NCURSES_COLOR_T secondary
Background of selected Entries .
Definition: Theme.h:49