From 1b32822a711ea65b446c8d9e7632aa2c4952b6ce Mon Sep 17 00:00:00 2001 From: Marvin Elsen Date: Wed, 30 Apr 2025 10:00:42 +0200 Subject: [PATCH] Add starship dotfiles --- starship/.config/starship.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 starship/.config/starship.toml diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml new file mode 100644 index 0000000..68c877c --- /dev/null +++ b/starship/.config/starship.toml @@ -0,0 +1,31 @@ +"$schema" = 'https://starship.rs/config-schema.json' + +palette = "catppuccin_macchiato" + +[palettes.catppuccin_macchiato] +rosewater = "#f4dbd6" +flamingo = "#f0c6c6" +pink = "#f5bde6" +mauve = "#c6a0f6" +red = "#ed8796" +maroon = "#ee99a0" +peach = "#f5a97f" +yellow = "#eed49f" +green = "#a6da95" +teal = "#8bd5ca" +sky = "#91d7e3" +sapphire = "#7dc4e4" +blue = "#8aadf4" +lavender = "#b7bdf8" +text = "#cad3f5" +subtext1 = "#b8c0e0" +subtext0 = "#a5adcb" +overlay2 = "#939ab7" +overlay1 = "#8087a2" +overlay0 = "#6e738d" +surface2 = "#5b6078" +surface1 = "#494d64" +surface0 = "#363a4f" +base = "#24273a" +mantle = "#1e2030" +crust = "#181926"