diff --git a/README.md b/README.md index adef810..2a92de2 100644 --- a/README.md +++ b/README.md @@ -23,49 +23,66 @@ If you feel awesome and want to support us in a small way, please consider starr + - + + + - + + + - + + + - + + + + + + + + + + - + + + - + + + - + + + - - - - -
ModuleLinks Version Description
hubhubGitHubNPM npm Central repository that integrates all project modules.
basebaseGitHubNPM npm Basic styles and foundational components of the project.
helpershelpersGitHubNPM npm Utility functions and helpers for the project.
form└ mediaGitHubNPMnpmComprehensive CSS media query helpers for responsive web design.
formGitHubNPM npm Styles and components for creating forms.
themesthemesGitHubNPM npm Themes and styling options for the project.
patternspatternsGitHubNPM npm Reusable patterns and templates for the project.
colorscolorsGitHubNPM npm Color palettes and styles for the project.
medianpmComprehensive CSS media query helpers for responsive web design.
## Contributing diff --git a/package.json b/package.json index 6e7ece2..62d368f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-forge.themes", - "version": "2025.1.18", + "version": "2025.1.31", "description": "Style-Forge.Themes: powerful tool for managing and applying customizable themes in web applications.", "type": "module", "main": "themes.css", diff --git a/themes.css b/themes.css index 2a8cf2f..39a2dba 100644 --- a/themes.css +++ b/themes.css @@ -1,3 +1,3 @@ -/*! style-forge.themes 2025.1.18 | MIT License | https://github.com/Style-Forge/themes */ +/*! style-forge.themes 2025.1.31 | MIT License | https://github.com/Style-Forge/themes */ :root{--sf-c-link:225 73% 57%;--sf-c-txt:0 0% 10%;--sf-c-bg:0 0% 100%;--sf-c-bd:0 0% 75%;--sf-c-shape-bg:0 0% 90%;--sf-dark-c-link:225 73% 57%;--sf-dark-c-txt:0 0% 90%;--sf-dark-c-bg:0 0% 10%;--sf-dark-c-bd:0 0% 50%;--sf-dark-c-shape-bg:0 0% 20%}::backdrop{--sf-c-backdrop:0 0% 10%;--sf-dark-c-backdrop:0 0% 100%}html{color-scheme:light;transition:background-color 0.2s ease-out}html[data-theme='auto'],html.auto{color-scheme:light dark}html[data-theme='dark'],html.dark{color-scheme:dark;--sf-c-link:var(--sf-dark-c-link);--sf-c-bd:var(--sf-dark-c-bd);--sf-c-bg:var(--sf-dark-c-bg);--sf-c-shape-bg:var(--sf-dark-c-shape-bg);--sf-c-txt:var(--sf-dark-c-txt)}html[data-theme='dark'] ::backdrop,html.dark ::backdrop{--sf-c-backdrop:var(--sf-dark-c-backdrop)}@media (prefers-color-scheme:dark){html[data-theme='auto'],html.auto{color-scheme:dark;--sf-c-link:var(--sf-dark-c-link);--sf-c-bd:var(--sf-dark-c-bd);--sf-c-bg:var(--sf-dark-c-bg);--sf-c-shape-bg:var(--sf-dark-c-shape-bg);--sf-c-txt:var(--sf-dark-c-txt)}html[data-theme='auto'] ::backdrop,html.auto ::backdrop{--sf-c-backdrop:var(--sf-dark-c-backdrop)}}html.var{color:hsl(0,0%,10%);background:hsl(0,0%,100%)}html.var a{color:hsl(225,73%,57%)}html.var pre{background:hsl(0,0%,90%)}html.var[data-theme='dark'],html.var.dark{color:hsl(0,0%,90%);background:hsl(0,0%,10%)}html.var[data-theme='dark'] pre,html.var.dark pre{background:hsl(0,0%,20%)}html.var[data-theme='dark'] ::backdrop,html.var.dark ::backdrop{--sf-c-backdrop:hsla(0,0%,100%,0.2)}@media (prefers-color-scheme:dark){html.var[data-theme='auto'],html.var.auto{color:hsl(0,0%,90%);background:hsl(0,0%,10%)}html.var[data-theme='auto'] pre,html.var.auto pre{background:hsl(0,0%,20%)}html.var[data-theme='auto'] ::backdrop,html.var.auto ::backdrop{--sf-c-backdrop:hsla(0,0%,100%,0.2)}}