fix(docs): update base16 gallery link

This commit is contained in:
DhanushAdithiya
2025-02-05 21:21:11 +05:30
committed by LGUG2Z
parent 2ca9c9048b
commit bbd232f649
5 changed files with 5 additions and 5 deletions

View File

@@ -366,7 +366,7 @@ pub enum KomobarTheme {
},
/// A theme from base16-egui-themes
Base16 {
/// Name of the Base16 theme (theme previews: https://tinted-theming.github.io/base16-gallery)
/// Name of the Base16 theme (theme previews: https://tinted-theming.github.io/tinted-gallery/)
name: komorebi_themes::Base16,
accent: Option<komorebi_themes::Base16Value>,
},