From 55d22938311853415506860342511297827d00c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 17 Oct 2015 23:44:12 +0200 Subject: vis: implement :set theme --- vis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 0581138..0561f65 100644 --- a/vis.h +++ b/vis.h @@ -386,4 +386,6 @@ View *vis_view(Vis*); Text *vis_file_text(File*); const char *vis_file_name(File*); +bool vis_theme_load(Vis*, const char *name); + #endif -- cgit v1.2.3