Dotfiles/vim/theme/cyberqueer.nvim/extras/zellij/README.md

896 B

Usage

Install

  1. Save the contents of either theme file:

    • Dark theme: Save cyberdream.kdl to ~/.config/zellij/themes/cyberdream.kdl
    • Light theme: Save cyberdream-light.kdl to ~/.config/zellij/themes/cyberdream-light.kdl

    If the directory doesn't exist, create it first with:

    mkdir -p ~/.config/zellij/themes
    
  2. Apply the theme by either:

    • Adding to your config.kdl:
      // For dark theme
      theme "cyberdream"
      // Or for light theme
      theme "cyberdream-light"
      
    • Or launching zellij with the theme flag:
      # For dark theme
      zellij --theme cyberdream
      # For light theme
      zellij --theme cyberdream-light
      

See the Zellij Themes documentation for more information about custom themes.