Skip to content

Latest commit

 

History

History

pywal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Usage

Install

  1. Save the contents of either theme file:

    • Dark theme: Save cyberdream.json to ~/.config/wal/colorschemes/dark/cyberdream.json
    • Light theme: Save cyberdream-light.json to ~/.config/wal/colorschemes/light/cyberdream-light.json

    If the directories don't exist, create them first with:

    mkdir -p ~/.config/wal/colorschemes/{dark,light}
  2. Apply the theme using pywal:

    # For dark theme
    wal --theme cyberdream
    
    # For light theme
    wal --theme cyberdream-light --light

See the pywal documentation for more information about custom colorschemes.