1.0.19 • Published 9 months ago

dark-gstyles v1.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months 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

9 months ago

1.0.18

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago