Skip to content

Commit

Permalink
f5j: default blue accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Dec 21, 2024
1 parent 536eb33 commit 941131e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/webview_candidate_window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ class WebviewCandidateWindow : public CandidateWindow {
bool hidden_ = true;
bool was_above_ = false;
bool accent_color_nil_ = false;
int accent_color_ = 0;
// Fallback to macOS default blue on platforms with no accent color support.
int accent_color_ = 4;
layout_t layout_ = layout_t::horizontal;
writing_mode_t writing_mode_ = writing_mode_t::horizontal_tb;
uint32_t epoch = 0; // A timestamp for async results from
Expand Down

0 comments on commit 941131e

Please sign in to comment.