https://bugs.kde.org/show_bug.cgi?id=395856

Milian Wolff <m...@milianw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|https://invent.kde.org/kdev |https://invent.kde.org/kdev
                   |elop/kdevelop/commit/54b3be |elop/kdevelop/commit/b0f16d
                   |95cd66f9cf0141031a5d97d4b6a |56efacf38437fb92771dd7cf780
                   |5dc8031                     |e960151
             Status|REOPENED                    |RESOLVED

--- Comment #29 from Milian Wolff <m...@milianw.de> ---
Git commit b0f16d56efacf38437fb92771dd7cf780e960151 by Milian Wolff, on behalf
of Martin Seher.
Committed on 08/07/2022 at 18:25.
Pushed by mwolff into branch 'master'.

Configurable semantic colors

Add a page under _Color Themes -> Highlighting Text Styles -> KDevelop/Semantic
Colors_ that allows the configuration of the semantic highlight colors.
- When the _Local colorization intensity_ is bigger than zero then the rainbow
colors are used for local variables like before, overwriting the corresponding
configured colors
- A _Global colorization intensity_ less then 255 (max) will still cause a
blending of the global colors
- _Bold font for declarations_ will make the declarations bold in addition to
the bold settings from the config dialog

So a _Local colorization intensity_ of 0 and a _Global colorization intensity_
of 255 should be set when the exact configured colors are desired.

See also:
https://invent.kde.org/kdevelop/kdevelop/uploads/500467bc355906d363e3a76a9044e138/ColorConfig.png

M  +1    -0    kdevplatform/language/CMakeLists.txt
M  +133  -2    kdevplatform/language/highlighting/colorcache.cpp
M  +9    -0    kdevplatform/language/highlighting/colorcache.h
A  +42   -0   
kdevplatform/language/highlighting/syntax/kdevelop-semantic-colors.xml
A  +5    -0    kdevplatform/language/highlighting/syntax/syntax.qrc

https://invent.kde.org/kdevelop/kdevelop/commit/b0f16d56efacf38437fb92771dd7cf780e960151

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to