Improve prompt contrast and switch to JetBrainsMono Nerd Font
- Dark blue NixOS icon segment, amber hostname, teal path, purple git - Better contrast between adjacent segments - JetBrainsMono Nerd Font for reliable powerline glyph rendering Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3b73bef9ee
commit
50cb6cc91e
2 changed files with 9 additions and 9 deletions
|
|
@ -52,13 +52,13 @@
|
||||||
settings = {
|
settings = {
|
||||||
"$schema" = "https://starship.rs/config-schema.json";
|
"$schema" = "https://starship.rs/config-schema.json";
|
||||||
format = builtins.concatStringsSep "" [
|
format = builtins.concatStringsSep "" [
|
||||||
"[](#7dcfff)"
|
"[](fg:#394b70)"
|
||||||
"$os"
|
"$os"
|
||||||
"[](bg:#e0af68 fg:#7dcfff)"
|
"[](bg:#e0af68 fg:#394b70)"
|
||||||
"$hostname"
|
"$hostname"
|
||||||
"[](bg:#9ece6a fg:#e0af68)"
|
"[](bg:#41a6b5 fg:#e0af68)"
|
||||||
"$directory"
|
"$directory"
|
||||||
"[](fg:#9ece6a bg:#bb9af7)"
|
"[](fg:#41a6b5 bg:#bb9af7)"
|
||||||
"$git_branch"
|
"$git_branch"
|
||||||
"$git_status"
|
"$git_status"
|
||||||
"[](fg:#bb9af7)"
|
"[](fg:#bb9af7)"
|
||||||
|
|
@ -68,10 +68,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
os = {
|
os = {
|
||||||
style = "bg:#7dcfff fg:#1a1b26";
|
style = "bg:#394b70 fg:#7dcfff";
|
||||||
format = "[ $symbol]($style)";
|
format = "[$symbol ]($style)";
|
||||||
disabled = false;
|
disabled = false;
|
||||||
symbols.NixOS = "";
|
symbols.NixOS = " ";
|
||||||
};
|
};
|
||||||
|
|
||||||
hostname = {
|
hostname = {
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
directory = {
|
directory = {
|
||||||
style = "bg:#9ece6a fg:#1a1b26";
|
style = "bg:#41a6b5 fg:#1a1b26";
|
||||||
format = "[ $path ]($style)";
|
format = "[ $path ]($style)";
|
||||||
truncation_length = 4;
|
truncation_length = 4;
|
||||||
truncation_symbol = ".../";
|
truncation_symbol = ".../";
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# Ghostty config
|
# Ghostty config
|
||||||
home.file.".config/ghostty/config".force = true;
|
home.file.".config/ghostty/config".force = true;
|
||||||
home.file.".config/ghostty/config".text = ''
|
home.file.".config/ghostty/config".text = ''
|
||||||
font-family = FiraCode Nerd Font
|
font-family = JetBrainsMono Nerd Font
|
||||||
font-size = 11
|
font-size = 11
|
||||||
theme = dark:Catppuccin Mocha,light:Catppuccin Latte
|
theme = dark:Catppuccin Mocha,light:Catppuccin Latte
|
||||||
window-padding-x = 10
|
window-padding-x = 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue