From 4081f0e282531afa45cc36598c8936550935952f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 10 Mar 2024 08:23:57 +0100 Subject: Update --- helix.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'helix.toml') diff --git a/helix.toml b/helix.toml index 092dfd0..52c81c6 100644 --- a/helix.toml +++ b/helix.toml @@ -1,20 +1,20 @@ -theme = "jellybeans" +# https://github.com/helix-editor/helix/blob/master/runtime/themes/jellybeans.toml +# Located in ~/.congfig/helix/runtime/themes/fattybeans.toml +# inherits = "jellybeans" +# "ui.background" ={} +theme = "fattybeans" [editor] line-number = "relative" color-modes = true true-color = true -idle-timeout = 1000 mouse = false middle-click-paste = true rulers = [80, 120] - -[editor.cursor-shape] -insert = "bar" +idle-timeout = 1000 [editor.lsp] display-messages = true -display-inlay-hints = false auto-signature-help = false [keys.normal] -- cgit v1.2.3