1
0

Added colortheme and fixed statusbar

This commit is contained in:
2025-03-26 22:42:59 +01:00
parent 4cb65db0eb
commit 0e7532d8e8

View File

@@ -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 = '│'