themes: Issue #4095. Add a on-hover effect to the menu-item …
… radio buttons to improve their readability against dark backgrounds. Dark theme only.
This commit is contained in:
parent
96edeb02a4
commit
b0ca7ff065
@ -107,8 +107,11 @@ themeui_DATA = \
|
||||
ui/notebook.png \
|
||||
ui/null.png \
|
||||
ui/option1.png \
|
||||
ui/option1-prelight.png \
|
||||
ui/option2.png \
|
||||
ui/option2-prelight.png \
|
||||
ui/option3.png \
|
||||
ui/option3-prelight.png \
|
||||
ui/plus.png \
|
||||
ui/progressbar.png \
|
||||
ui/progressbar-trough.png \
|
||||
|
@ -781,6 +781,36 @@ style "gimp-dark-menu-item"
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = OPTION
|
||||
state = PRELIGHT
|
||||
shadow = OUT
|
||||
recolorable = TRUE
|
||||
overlay_file = "ui/option1-prelight.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = OPTION
|
||||
state = PRELIGHT
|
||||
shadow = IN
|
||||
recolorable = TRUE
|
||||
overlay_file = "ui/option2-prelight.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = OPTION
|
||||
state = PRELIGHT
|
||||
shadow = ETCHED_IN
|
||||
recolorable = TRUE
|
||||
overlay_file = "ui/option3-prelight.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = OPTION
|
||||
|
BIN
themes/Dark/ui/option1-prelight.png
Normal file
BIN
themes/Dark/ui/option1-prelight.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
BIN
themes/Dark/ui/option2-prelight.png
Normal file
BIN
themes/Dark/ui/option2-prelight.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
themes/Dark/ui/option3-prelight.png
Normal file
BIN
themes/Dark/ui/option3-prelight.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user