Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: cyberpunk inspired theme options added #2868

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions zellij-utils/assets/themes/cyberpunk.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
// Cyberpunk inspired themes

themes{

cyber-noir {
bg "#0b0e1a" // Dark Blue
fg "#91f3e4" // Teal
red "#ff578d" // Hot Pink
green "#00ff00" // Neon Green
blue "#3377ff" // Electric Blue
yellow "#ffd700" // Cyber Yellow
magenta "#ff00ff" // Neon Purple
orange "#ff7f50" // Cyber Orange
cyan "#00e5e5" // Cyan
black "#000000" // Black
white "#91f3e4" // Teal
}

blade-runner {
bg "#1a1a1a" // Dark Gray
fg "#2bbff4" // Neon Blue
red "#ff355e" // Neon Pink
green "#00ff00" // Neon Green
blue "#00d9e3" // Electric Blue
yellow "#ffe600" // Neon Yellow
magenta "#ff00ff" // Neon Purple
orange "#ff8c0d" // Cyber Orange
cyan "#00e5e5" // Cyan
black "#000000" // Black
white "#ffffff" // White
}

retro-wave {
bg "#1a1a1a" // Dark Gray
fg "#ff9900" // Retro Orange
red "#ff355e" // Neon Pink
green "#00ff00" // Neon Green
blue "#00d9e3" // Electric Blue
yellow "#ffe600" // Neon Yellow
magenta "#ff00ff" // Neon Purple
orange "#ff6611" // Retro Red
cyan "#00e5e5" // Cyan
black "#000000" // Black
white "#ffffff" // White
}
}