mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-18 06:50:01 +02:00
fix(docs): update base16 gallery link
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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>,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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>,
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user