switch to base16 project-wide

This commit is contained in:
Sean Kovacs 2026-01-21 14:04:21 -05:00
commit fb18ff7455
Signed by: sckova
GPG key ID: 00F325187C68651A
28 changed files with 847 additions and 810 deletions

View file

@ -6,9 +6,9 @@
...
}:
{
catppuccin = {
accent = "blue";
flavor = "mocha";
colors = {
scheme = "catppuccin-mocha";
accent = "base0D";
};
home.packages = [
@ -41,7 +41,7 @@
];
theme = spicePkgs.themes.catppuccin;
colorScheme = config.catppuccin.flavor;
colorScheme = "mocha";
};
programs.plasma = {

View file

@ -1,8 +1,8 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
catppuccin = {
accent = "peach";
flavor = "mocha";
colors = {
scheme = "catppuccin-mocha";
accent = "base09";
};
home.packages = with pkgs; [

View file

@ -4,9 +4,9 @@
...
}:
{
catppuccin = {
accent = "green";
flavor = "mocha";
colors = {
scheme = "catppuccin-mocha";
accent = "base0B";
};
home.packages = with pkgs; [ ];