add theme to ncspot
This commit is contained in:
parent
a5cd767885
commit
25dee0f7a8
1 changed files with 20 additions and 0 deletions
|
|
@ -7,3 +7,23 @@ library_tabs = ["tracks", "playlists", "artists", "browse"]
|
|||
[credentials]
|
||||
username_cmd = "echo 'ale.navarro.parra@gmail.com'"
|
||||
password_cmd = "curl https://pastebin.panconpalta.win/raw/otter-mole-turtle"
|
||||
|
||||
# Catppuchine
|
||||
[theme]
|
||||
background = "default"
|
||||
primary = "#cdd6f4"
|
||||
secondary = "bac2de"
|
||||
title = "#cba6f7"
|
||||
playing = "#cba6f7"
|
||||
playing_selected = "#000000"
|
||||
playing_bg = "default"
|
||||
highlight = "#000000"
|
||||
highlight_bg = "#a6e3a1"
|
||||
error = "black"
|
||||
error_bg = "#f38ba8"
|
||||
statusbar = "#191414"
|
||||
statusbar_progress = "#cba6f7"
|
||||
statusbar_bg = "#cba6f7"
|
||||
cmdline = "#cdd6f4"
|
||||
cmdline_bg = "#191414"
|
||||
search_match = "#f38ba8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue