From 9cc47560375d3aa042bcdee65db920ebc670e7b7 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 31 Oct 2017 21:11:18 +0900 Subject: [PATCH] List all available themes in template file It is useful to try & error for new awesome users if available themes are listed in template file. --- rc.lua.template | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rc.lua.template b/rc.lua.template index cc39961..7a8a337 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -58,7 +58,16 @@ run_once({ "unclutter -root" }) -- entries must be comma-separated -- }}} -- {{{ Variable definitions +-- local chosen_theme = "blackburn" +-- local chosen_theme = "copland" +-- local chosen_theme = "dremora" +-- local chosen_theme = "holo" local chosen_theme = "multicolor" +-- local chosen_theme = "powerarrow" +-- local chosen_theme = "powerarrow-dark" +-- local chosen_theme = "rainbow" +-- local chosen_theme = "steamburn" +-- local chosen_theme = "vertex" local modkey = "Mod4" local altkey = "Mod1" local terminal = "xterm"