theme: obsidian-prism

This commit is contained in:
Per Stark
2026-01-17 08:45:47 +01:00
parent fa7f407306
commit a9fda67209
4 changed files with 169 additions and 2 deletions
@@ -32,6 +32,7 @@ pub async fn show_account_page(
let theme_options = vec![
"light".to_string(),
"dark".to_string(),
"obsidian-prism".to_string(),
"system".to_string(),
];
let conversation_archive = User::get_user_conversations(&user.id, &state.db).await?;
@@ -156,6 +157,7 @@ pub async fn update_theme(
let theme_options = vec![
"light".to_string(),
"dark".to_string(),
"obsidian-prism".to_string(),
"system".to_string(),
];