1.0.19 • Published 1 year ago

dark-gstyles v1.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Dark-Gstyles

Description

dark-gstyles is a comprehensive package of dark-themed CSS styles, designed for easy integration and reuse across various web projects. It provides a consistent and visually appealing dark mode experience.

Features

  • Pre-designed dark theme styles
  • Easy to implement and customize
  • Lightweight and performance-optimized
  • Compatible with modern web frameworks

Installation

You can install dark-gstyles using npm or yarn:

npm install dark-gstyles

or

yarn add dark-gstyles

Usage

After installation, import the CSS file in your project:

  • gs-dark: Indicates dark styles by default.
  • gs-normal: Indicates styles without default colors.
@import "dark-gstyles/gs-dark.css";

For JavaScript/TypeScript projects, you can import it in your entry file:

import "dark-gstyles/gs-dark.css";

Customization

You can override default styles by adding your custom CSS after importing dark-gstyles. For example:

@import "dark-gstyles/gs-dark.css";

/* Your custom styles here */
body {
  --dark-background: #1a1a1a;
}

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.19

1 year ago

1.0.18

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago