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

Added ayu mirage, light, and dark themes #3567

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added ayu mirage, light, and dark themes
  • Loading branch information
evanlauerbsu committed Aug 23, 2024
commit 71230331691a731658809dcb775028e62904b12c
46 changes: 46 additions & 0 deletions zellij-utils/assets/themes/ayu.kdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
// Author: Evan Lauer <evthestrike@gmail.com>
// Based on the AYU theme colors from https://github.com/dempfi/ayu

themes {
ayu_mirage {
fg "#CCCAC2"
bg "#1F2430"
black "#1A1F29"
red "#F28779"
green "#D5FF80"
yellow "#FFCC77"
blue "#73D0FF"
magenta "#DFBFFF"
cyan "#444B55"
white "#C7C7C7"
orange "#FFAD66"
}

ayu_light {
fg "#5C6166"
bg "#FAFAFA"
black "#E7EAED"
red "#F07171"
green "#86B300"
yellow "#FFAA33"
blue "#399EE6"
magenta "#A37ACC"
cyan "#478ACC"
white "#FCFCFC"
orange "#FA8D3E"
}

ayu_dark {
fg "#BFBDB6"
bg "#0F1419"
black "#131721"
red "#F07178"
green "#AAD94C"
yellow "#E6B450"
blue "#59C2FF"
magenta "#D2A6FF"
cyan "#73B8FF"
white "#CCCAC2"
orange "#FF8F40"
}
}