Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
25
modules/themes/catppuccin-frappe/default.nix
Normal file
25
modules/themes/catppuccin-frappe/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Catppuccin Frappe";
|
||||
slug = "catppuccin-frappe";
|
||||
author = "https://catppuccin.com/";
|
||||
description = "Soothing pastel theme for the high-spirited!";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images3.alphacoders.com/126/1266078.jpg";
|
||||
backgroundSha256 = "sha256-krJtLOP+9mV87l0/XCkqtk558VeHP3ZjThLEh97ESek=";
|
||||
base00 = "303446";
|
||||
base01 = "292c3c";
|
||||
base02 = "414559";
|
||||
base03 = "51576d";
|
||||
base04 = "626880";
|
||||
base05 = "c6d0f5";
|
||||
base06 = "f2d5cf";
|
||||
base07 = "babbf1";
|
||||
base08 = "e78284";
|
||||
base09 = "ef9f76";
|
||||
base0A = "e5c890";
|
||||
base0B = "a6d189";
|
||||
base0C = "81c8be";
|
||||
base0D = "8caaee";
|
||||
base0E = "ca9ee6";
|
||||
base0F = "eebebe";
|
||||
}
|
Reference in New Issue
Block a user