Skip to content

Commit

Permalink
fix(extra): switch from fg3 to fg2 for white
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Apr 21, 2023
1 parent 409d646 commit e54427a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions extra/zellij/nightfox.kdl
Expand Up @@ -13,7 +13,7 @@ themes {
orange "#3ddbd9"
cyan "#33b1ff"
black "#353535"
white "#7b7c7e"
white "#b6b8bb"
}
dawnfox {
bg "#faf4ed"
Expand All @@ -26,7 +26,7 @@ themes {
orange "#d7827e"
cyan "#56949f"
black "#ebdfe4"
white "#a8a3b3"
white "#625c87"
}
dayfox {
bg "#f6f2ee"
Expand All @@ -39,7 +39,7 @@ themes {
orange "#955f61"
cyan "#287980"
black "#d3c7bb"
white "#824d5b"
white "#643f61"
}
duskfox {
bg "#232136"
Expand All @@ -52,7 +52,7 @@ themes {
orange "#ea9a97"
cyan "#9ccfd8"
black "#373354"
white "#6e6a86"
white "#cdcbe0"
}
nightfox {
bg "#192330"
Expand All @@ -65,7 +65,7 @@ themes {
orange "#f4a261"
cyan "#63cdcf"
black "#29394f"
white "#71839b"
white "#aeafb0"
}
nordfox {
bg "#2e3440"
Expand All @@ -78,7 +78,7 @@ themes {
orange "#c9826b"
cyan "#88c0d0"
black "#444c5e"
white "#7e8188"
white "#abb1bb"
}
terafox {
bg "#152528"
Expand All @@ -91,6 +91,6 @@ themes {
orange "#ff8349"
cyan "#a1cdd8"
black "#254147"
white "#587b7b"
white "#cbd9d8"
}
}
2 changes: 1 addition & 1 deletion lua/nightfox/extra/zellij.lua
Expand Up @@ -30,7 +30,7 @@ themes {
orange "${palette.orange}"
cyan "${palette.cyan}"
black "${bg3}"
white "${fg3}"
white "${fg2}"
}
]]
lines[#lines + 1] = template.parse_template_str(content, spec)
Expand Down

0 comments on commit e54427a

Please sign in to comment.