Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
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_color
option in startup_commands
of ~/.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