diff --git a/keymap_drawer/config.py b/keymap_drawer/config.py index cee681f..6dac8f8 100644 --- a/keymap_drawer/config.py +++ b/keymap_drawer/config.py @@ -209,7 +209,7 @@ class KeySidePars(BaseModel): # mapping of sources to (possibly templated) URLs for fetching SVG glyphs # e.g. `$$material:settings$$` will use the value for `material` and replace `{}` with `settings` glyph_urls: dict[str, str] = { - "tabler": "https://unpkg.com/@tabler/icons/icons/{}.svg", + "tabler": "https://unpkg.com/@tabler/icons/icons/outline/{}.svg", "mdi": "https://raw.githubusercontent.com/Templarian/MaterialDesign-SVG/master/svg/{}.svg", "mdil": "https://raw.githubusercontent.com/Pictogrammers/MaterialDesignLight/master/svg/{}.svg", "material": "https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsoutlined/{}/default/48px.svg",