From 193714994b4f6075d57e95b306358486b16f34e1 Mon Sep 17 00:00:00 2001 From: Ivan Klishch Date: Wed, 21 Feb 2018 10:07:06 -0500 Subject: [PATCH] Fix theme name in a sample config file --- rtv/templates/rtv.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtv/templates/rtv.cfg b/rtv/templates/rtv.cfg index e9794d6..864a6a5 100644 --- a/rtv/templates/rtv.cfg +++ b/rtv/templates/rtv.cfg @@ -49,7 +49,7 @@ hide_username = False ; Color theme, use "rtv --list-themes" to view a list of valid options. ; This can be an absolute filepath, or the name of a theme file that has ; been installed into either the custom of default theme paths. -;theme = monokai +;theme = molokai ################ # OAuth Settings