npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

dbgate-plugin-black-theme

v1.0.17

Published

Black theme for DbGate ![icon](https://avatars.githubusercontent.com/u/36778572?v=4?v=4)

Downloads

84

Readme

DBGate Theme README

styled with prettier

NPM version

screenshot

Overview

This README provides instructions and information about the custom theme for DBGate, an open-source database client. This theme enhances the visual appearance of DBGate by providing a consistent and aesthetically pleasing interface, improving the user experience.

Features

  • Modern and Clean Design: A sleek and professional look to make your database management experience more enjoyable.
  • Color Schemes: Carefully chosen color palettes to ensure readability and reduce eye strain.
  • Responsive Design: Optimized for different screen sizes and resolutions.
  • Consistent UI Elements: Uniform styling for buttons, inputs, tables, and other UI components.

Installation

Prerequisites

Steps

  1. Download the Theme Files: Clone or download the theme repository from GitHub.

    git clone https://github.com/lucaspereirasouzat/dbgate-black-theme
  2. Install dependencies

    npm i
  3. Publish Package

    npm publish
  4. Activate the Theme:

    • Open DBGate and navigate to the settings or preferences menu.
    • Find the appearance or theme section.
    • Select the newly installed theme from the list of available themes.
    • Apply the changes and restart DBGate if necessary.

Customization

If you wish to customize the theme to better suit your preferences, you can edit the CSS files located in the theme directory. Here are some common customizations:

  • Change Color Scheme: Modify the color variables in the CSS file to change the overall color scheme of the theme.
  • Adjust Font Sizes: Edit the font size properties to increase or decrease text size.
  • Modify Spacing: Tweak padding and margin values to adjust the spacing of UI elements.

Contributing

We welcome contributions to improve this theme! Here’s how you can help:

  1. Fork the Repository: Create a fork of the theme repository on GitHub.
  2. Make Your Changes: Make your desired changes in your forked repository.
  3. Submit a Pull Request: Open a pull request with a detailed description of your changes and why they should be merged.

Issues and Feedback

If you encounter any issues or have suggestions for improvements, please open an issue in the GitHub repository or contact the theme maintainer.

License

This theme is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

  • Special thanks to the DBGate team for creating such a powerful and flexible database client.
  • Thanks to the open-source community for their contributions and support.

Enjoy your new DBGate theme! If you have any questions or need further assistance, feel free to reach out via the repository’s issue tracker or contact information provided.

Contribuitors