Dotfiles/vim/theme/cyberqueer.nvim/extras/zellij
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.kdl added lush config temporarily 2025-03-20 07:56:21 +01:00
cyberdream.kdl 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.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.