Skip to content

Commit

Permalink
theme/catppuccin: move ncspot theme
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Aug 25, 2024
1 parent 443ca08 commit dd06fd0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
23 changes: 1 addition & 22 deletions modules/home/programs/terminal/media/ncspot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = { };
};
};
}
22 changes: 22 additions & 0 deletions modules/home/theme/catppuccin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit dd06fd0

Please sign in to comment.