From 4d0a0d13abb998d844e115830efb39f89d6b6bc7 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 18 Aug 2017 03:09:59 -0400 Subject: [PATCH] Force calibre to use system theme Is this the right place to do this? Probably not! --- .zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshenv b/.zshenv index 01ad6d7..cbc5236 100644 --- a/.zshenv +++ b/.zshenv @@ -6,6 +6,7 @@ export STEAMAPPS="$HOME/.local/share/Steam/steamapps/common" export QT_STYLE_OVERRIDE=gtk2 export ALTERNATE_EDITOR="" export TERMINAL=roxterm +export CALIBRE_USE_SYSTEM_THEME=true export WORDCHARS=${WORDCHARS/\//} export PAGER=less