aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-17 23:44:12 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-11-08 13:37:23 +0100
commit55d22938311853415506860342511297827d00c1 (patch)
tree836df047a0be4c0e431519e0a62e162412174181 /vis.h
parent87c609e4c53202b4151c09bf479dc615eab4f84e (diff)
downloadvis-55d22938311853415506860342511297827d00c1.tar.gz
vis-55d22938311853415506860342511297827d00c1.tar.xz
vis: implement :set theme
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 2 insertions, 0 deletions
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