Browse Source

fix: plain tokyonight

ChristianChiarulli 2 years ago
parent
commit
21311b54a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/lvim/core/lualine/components.lua

+ 1 - 1
lua/lvim/core/lualine/components.lua

@@ -23,7 +23,7 @@ vim.api.nvim_set_hl(0, "SLProgress", { fg = "#ECBE7B", bg = statusline_hl.backgr
 local location_color = nil
 local branch = ""
 
-if lvim.colorscheme == "tokyonight-night" then
+if lvim.colorscheme == "tokyonight" then
   location_color = "SLBranchName"
   branch = "%#SLGitIcon#" .. "" .. "%*" .. "%#SLBranchName#"
 end