diff --git a/eza/.config/eza/theme.yml b/eza/.config/eza/theme.yml index e40a1aa..ecf9e3c 100644 --- a/eza/.config/eza/theme.yml +++ b/eza/.config/eza/theme.yml @@ -11,8 +11,8 @@ # is_strikethrough: true # prefix_with_reset: false -define: &zx_permissions cyan -define: &zx_size 38 +define: &zx_permissions 21 +define: &zx_size magenta define: &zx_user green define: &zx_timestamp 19 # define: &zx_ @@ -80,7 +80,7 @@ filekinds: directory: foreground: blue symlink: - foreground: 21 + foreground: cyan pipe: foreground: white block_device: diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index dc88633..10fa9d2 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,7 +1,7 @@ format = """ \n\ -[╭─ ](bold)[⟨](bold zx_light_magenta)\ -$shell\ +[╭─ ](bold)[⟨](bold zx_light_magenta) \ +$shell \ [//](bold zx_magenta)\ $username\ [//](bold zx_cyan)\ @@ -12,7 +12,7 @@ $git_branch[-](zx_light_magenta)$git_status\ $jobs\ [⟩ ](bold zx_dark_cyan)\ $fill$status\ -\n[╰─](bold) +\n[╰─](bold) $python """ # \n[╰─](bold zx_light_magenta) @@ -27,7 +27,7 @@ zx_green = "#0CB653" zx_light_green = "#4BDD94" zx_yellow = "#5EB34D" zx_light_yellow = "#9EDF6D" -zx_blue = "#0E4081" +zx_blue = "#2050A0" zx_light_blue = "#72AFE3" zx_magenta = "#E02482" zx_light_magenta = "#FBADDD" @@ -107,5 +107,11 @@ style = 'bold zx_white' [shell] disabled = false style = "bold fg:zx_white" -format = ' [\[](bold zx_gray)[$indicator]($style)[\]](bold zx_gray) ' +format = '[\[](bold zx_gray)[$indicator]($style)[\]](bold zx_gray)' bash_indicator = "bash" + +[python] +disabled = false +style = "bold fg:zx_blue" +format = '[\(]($style) [$virtualenv](fg:zx_white) [\)]($style) ' +detect_extensions = [] \ No newline at end of file