summaryrefslogtreecommitdiffstats
path: root/src/options/set.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/set.rs')
-rw-r--r--src/options/set.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/set.rs b/src/options/set.rs
index 5b68ffec..eb4a0293 100644
--- a/src/options/set.rs
+++ b/src/options/set.rs
@@ -93,8 +93,8 @@ pub fn set_options(
set_widths(opt, git_config, arg_matches, &option_names);
// Set light, dark, and syntax-theme.
- set_true_color(opt);
- set__light__dark__syntax_theme__options(opt, git_config, arg_matches, &option_names);
+ // set_true_color(opt);
+ // set__light__dark__syntax_theme__options(opt, git_config, arg_matches, &option_names);
theme::set__is_light_mode__syntax_theme__syntax_set(opt, assets);
// HACK: make minus-line styles have syntax-highlighting iff side-by-side.