GithubHelp home page GithubHelp logo

datsfilipe / smooth-theme Goto Github PK

View Code? Open in Web Editor NEW
29.0 1.0 4.0 1.12 MB

A simple two color based theme for BetterDiscord.

Home Page: https://datsfilipe.github.io/smooth-theme/

License: BSD 3-Clause "New" or "Revised" License

SCSS 98.16% CSS 1.06% Shell 0.78%
theme discord-theme discord betterdiscord-theme powercord-theme stylus vencord-theme

smooth-theme's Introduction

Smooth Theme

Installation

Download the theme navigating to here.

Preview

Preview Smooth Theme

smooth-theme's People

Contributors

cultab avatar datsfilipe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

smooth-theme's Issues

Adjust Color Scheme for Improved Readability

It's difficult to read text when brighter colors are used, and the color choices for the menu make it hard to read as well. Could you please adjust the colors for better readability?

Edit: Only active theme loaded

Reference Images:

image
image
image

replace classes extensive names for wildcards

Description

  • It is worse for performance but will make the theme less susceptible to break

Example change

I have replaced class names for wildcards for buttons, here's how it is now:

  [class*="lookFilled"][class*="colorBrand"]:not([class*="colorWhite"]) {
    color: tc.$text-alt;
    background-color: gc.$color11;
    transition: filter 0.3s;
  }

  [class*="lookFilled"][class*="colorBrand"]:not([class*="colorWhite"]):hover {
    color: tc.$text-alt;
    background-color: gc.$color11;
    filter: brightness(0.8);
  }

It looked like this before the changes:

  .lookFilled__abc.colorBrand__abc:not(.colorWhite__abc) {
    color: tc.$text-alt;
    background-color: gc.$color11;
    transition: filter 0.3s;
  }

  .lookFilled__abc.colorBrand__abc:not(.colorWhite__abc):hover {
    color: tc.$text-alt;
    background-color: gc.$color11;
    filter: brightness(0.8);
  }

Note: a tool like Vencord can be used to inspect discord classes.

Windows window control buttons?

Love the theme but could you instruct how to get default window control buttons on windows instead of the macOS buttons? Thanks.

Edit: Could you also tell how to change the entire titlebar bg color? Total noob about all this I should mention

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.