summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-18 17:48:13 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-18 17:48:13 +0200
commit99f2a1a9bf6fedeafe3e882f76aff876274d8ed3 (patch)
treea7c93edd5e9e8c9ad46050b06f39f72860781e89 /include
parentae8e7d996430a48a211075b97727daaf0cb7e157 (diff)
Add @theme import command, that resets the current theme.
Diffstat (limited to 'include')
-rw-r--r--include/theme.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/theme.h b/include/theme.h
index df817e7c..843a658a 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -288,6 +288,11 @@ GList *rofi_theme_get_list ( const widget *widget, const char * property, const
*/
gboolean rofi_theme_is_empty ( void );
+
+/**
+ * Reset the current theme.
+ */
+void rofi_theme_reset ( void );
#ifdef THEME_CONVERTER
/**
* Convert old theme colors into default one.