Skip to content

Commit

Permalink
use sakura colors for hints in alacritty
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 30, 2024
1 parent f889f97 commit 1d7904e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions alacritty/spring_night.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ matches = { foreground = "#fffeeb", background = "#a9667a" }
focused_match = { foreground = "#ffffff", background = "#e996aa" }

[colors.hints]
start = { foreground = "#132132", background = "#fb8965" }
end = { foreground = "#132132", background = "#f0aa8a" }
start = { foreground = "#ffffff", background = "#70495d" }
end = { foreground = "#fffeeb", background = "#a9667a" }
4 changes: 2 additions & 2 deletions gen/src/alacritty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ impl<'a> AlacrittyTheme<'a> {
selection: ("fg", "sakura"),
footer_bar: ("fg", "bgstrong"),
line_indicator: ("fg", "yaezakura"),
hint_head: ("bg", "mikan"),
hint_tail: ("bg", "orange"),
hint_head: ("white", "yaezakura"),
hint_tail: ("fg", "sakura"),
}
}

Expand Down

0 comments on commit 1d7904e

Please sign in to comment.