Git Product home page Git Product logo

alag's Introduction

Custom Themes 🛠

  • 🤖 Tutorial for how to make your Custom Themes.
  • Let's First Start with Utilities.

Requirements :

  1. A Local Editor or Use github.dev
  2. Sample File : Check wzml_minimal.py

Step 1: Open the Blank Editor and Paste the Codes of wzml_minimal.py and name it wzml_custom.py

You can give the custom as your choice, like wzml_futuristic.py, etc

Step 2: Start by Editing and Making your Ultimate Design ✨️ and Save in this Folder

  • Things to Remember while Editing :
    • Don't Change the Name Inside { } (2nd Brackets)
    • Don't Change the Variable Name like ST_BN1_NAME, etc
    • Don't Change the Class name WZMLStyle
    • Don't Use f-string like f"{var}" Sample Editing :
class WZMLStyle: # Don't Change This
    ST_BN1_NAME = '{sb1n}'
    # You can Change as Below !! -->
    ST_BN1_NAME = "It's {sb1n} ❤️" # Use Double Quotes, when using Single Quotes Inside

Step 3: Now, Open init.py and Edit as shown below and Save it

AVL_THEMES = {"minimal": wzml_minimal, "emoji": wzml_emoji, "futuristic": wzml_futuristic} # You can add More ...
# Add Last Dict Value, as shown, name: filename (same as given in Step 1)
# Name can be of any Choice to Call the Theme Name

Done, Now you have Successfully Built your Own Theme !

alag's People

Contributors

rockas888 avatar

Watchers

 avatar

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.