diff --git a/docs/example-configurations.md b/docs/example-configurations.md index 736c5ef8..9ccab8cf 100644 --- a/docs/example-configurations.md +++ b/docs/example-configurations.md @@ -254,5 +254,5 @@ stackbars as well as the status bar. If set in `komorebi.bar.json`, the theme will only be applied to the status bar. All [Catppuccin palette variants](https://catppuccin.com/) -and [most Base16 palette variants](https://tinted-theming.github.io/base16-gallery/) +and [most Base16 palette variants](https://tinted-theming.github.io/tinted-gallery/) are available as themes. diff --git a/komorebi-bar/src/config.rs b/komorebi-bar/src/config.rs index 0e153dae..d76b3e82 100644 --- a/komorebi-bar/src/config.rs +++ b/komorebi-bar/src/config.rs @@ -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, }, diff --git a/komorebi/src/static_config.rs b/komorebi/src/static_config.rs index be2990aa..af2227d9 100644 --- a/komorebi/src/static_config.rs +++ b/komorebi/src/static_config.rs @@ -441,7 +441,7 @@ pub enum KomorebiTheme { }, /// 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, /// Border colour when the container contains a single window (default: Base0D) single_border: Option, diff --git a/schema.bar.json b/schema.bar.json index a49a5564..fb131b4c 100644 --- a/schema.bar.json +++ b/schema.bar.json @@ -3423,7 +3423,7 @@ ] }, "name": { - "description": "Name of the Base16 theme (theme previews: https://tinted-theming.github.io/base16-gallery)", + "description": "Name of the Base16 theme (theme previews: https://tinted-theming.github.io/tinted-gallery/)", "type": "string", "enum": [ "3024", diff --git a/schema.json b/schema.json index 43a7edc9..54ee1d81 100644 --- a/schema.json +++ b/schema.json @@ -2267,7 +2267,7 @@ ] }, "name": { - "description": "Name of the Base16 theme (theme previews: https://tinted-theming.github.io/base16-gallery)", + "description": "Name of the Base16 theme (theme previews: https://tinted-theming.github.io/tinted-gallery/)", "type": "string", "enum": [ "3024",