tried to reset style before starship prompt ..

changed various neovim floating windows to show a border
removed contrast setting from ghostty, because it makes debugging ansi
escape sequences rather difficult
This commit is contained in:
quak
2025-01-11 22:26:53 +01:00
parent 1eca263f1c
commit 6fa677018a
5 changed files with 376 additions and 350 deletions

View File

@@ -1,6 +1,6 @@
format = """
\n\
[╭─ ](bold)[⟨](bold zx_light_magenta)\
[╭─ ](bold fg:zx_white)[⟨](bold fg:zx_light_magenta)\
$username\
[//](bold zx_magenta)\
$directory\
@@ -22,8 +22,8 @@ palette = 'zegonix'
[palettes.zegonix]
zx_green = "#0CB653"
zx_light_green = "#4BDD94"
zx_yellow = "#4EA33D"
zx_light_yellow = "#8CDF5A"
zx_yellow = "#4EA03D"
zx_light_yellow = "#94E85A"
zx_blue = "#2050A0"
zx_light_blue = "#72AFE3"
zx_magenta = "#E02482"