We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536eb33 commit 941131eCopy full SHA for 941131e
include/webview_candidate_window.hpp
@@ -65,7 +65,8 @@ class WebviewCandidateWindow : public CandidateWindow {
65
bool hidden_ = true;
66
bool was_above_ = false;
67
bool accent_color_nil_ = false;
68
- int accent_color_ = 0;
+ // Fallback to macOS default blue on platforms with no accent color support.
69
+ int accent_color_ = 4;
70
layout_t layout_ = layout_t::horizontal;
71
writing_mode_t writing_mode_ = writing_mode_t::horizontal_tb;
72
uint32_t epoch = 0; // A timestamp for async results from
0 commit comments