add: update theme tokyonight

This commit is contained in:
asep.komarudin 2024-03-24 10:12:20 +07:00
parent 2e07bb77f0
commit 2727f2850c
8 changed files with 250 additions and 173 deletions

View file

@ -9,7 +9,7 @@ end
-- get folder name from current directory
local _get_folder_name = function()
local str = vim.fn.fnamemodify(vim.fn.getcwd(), ":t")
return " 󱧶 " .. str:lower():gsub("^%l", string.upper) .. " "
return " " .. str:lower():gsub("^%l", string.upper) .. " "
end
local term_program = vim.fn.getenv("TERM_PROGRAM")