Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Breeze visual style
Commits
0db03518
Commit
0db03518
authored
Oct 15, 2020
by
Jan Blackquill
🌈
Committed by
Nate Graham
Dec 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[kstyle]: Adjust colourisation method for rubber bands
parent
3a0e250b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kstyle/breezestyle.cpp
kstyle/breezestyle.cpp
+2
-2
No files found.
kstyle/breezestyle.cpp
View file @
0db03518
...
...
@@ -5451,8 +5451,8 @@ namespace Breeze
painter
->
setRenderHints
(
QPainter
::
Antialiasing
);
const
auto
&
palette
(
option
->
palette
);
const
auto
outline
=
palette
.
color
(
QPalette
::
Highlight
);
auto
background
=
outline
;
const
auto
outline
=
KColorUtils
::
lighten
(
palette
.
color
(
QPalette
::
Highlight
)
);
auto
background
=
palette
.
color
(
QPalette
::
Highlight
)
;
background
.
setAlphaF
(
0.20
);
painter
->
setPen
(
outline
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment