Colorful themes for Shaka video
Shaka player themes

Shaka Player Themes

YouTube like theme

Download YouTube Theme

Amsterdam-Acid Blue

Download Blue Theme

Amsterdam-Acid Green

Download Green Theme

Amsterdam-Acid Red

Download Red Theme

Amsterdam-Acid Yellow

Download Yellow Theme

How do I test these themes?

  1. Download theme files
  2. Unzip it and move files to server or localhost environment
  3. Access the theme from a browser

How do I use these themes?

  1. Download theme files
  2. Unzip it and move files to server or localhost environment
  3. Access the theme from a browser and test it
  4. Explore theme folder index.html code
  5. Attch theme .css file and .js file to your web page
  6. Wrap your video element with theme spesific css class (ex: .amsterdam-acid-yellow)

How about cross-browser compatibility

These themes were tested on latest versions of Chrome and Safari. If you found an issue, please create an issue on GitHub.

How do I contribute?

  1. Clone the repository using HTTPS and do following steps

    > git clone https://github.com/lucksy/shaka-player-themes.git
    > cd shaka-player-themes
    > npm install
    > gulp
  2. Copy and paste example theme directry in ./assets/ folder to respective folder and rename the folder and theme files.

  3. Access your new theme from http://localhost:3000/dist/path-to-your-theme/

  4. Configure and style the new theme and send pull request.