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 = "#110914" red = "#ba1a1a" green = "#030e13" yellow = "#5a5f62" cyan = "#c3c7ca" magenta = "#bbc8d0" white = "#1b1c1c" black = "#dfe3e6" # Extended palette (Catppuccin-compatible names) rosewater = "#5a5f62" flamingo = "#ba1a1a" pink = "#bbc8d0" mauve = "#bbc8d0" maroon = "#ba1a1a" peach = "#5a5f62" teal = "#c3c7ca" sky = "#c3c7ca" sapphire = "#110914" lavender = "#bbc8d0" # Text shades text = "#1b1c1c" subtext1 = "#1b1c1c" subtext0 = "#73787a" # Surface shades overlay2 = "#73787a" overlay1 = "#73787a" overlay0 = "#dfe3e6" surface2 = "#dfe3e6" surface1 = "#dfe3e6" surface0 = "#fbf9f9" base = "#fbf9f9" mantle = "#fbf9f9" crust = "#fbf9f9" # <<< NOCTALIA STARSHIP PALETTE <<<