We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f81f0c + 2af9676 commit fd28249Copy full SHA for fd28249
src/templates.rs
@@ -45,6 +45,7 @@ impl Homepage {
45
46
let theme = match &config.theme {
47
Some(theme_name) => match theme_name.to_ascii_lowercase().as_str() {
48
+ "default" => &DEFAULT,
49
"catppuccin-latte" | "catppuccin_latte" | "latte" => &CATPPUCCIN_LATTE,
50
"catppuccin" | "catppuccin-frappe" | "catppuccin_frappe" | "frappe" => {
51
&CATPPUCCIN_FRAPPE
0 commit comments