From 663ea6d3e44c5690c9231ce305e3e630389080b3 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sat, 25 Jul 2026 18:27:20 +0700 Subject: new dotfiles: fastfetch; starship; ghostty; --- starship/.config/starship.toml | 89 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 starship/.config/starship.toml (limited to 'starship/.config/starship.toml') diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml new file mode 100644 index 0000000..4036280 --- /dev/null +++ b/starship/.config/starship.toml @@ -0,0 +1,89 @@ +palette = "noctalia" +add_newline = true +command_timeout = 200 +format = "$username [$directory$git_branch$git_status]($style)$character" + +[username] +show_always = true +format = "[$user]($style)" +style_user = "bold #8C00FF" + +[hostname] +ssh_only = false +format = "[@$hostname]($style) " +style = "bold #8C00FF" + +[character] +error_symbol = "[✗](bold red)" +success_symbol = "[❯](bold #AA40FF)" + +[directory] +style = "bold #AA40FF" +truncation_length = 2 +truncation_symbol = "///" +repo_root_style = "#AA40FF" +repo_root_format = "[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) " + +[git_branch] +symbol = "> " +format = "[$symbol$branch]($style) " +style = "italic #AA40FF" + +[git_status] +format = '[$all_status]($style)' +style = "purple" +ahead = "⇡${count} " +diverged = "⇕⇡${ahead_count}⇣${behind_count} " +behind = "⇣${count} " +conflicted = " " +up_to_date = " " +untracked = "? " +modified = " " +stashed = "" +staged = "" +renamed = "" +deleted = "" + +# >>> NOCTALIA STARSHIP PALETTE >>> +# Noctalia Starship Palette +# Generated by Noctalia - do not edit manually + +[palettes.noctalia] +# Standard colors +blue = "#d1c2d2" +red = "#ffb4ab" +green = "#bbc8d0" +yellow = "#c3c7ca" +cyan = "#c3c7ca" +magenta = "#bbc8d0" +white = "#e4e2e2" +black = "#43474a" + +# Extended palette (Catppuccin-compatible names) +rosewater = "#c3c7ca" +flamingo = "#ffb4ab" +pink = "#bbc8d0" +mauve = "#bbc8d0" +maroon = "#ffb4ab" +peach = "#c3c7ca" +teal = "#c3c7ca" +sky = "#c3c7ca" +sapphire = "#d1c2d2" +lavender = "#bbc8d0" + +# Text shades +text = "#e4e2e2" +subtext1 = "#e4e2e2" +subtext0 = "#8d9194" + +# Surface shades +overlay2 = "#8d9194" +overlay1 = "#8d9194" +overlay0 = "#43474a" +surface2 = "#43474a" +surface1 = "#43474a" +surface0 = "#131314" +base = "#131314" +mantle = "#131314" +crust = "#131314" +# <<< NOCTALIA STARSHIP PALETTE <<< -- cgit v1.2.3