Find a file
2026-02-16 14:05:55 +01:00
assets docs: Add theme screenshot to the README 2025-11-11 12:58:36 +01:00
after-sunset.json feat: Change the property color to be slightly more distinct 2025-11-11 12:53:01 +01:00
LICENSE Initial commit 2025-11-11 12:22:06 +01:00
README.md docs: Add Zed theme builder to references 2026-02-16 14:05:55 +01:00

After Sunset Theme for Zed

Minimal dark syntax theme for Zed

MIT License

A dark theme for Zed with warm sunset-inspired colors.

After Sunset Theme Preview

Installation

  1. Open Zed's configuration directory:

    • macOS/Linux: ~/.config/zed/
    • Windows: %APPDATA%\Zed\
  2. Create a themes directory if it doesn't exist:

    mkdir -p ~/.config/zed/themes
    
  3. Copy after-sunset.json to the themes directory:

    cp after-sunset.json ~/.config/zed/themes/
    
  4. Open Zed and select the theme:

    • Open the command palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Linux/Windows)
    • Type "theme selector: toggle"
    • Search for "After Sunset" and select it

Color Palette

The theme uses a carefully selected color palette:

  • Background: #1c1c1c - Deep charcoal
  • Foreground: #d4d4d4 - Light gray
  • Accent: #e5c100 - Golden yellow (primary highlight color)
  • Strings: #19f9d8 - Bright cyan
  • Keywords: #FF75B5 - Soft pink
  • Functions: #E5C100 - Golden yellow
  • Types: #19f9d8 - Cyan
  • Constants: #FFB86C - Warm orange
  • Comments: #676B79 - Muted gray (italic)

References

License

after-sunset-zed is under the terms of the MIT License, following all clarifications stated in the license file.