Dracula Icon

ncspot

Dracula Theme for ncspot

ncspot - Theme Preview

§ncspot

§Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

git clone https://github.com/dracula/ncspot.git

§Install manually

Download using the GitHub .zip download option and unzip them.

§Activating theme

Move dracula-config.toml to ~/.config/ncspot/config.toml or add the following to your existing ~/.config/ncspot/config.toml:

[theme] background = "black" primary = "#F8F8F2" secondary = "light black" title = "#bd93f9" playing = "#bd93f9" playing_selected = "#D0B3FA" playing_bg = "black" highlight = "#f8f8f2" highlight_bg = "#44475a" error = "#f8f8f2" error_bg = "#ff5555" statusbar = "black" statusbar_progress = "#bd93f9" statusbar_bg = "#bd93f9" cmdline = "#f8f8f2" cmdline_bg = "black" search_match = "#ff79c6"