Ajout : thème catppuccin dans la configuration de Helix
This commit is contained in:
parent
33d83c6a46
commit
45ef77c920
1 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,18 @@
|
||||||
|
theme = "catppuccin_macchiato"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
line-number = "relative"
|
||||||
|
cursorline = true
|
||||||
|
color-modes = true
|
||||||
|
|
||||||
|
[editor.cursor-shape]
|
||||||
|
insert = "bar"
|
||||||
|
normal = "block"
|
||||||
|
select = "underline"
|
||||||
|
|
||||||
|
[editor.indent-guides]
|
||||||
|
render = true
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
# Quick iteration on config changes
|
# Quick iteration on config changes
|
||||||
C-o = ":config-open"
|
C-o = ":config-open"
|
||||||
|
|
Loading…
Reference in a new issue