From 0102293b417d2adc5c4eeff78a9d31f61c9dd6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 19 Mar 2017 12:06:30 +0100 Subject: Move :set theme option implementation to lua --- sam.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sam.c') diff --git a/sam.c b/sam.c index 473da2b..db82845 100644 --- a/sam.c +++ b/sam.c @@ -280,7 +280,6 @@ enum { OPTION_AUTOINDENT, OPTION_EXPANDTAB, OPTION_TABWIDTH, - OPTION_THEME, OPTION_SHOW_SPACES, OPTION_SHOW_TABS, OPTION_SHOW_NEWLINES, @@ -319,11 +318,6 @@ static const OptionDef options[] = { VIS_OPTION_TYPE_NUMBER, VIS_HELP("Number of spaces to display (and insert if `expandtab` is enabled) for a tab") }, - [OPTION_THEME] = { - { "theme" }, - VIS_OPTION_TYPE_STRING, - VIS_HELP("Color theme to use filename without extension") - }, [OPTION_SHOW_SPACES] = { { "show-spaces" }, VIS_OPTION_TYPE_BOOL|VIS_OPTION_NEED_WINDOW, -- cgit v1.2.3