fix nvim: lualine自訂的權限顯示,顏色太淡的問題修正
This commit is contained in:
parent
e2ae192ffb
commit
830b435b8c
@ -35,7 +35,7 @@ return {
|
|||||||
-- Check only the first three characters for 'rwx' to determine owner permissions
|
-- Check only the first three characters for 'rwx' to determine owner permissions
|
||||||
local owner_permissions = permissions:sub(1, 3)
|
local owner_permissions = permissions:sub(1, 3)
|
||||||
-- Green for owner 'rwx', blue otherwise
|
-- Green for owner 'rwx', blue otherwise
|
||||||
return permissions, owner_permissions == "rwx" and "#97C378" or "#3B4252"
|
return permissions, owner_permissions == "rwx" and "#456d23" or "#3B4252"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user