Skip to content

johanviberg/zellij-cursor-dark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Cursor Dark for Zellij

A Zellij theme inspired by the Cursor AI editor's dark theme. Deep near-black backgrounds, soft Nordic foreground colors, and Cursor's signature blue accent.

Color Palette

Role Color Hex
Background #141414 #141414
Selection #292929 #292929
Foreground #D8DEE9 #D8DEE9
Accent Blue #4C9DF3 #4C9DF3
Red #BF616A #BF616A
Green #A3BE8C #A3BE8C
Yellow #EBCB8B #EBCB8B
Blue #81A1C1 #81A1C1
Magenta #B48EAD #B48EAD
Cyan #88C0D0 #88C0D0

Installation

Option 1: Inline (recommended)

Copy the contents of cursor-dark.kdl into your ~/.config/zellij/config.kdl and add theme "cursor-dark" after the theme block. This enables live-reloading when you edit colors.

Option 2: Theme file

Copy cursor-dark.kdl to your Zellij themes directory:

mkdir -p ~/.config/zellij/themes
cp cursor-dark.kdl ~/.config/zellij/themes/

Then add to your ~/.config/zellij/config.kdl:

theme "cursor-dark"

Note: External theme files are loaded at session start and require a restart to pick up changes.

Requirements

Zellij 0.42.0 or later (uses the new theme specification).

Credits

Color palette derived from Cursor Dark for VS Code by Cedric Verlinden.

Disclaimer

This project is not affiliated with, endorsed by, or associated with Cursor or Anysphere, Inc. It is an independent, community-created theme inspired by the Cursor editor's dark color scheme.

License

MIT

About

A Zellij theme inspired by the Cursor AI editor's dark theme.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors