Added colortheme and fixed statusbar
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
theme = 'rose_pine'
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
line-number = 'relative'
|
line-number = 'relative'
|
||||||
cursorline = true
|
cursorline = true
|
||||||
@@ -8,7 +10,7 @@ color-modes = true
|
|||||||
end-of-line-diagnostics = 'hint'
|
end-of-line-diagnostics = 'hint'
|
||||||
|
|
||||||
[editor.statusline]
|
[editor.statusline]
|
||||||
left = ['spinner', 'mode', 'version-control', 'separator', 'file-name', 'read-only-indicator', 'file-modification-indicator']
|
left = ['mode', 'spinner', 'spacer', 'version-control', 'spacer', 'separator', 'file-name', 'read-only-indicator', 'file-modification-indicator']
|
||||||
center = []
|
center = []
|
||||||
right = ['diagnostics', 'selections', 'register', 'file-line-ending', 'file-encoding', 'file-type', 'position', 'position-percentage']
|
right = ['diagnostics', 'selections', 'register', 'file-line-ending', 'file-encoding', 'file-type', 'position', 'position-percentage']
|
||||||
separator = '│'
|
separator = '│'
|
||||||
|
|||||||
Reference in New Issue
Block a user