Skip to content

Commit 941131e

Browse files
committed
f5j: default blue accent color
1 parent 536eb33 commit 941131e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/webview_candidate_window.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ class WebviewCandidateWindow : public CandidateWindow {
6565
bool hidden_ = true;
6666
bool was_above_ = false;
6767
bool accent_color_nil_ = false;
68-
int accent_color_ = 0;
68+
// Fallback to macOS default blue on platforms with no accent color support.
69+
int accent_color_ = 4;
6970
layout_t layout_ = layout_t::horizontal;
7071
writing_mode_t writing_mode_ = writing_mode_t::horizontal_tb;
7172
uint32_t epoch = 0; // A timestamp for async results from

0 commit comments

Comments
 (0)