summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-05 20:50:31 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-05 20:50:31 +0100
commit2b219d61a4fd4f4ee047a981ca05981ccbb0e807 (patch)
tree96858bf87105633623a74998544e227d7d08d50c /config/config.c
parent1aed0427f92336a28ec8449d94d76c3045a69b32 (diff)
Fix failing compilation.
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/config/config.c b/config/config.c
index 4a234c3d..9d28e66b 100644
--- a/config/config.c
+++ b/config/config.c
@@ -50,34 +50,11 @@ Settings config = {
/** Row colors */
// Enable new color
- .color_enabled = FALSE,
.color_normal = "#fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5",
.color_urgent = "#fdf6e3,#dc322f,#eee8d5,#dc322f,#fdf6e3",
.color_active = "#fdf6e3,#268bd2,#eee8d5,#268bd2,#fdf6e3",
.color_window = "#fdf6e3,#002b36",
- /** Background color */
- .menu_bg = "#FDF6E3",
- /** Border color. */
- .menu_bc = "#002B36",
- /** Foreground color */
- .menu_fg = "#002B36",
- /** Text color used for urgent windows */
- .menu_fg_urgent = "#DC322F",
- /** Text color used for active window */
- .menu_fg_active = "#268BD2",
- .menu_bg_urgent = "#FDF6E3",
- .menu_bg_active = "#FDF6E3",
- /** Background color alternate row */
- .menu_bg_alt = NULL, //"#EEE8D5",
- /** Foreground color (selected) */
- .menu_hlfg = "#EEE8D5",
- .menu_hlfg_urgent = "#FDF6E3",
- .menu_hlfg_active = "#FDF6E3",
- /** Background color (selected) */
- .menu_hlbg = "#586E75",
- .menu_hlbg_urgent = "#DC322F",
- .menu_hlbg_active = "#268BD2",
/** Terminal to use. (for ssh and open in terminal) */
.terminal_emulator = "rofi-sensible-terminal",
.ssh_client = "ssh",