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.
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
Download using the GitHub .zip download option and unzip them.
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"