From 25dee0f7a87fc1879af0ab3228186f2ad63670a4 Mon Sep 17 00:00:00 2001 From: Alexander Navarro Date: Tue, 13 Jun 2023 10:08:28 -0400 Subject: [PATCH] add theme to ncspot --- config/ncspot/config.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/ncspot/config.toml b/config/ncspot/config.toml index 3b020ff..013190f 100644 --- a/config/ncspot/config.toml +++ b/config/ncspot/config.toml @@ -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"