diff --git a/dots/.config/quickshell/ii/scripts/colors/terminal/kitty-theme.conf b/dots/.config/quickshell/ii/scripts/colors/terminal/kitty-theme.conf index fdebeab3a..9712a58d6 100644 --- a/dots/.config/quickshell/ii/scripts/colors/terminal/kitty-theme.conf +++ b/dots/.config/quickshell/ii/scripts/colors/terminal/kitty-theme.conf @@ -17,8 +17,6 @@ color13 #$term13 # color14 #$term14 # color15 #$term15 # -color232 #$term7 # - cursor #$term7 # foreground #$term7 # @@ -44,6 +42,9 @@ color236 #$onTertiary # color237 #$onTertiaryContainer # color238 #$onError # color239 #$onErrorContainer # +color240 #$onPrimary # // Somehow 232 doesn't work so i gotta use another number -color244 #$outline # +# Some stuff should specifically use the colors in the middle so they look acceptable in both unthemed light/dark +color243 #$primary # +color244 #$error # color245 #$outlineVariant # diff --git a/dots/.config/starship.toml b/dots/.config/starship.toml index 376b46630..71268293b 100644 --- a/dots/.config/starship.toml +++ b/dots/.config/starship.toml @@ -19,8 +19,8 @@ style = 'fg:245' # Replace the "❯" symbol in the prompt with "➜" [character] # The name of the module we are configuring is "character" -success_symbol = "[ ](bold fg:255)" -error_symbol = "[ ](bold fg:249)" +success_symbol = "[ ](bold fg:243)" +error_symbol = "[ ](bold fg:244)" # Disable the package module, hiding it from the prompt completely [package] @@ -83,7 +83,7 @@ show_always = true [directory] home_symbol = " " read_only = "  " -style = "bg:255 fg:black" +style = "bg:255 fg:240" truncation_length = 2 truncation_symbol = ".../" format = '[](bold fg:255)[󰉋 → $path]($style)[](bold fg:255)'