From a4d227d34ad2bbf40ff5d542dcc8821ccb090ac7 Mon Sep 17 00:00:00 2001 From: Lukas Stabe Date: Sat, 26 Sep 2020 05:39:52 +0200 Subject: remove default color scheme cli argument --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 5b53070..1f63e10 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,7 +22,6 @@ mod file_upload; mod listing; mod pipe; mod renderer; -mod themes; use crate::errors::ContextualError; @@ -59,9 +58,6 @@ pub struct MiniserveConfig { /// Randomly generated css route pub css_route: String, - /// Default color scheme - pub default_color_scheme: themes::ColorScheme, - /// The name of a directory index file to serve, like "index.html" /// /// Normally, when miniserve serves a directory, it creates a listing for that directory. -- cgit v1.2.3