add: config default theme

This commit is contained in:
asep komarudin 2024-02-22 15:59:20 +07:00
parent 2751234228
commit 7f1d7df0c8
3 changed files with 13 additions and 5 deletions

View file

@ -70,11 +70,13 @@ vim.g.pcode_status_icon = 1
-- },
-- }
vim.g.pcode_custom_lualine = true
vim.g.pcode_component_separators = { left = " ", right = " " }
vim.g.pcode_section_separators = { left = "", right = "" }
-- vim.g.pcode_component_separators = { left = "│", right = "│" }
-- vim.g.pcode_component_separators = { left = " ", right = " " }
-- vim.g.pcode_section_separators = { left = " ", right = " " }
-- vim.g.pcode_section_separators = { left = "", right = "" }
-- vim.g.pcode_component_separators = { left = " ", right = " " }
-- vim.g.pcode_section_separators = { left = "", right = "" }
-- vim.g.pcode_component_separators = { left = "│", right = "│" }
vim.g.pcode_component_separators = { left = " ", right = " " }
vim.g.pcode_section_separators = { left = " ", right = " " }
-- 0 ( format jalan) 1 (fromat off)
vim.g.pcode_format_on_save = 1

View file

@ -115,7 +115,7 @@ local branch = {
local location = {
"location",
padding = 0,
padding = { left = 1 },
}
-- cool function for progress

View file

@ -93,6 +93,12 @@ material_icon.setup({
cterm_color = "220",
name = "GradleFile",
},
["mod"] = {
icon = "󰟓",
color = "#C5362B",
cterm_color = "220",
name = "gomod",
},
-- ["go"] = {
-- icon = "󰟓",
-- color = "#0FBFCF",