Skip to content

Commit

Permalink
[F] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Nov 22, 2024
1 parent 3a96fe8 commit 057b3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hyfetch/src/presets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ impl Preset {

Self::ThroatLozenges => ColorProfile::from_hex_colors(vec![
"#2759DA", "#03940D", "#F5F100", "#F59B00", "#B71212"
])
]),

// used https://gilbertbaker.com/rainbow-flag-color-meanings/ as source and colorpicked
Self::Baker => ColorProfile::from_hex_colors(vec![
Expand Down

0 comments on commit 057b3b5

Please sign in to comment.