Skip to content

Commit

Permalink
fix: Make default configuration look good on light backgrounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Sep 20, 2022
1 parent 986ec5c commit bdef604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/kitsch/projects/defaultProjectTypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ var DefaultProjectTypes = []ProjectType{
},
{
Name: "php",
Style: "#8993bb",
Style: "cyan",
Conditions: &condition.Conditions{
IfFiles: []string{"composer.json", ".php-version"},
IfExtensions: []string{"php"},
Expand Down
4 changes: 2 additions & 2 deletions sampleconfig/default.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
colors:
$fg: "#08f"
$directory: "linear-gradient(#0ff, $fg)"
$fg: brightBlue
$directory: brightBlue
$git: brightCyan
$gitAhead: brightGreen
$gitBehind: brightRed
Expand Down

0 comments on commit bdef604

Please sign in to comment.