Skip to content

Commit

Permalink
fix(config): fix config merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xero committed Sep 6, 2024
1 parent f6316c6 commit ba4f7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/evangelion/unit01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function UNIT01.get()
["dispair"] = "#101010",
["tokyo3"] = "#111111",
["fear"] = "#151515",
["midnight"] = require("evangelion.config").opts.transparent and "none" or "#201430",
["midnight"] = require("evangelion").opts.transparent and "none" or "#201430",
["selee"] = "#222222",
["casper"] = "#39274C",
["balthasar"] = "#39274D",
Expand Down

0 comments on commit ba4f7fc

Please sign in to comment.