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

@@ -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. If set in `komorebi.bar.json`, the theme will only be applied to the status bar.
All [Catppuccin palette variants](https://catppuccin.com/) 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. are available as themes.

View File

@@ -366,7 +366,7 @@ pub enum KomobarTheme {
}, },
/// A theme from base16-egui-themes /// A theme from base16-egui-themes
Base16 { 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, name: komorebi_themes::Base16,
accent: Option<komorebi_themes::Base16Value>, accent: Option<komorebi_themes::Base16Value>,
}, },

View File

@@ -441,7 +441,7 @@ pub enum KomorebiTheme {
}, },
/// A theme from base16-egui-themes /// A theme from base16-egui-themes
Base16 { 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, name: komorebi_themes::Base16,
/// Border colour when the container contains a single window (default: Base0D) /// Border colour when the container contains a single window (default: Base0D)
single_border: Option<komorebi_themes::Base16Value>, single_border: Option<komorebi_themes::Base16Value>,

View File

@@ -3423,7 +3423,7 @@
] ]
}, },
"name": { "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", "type": "string",
"enum": [ "enum": [
"3024", "3024",

View File

@@ -2267,7 +2267,7 @@
] ]
}, },
"name": { "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", "type": "string",
"enum": [ "enum": [
"3024", "3024",