Dotfiles/vim/theme/cyberqueer.nvim/extras/pywal
The_miro 9684f33b0e added lush config temporarily 2025-03-20 07:56:21 +01:00
..
README.md added lush config temporarily 2025-03-20 07:56:21 +01:00
cyberdream-light.json added lush config temporarily 2025-03-20 07:56:21 +01:00
cyberdream.json added lush config temporarily 2025-03-20 07:56:21 +01:00

README.md

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.