From 948bd33c3a0fa49b4084d8c80766ca462778592c Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 22 Dec 2021 13:38:53 -0500 Subject: [PATCH] calibre: fix dark theming --- zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zprofile b/zsh/.zprofile index 9293cc9..7fc675d 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -24,6 +24,6 @@ pathadd_head "$HOME/.config/emacs/bin" # Preferences export CALIBRE_USE_SYSTEM_THEME=0 -export CALIBRE_USE_SYSTEM_THEME=1 +export CALIBRE_USE_DARK_PALETTE=1 export PATH