From b577650fea550d9a035d22851772a6e06000738b Mon Sep 17 00:00:00 2001 From: icy-comet <50461557+icy-comet@users.noreply.github.com> Date: Sat, 29 Jan 2022 09:52:58 +0530 Subject: [PATCH] docs:fix theming title and themes' count --- docs/theming.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/theming.md b/docs/theming.md index 8ae58b51..84dde582 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -1,6 +1,6 @@ -## Theming +# Theming -By default Dashy comes with 20 built in themes, which can be applied from the dropwodwn menu in the UI +By default Dashy comes with 25+ built-in themes, which can be applied from the dropwodwn menu in the UI. ![Built-in Themes](https://i.ibb.co/GV3wRss/Dashy-Themes.png) @@ -125,7 +125,7 @@ You can target specific elements on the UI with these variables. All are optiona - `--nav-link-text-color` - The text color for links displayed in the navigation bar. Defaults to `--primary` - `--nav-link-background-color` - The background color for links displayed in the navigation bar - `--nav-link-text-color-hover` - The text color when a navigation bar link is hovered over. Defaults to `--primary` -- `--nav-link-background-color-hover` - The background color for nav bar links when hovered over +- `--nav-link-background-color-hover` - The background color for nav bar links when hovered over - `--nav-link-border-color` - The border color for nav bar links. Defaults to `transparent` - `--nav-link-border-color-hover` - The border color for nav bar links when hovered over. Defaults to `--primary` - `--search-container-background` - Background for the container containing the search bar. Defaults to `--background-darker`