From: Andre Ramnitz Date: Tue, 13 Jan 2026 00:22:06 +0000 (+0100) Subject: update starship theme X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;p=kakoune-config.git update starship theme --- diff --git a/starship.toml b/starship.toml index 053e072..bd67d27 100644 --- a/starship.toml +++ b/starship.toml @@ -1,10 +1,5 @@ add_newline = false format = """\ -${custom.kaklsp_err}\ -${custom.kaklsp_warn}\ -${custom.kaklsp_hint}\ -${custom.kaklsp_code_actions}\ -${custom.kaklsp_progress}\ ${custom.kakmode}\ ${custom.kakcontext}\ $git_branch\ @@ -20,6 +15,12 @@ ${custom.kakbuflist}\ ${custom.kakcursor}\ ${custom.kakposition}\ """ +# ${custom.kaklsp_err}\ +# ${custom.kaklsp_warn}\ +# ${custom.kaklsp_hint}\ +# ${custom.kaklsp_code_actions}\ +# ${custom.kaklsp_progress}\ + # use this useless block to prevent spilling colors on insert mode # [█](fg:black bg:black) # powerline symbols @@ -165,7 +166,7 @@ disabled = false [custom.kaksession] description = 'The current Kakoune session' format = '[](fg:bright-black bg:black)[  %val{client}:%val{session} ]($style)' -style = 'bg:bright-black fg:black' +style = 'bg:bright-black fg:purple' when = '' shell = ['true'] disabled = false