Giter VIP home page Giter VIP logo

heroic-themes's Introduction

Heroic Themes

A collection of community-made themes for Heroic Games Launcher

For Users

Change Heroic's appearance by choosing from a unique set of themes created by other users.

Adding Themes to Heroic

Setup Heroic to look for custom themes:

  1. Create a new folder, like "Heroic Themes", which is going to hold .css files of the themes.
  2. In Heroic, go to Accessibility.
  3. Under Custom Themes Path, click the folder icon.
  4. Navigate to the path where you've created the folder and select the folder.

Now, you just need to add the .css files of themes to this folder. You can explore the different themes in the repository.

  1. Choose a theme's folder.
  2. Select theme_name.css present in the folder.
  3. Click Raw
  4. Save the file to the folder you've setup. For example, just right-click and choose "Save" from the context menu.

Repeat the above steps for any theme.

Heroic should now show the newly added custom themes under Select Theme in Accessibility!

For Contributers

Share custom-made themes for Heroic using CSS.

Creating Themes

Refer this guide for instructions and tips on how to create a theme.

Submitting Themes

Stick to the following guidelines before submitting your theme:

  1. The folder structure should look like this:

    Theme Name 
     ├── screenshot_name.png
     ├── theme_name.css 
     └── theme_name.json 
    

    Make sure to add two screenshots ateast.

  2. The .json file should share the same name as the .css file and include the following contents:

    {
      "name" : "Theme Name",
      "filename" : "theme_name.css",
      "screenshots" : ["screenshot_name.png", "another_screenshot_name.png"],
      "author": "GitHub_username"
    }
  3. Fork this repository, create a new branch and add your theme's folder.

  4. Create a pull request.

  5. Finally, add the "ready" label to indicate that the pull request is ready for review.

heroic-themes's People

Contributors

b4rabbas avatar ha7ak3 avatar heiiow2 avatar pelicanfuture avatar redromnon avatar resmung0 avatar starterx4 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.