diff --git a/modules/home/programs/terminal/media/ncspot/default.nix b/modules/home/programs/terminal/media/ncspot/default.nix index 8cf2f8140..c56308c25 100644 --- a/modules/home/programs/terminal/media/ncspot/default.nix +++ b/modules/home/programs/terminal/media/ncspot/default.nix @@ -18,28 +18,7 @@ in programs.ncspot = { enable = true; - settings = { - # TODO: move to theme module - theme = { - background = "#24273A"; - primary = "#CAD3F5"; - secondary = "#1E2030"; - title = "#8AADF4"; - playing = "#8AADF4"; - playing_selected = "#B7BDF8"; - playing_bg = "#181926"; - highlight = "#C6A0F6"; - highlight_bg = "#494D64"; - error = "#CAD3F5"; - error_bg = "#ED8796"; - statusbar = "#181926"; - statusbar_progress = "#CAD3F5"; - statusbar_bg = "#8AADF4"; - cmdline = "#CAD3F5"; - cmdline_bg = "#181926"; - search_match = "#f5bde6"; - }; - }; + settings = { }; }; }; } diff --git a/modules/home/theme/catppuccin/default.nix b/modules/home/theme/catppuccin/default.nix index d68329e53..62b963a0a 100644 --- a/modules/home/theme/catppuccin/default.nix +++ b/modules/home/theme/catppuccin/default.nix @@ -335,6 +335,28 @@ in programs // { # Additional program settings that don't follow the common pattern + ncspot.settings = { + theme = { + background = "#24273A"; + primary = "#CAD3F5"; + secondary = "#1E2030"; + title = "#8AADF4"; + playing = "#8AADF4"; + playing_selected = "#B7BDF8"; + playing_bg = "#181926"; + highlight = "#C6A0F6"; + highlight_bg = "#494D64"; + error = "#CAD3F5"; + error_bg = "#ED8796"; + statusbar = "#181926"; + statusbar_progress = "#CAD3F5"; + statusbar_bg = "#8AADF4"; + cmdline = "#CAD3F5"; + cmdline_bg = "#181926"; + search_match = "#f5bde6"; + }; + }; + spicetify.colorScheme = "macchiato"; tmux.plugins = [