Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Breeze for GTK
Commits
e9896397
Commit
e9896397
authored
Mar 31, 2021
by
Marco Rebhan
Committed by
Jan Blackquill
Mar 31, 2021
Browse files
gtk2: use the same colours as the Qt theme for scrollbars
parent
538055e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/render_assets.py
View file @
e9896397
...
...
@@ -486,7 +486,7 @@ def scrollbar_slider(color1, color2, color3):
slider
.
save
(
'scrollbar-slider-horizontal-hover'
+
ending
)
slider
=
Assets
(
30
,
20
,
scl
)
slider
.
rounded_rectancle
(
color3
,
30
,
6
,
0
,
7
,
3
,
1
)
slider
.
rounded_rectancle
(
color3
,
30
,
6
,
0
,
7
,
3
,
0.4
)
slider
.
save
(
'scrollbar-slider-horizontal'
+
ending
)
slider
=
Assets
(
20
,
30
,
scl
)
...
...
@@ -498,7 +498,7 @@ def scrollbar_slider(color1, color2, color3):
slider
.
save
(
'scrollbar-slider-vertical-hover'
+
ending
)
slider
=
Assets
(
20
,
30
,
scl
)
slider
.
rounded_rectancle
(
color3
,
6
,
30
,
7
,
0
,
3
,
1
)
slider
.
rounded_rectancle
(
color3
,
6
,
30
,
7
,
0
,
3
,
0.4
)
slider
.
save
(
'scrollbar-slider-vertical'
+
ending
)
...
...
@@ -787,7 +787,7 @@ menu_arrow(window_fg.rgb, '')
menu_arrow
(
selection_fg
.
rgb
,
'-selected'
)
menu_arrow
(
window_fg
.
insensitive
,
'-insensitive'
,
window_fg
.
insensitive_alpha
)
scrollbar_slider
(
button
_active
.
rgb
,
button
_hover
.
rgb
,
button_active
.
rgb
)
scrollbar_slider
(
view
_active
.
rgb
,
view
_hover
.
rgb
,
view_fg
.
rgb
)
scrollbar_trough
(
window_fg
.
rgb
)
titlebuttons
(
titlebutton
.
rgb
,
titlebutton
.
rgb
,
''
)
...
...
Write
Preview
Supports
Markdown
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