Skip to content

Commit

Permalink
cyberdream lualine theme breaking change in v2 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jun 13, 2024
1 parent fdfb2e7 commit 3ba698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ return {
event = "VeryLazy",
opts = function()
local colors = require("cyberdream.colors").default
local cyberdream = require("lualine.themes.cyberdream")
local cyberdream = require("lualine.themes.cyberdream").get_theme()
local copilot_colors = {
[""] = { fg = colors.grey, bg = colors.none },
["Normal"] = { fg = colors.grey, bg = colors.none },
Expand Down

0 comments on commit 3ba698c

Please sign in to comment.