Skip to content

Commit

Permalink
feat(themes): added ayu mirage, light, and dark themes (zellij-org#3567)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Lauer <evanlauer@u.boisestate.edu>
  • Loading branch information
2 people authored and imsnif committed Dec 31, 2024
1 parent e930105 commit 4b30875
Showing 1 changed file with 46 additions and 0 deletions.
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"
}
}

0 comments on commit 4b30875

Please sign in to comment.