§Sioyek
§Install using Git
-
Compile latest development version of sioyek
-
Clone this repo
git clone https://github.com/dracula/sioyek -
Copy theme file to sioyek config directory
cp ./dracula.config ~/.config/sioyek -
Source the theme file
echo "source dracula.config" >> ~/.config/sioyek/prefs_user.config -
Make sure there is a
toggle_custom_coloroption instartup_commandsof~/.config/sioyek/prefs_user.config.If you don't have
startup_commands, add it:echo "startup_commands toggle_custom_color" >> ~/.config/sioyek/prefs_user.config
