Dotfiles/vim/theme/cyberqueer.nvim/extras/windowsterminal
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. Open Windows Terminal settings (Ctrl+,) and click "Open JSON file" in the bottom left corner.

  2. In the schemes array, add the contents of both cyberdream.json and cyberdream-light.json:

    {
        "schemes": [
            {
                // ... existing schemes ...
            },
            {
                // paste cyberdream.json contents here
            },
            {
                // paste cyberdream-light.json contents here
            }
        ]
    }
    
  3. Apply the theme:

    • Open Windows Terminal Settings
    • Select your profile
    • Click "Appearance"
    • Select either "cyberdream" or "cyberdream-light" from the "Color scheme" dropdown

See the Windows Terminal Color Schemes documentation for more information.