From b4288bc8f5a1a8deb03780a7705cf6fd8fffebb3 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 19 Feb 2006 17:43:42 +0200 Subject: [PATCH] Add cyan.theme --- data/cyan.theme | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/cyan.theme diff --git a/data/cyan.theme b/data/cyan.theme new file mode 100644 index 0000000..5675d68 --- /dev/null +++ b/data/cyan.theme @@ -0,0 +1,23 @@ +set color_cmdline_bg=default +set color_cmdline_fg=cyan +set color_error=lightred +set color_info=lightyellow +set color_separator=cyan +set color_statusline_bg=default +set color_statusline_fg=cyan +set color_titleline_bg=blue +set color_titleline_fg=white +set color_win_bg=default +set color_win_cur=green +set color_win_cur_sel_bg=blue +set color_win_cur_sel_fg=lightyellow +set color_win_dir=lightblue +set color_win_fg=cyan +set color_win_inactive_cur_sel_bg=cyan +set color_win_inactive_cur_sel_fg=black +set color_win_inactive_sel_bg=gray +set color_win_inactive_sel_fg=black +set color_win_sel_bg=red +set color_win_sel_fg=gray +set color_win_title_bg=blue +set color_win_title_fg=white -- 2.11.4.GIT