From 57cdbaba54faaf50b66d94b1220fa62f0b1847fd Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 29 Sep 2015 10:10:52 +0200 Subject: [PATCH] More heavy similar_token_tags, especially needed for dark styles. --- src/source.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source.cc b/src/source.cc index 080e25c..2ad8385 100644 --- a/src/source.cc +++ b/src/source.cc @@ -2069,7 +2069,7 @@ bool Source::ClangViewAutocomplete::restart_parse() { Source::ClangViewRefactor::ClangViewRefactor(const boost::filesystem::path &file_path, const boost::filesystem::path& project_path, Glib::RefPtr language): Source::ClangViewAutocomplete(file_path, project_path, language) { similar_tokens_tag=get_buffer()->create_tag(); - similar_tokens_tag->property_weight()=Pango::WEIGHT_BOLD; + similar_tokens_tag->property_weight()=Pango::WEIGHT_ULTRAHEAVY; get_buffer()->signal_changed().connect([this]() { if(!renaming && last_tagged_token) {