Initial commit: Re-connected to Gitea
This commit is contained in:
25
packages/ui/src/styles/theme/theme-variant.css
Normal file
25
packages/ui/src/styles/theme/theme-variant.css
Normal file
@@ -0,0 +1,25 @@
|
||||
@theme {
|
||||
--filled-fg: var(--color-white);
|
||||
--filled-fg-hover: var(--brand-fg);
|
||||
--filled-fg-active: var(--brand-fg);
|
||||
--filled-bg: var(--brand-bg);
|
||||
--filled-bg-hover: var(--brand-bg-high-hover);
|
||||
--filled-bg-active: var(--brand-bg-high-active);
|
||||
--filled-border-color: var(--brand-border-color);
|
||||
|
||||
--outline-fg: var(--brand-bg);
|
||||
--outline-fg-hover: var(--brand-bg);
|
||||
--outline-fg-active: var(--brand-bg);
|
||||
--outline-bg: var(--brand-border-color);
|
||||
--outline-bg-hover: var(--brand-bg-low-hover);
|
||||
--outline-bg-active: var(--brand-bg-low-active);
|
||||
--outline-border-color: var(--brand-bg);
|
||||
|
||||
--subtle-fg: var(--brand-bg);
|
||||
--subtle-fg-hover: var(--brand-bg);
|
||||
--subtle-fg-active: var(--brand-bg);
|
||||
--subtle-bg: var(--brand-border-color);
|
||||
--subtle-bg-hover: var(--brand-bg-low-hover);
|
||||
--subtle-bg-active: var(--brand-bg-low-active);
|
||||
--subtle-border-color: var(--brand-border-color);
|
||||
}
|
||||
Reference in New Issue
Block a user