diff --git a/source/Ox.UI/css/theme.css b/source/Ox.UI/css/theme.css index 41ac8403..780e4d83 100644 --- a/source/Ox.UI/css/theme.css +++ b/source/Ox.UI/css/theme.css @@ -1101,11 +1101,13 @@ Miscellaneous background-image: -webkit-linear-gradient(top, $listItemGradient); } .$themeClass .OxSelectableElement.OxSelected { + color: $listItemSelectedColor; background-image: -moz-linear-gradient(top, $listItemSelectedGradient); background-image: -o-linear-gradient(top, $listItemSelectedGradient); background-image: -webkit-linear-gradient(top, $listItemSelectedGradient); } .$themeClass .OxSelectableElement.OxSelected.OxFocus { + color: $listItemFocusSelectedColor; background-image: -moz-linear-gradient(top, $listItemFocusSelectedGradient); background-image: -o-linear-gradient(top, $listItemFocusSelectedGradient); background-image: -webkit-linear-gradient(top, $listItemFocusSelectedGradient); diff --git a/source/Ox.UI/themes/oxmedium/json/theme.jsonc b/source/Ox.UI/themes/oxmedium/json/theme.jsonc index fa121d23..012bce08 100644 --- a/source/Ox.UI/themes/oxmedium/json/theme.jsonc +++ b/source/Ox.UI/themes/oxmedium/json/theme.jsonc @@ -57,7 +57,7 @@ "dialogBackground": [160, 160, 160, 0.95], "dialogShadow": [0, 0, 0, 0.75], - "dialogBarGradient": [[160, 160, 160, 0.95], [128, 128, 128, 0.95]], + "dialogBarGradient": [[176, 176, 176, 0.95], [144, 144, 144, 0.95]], "dialogLayerBackground": [0, 0, 0], "dialogReflectionGradient": [[160, 160, 160, 0.75], [160, 160, 160, 1]], diff --git a/source/Ox.UI/themes/oxmedium/png/icon16.png b/source/Ox.UI/themes/oxmedium/png/icon16.png index f0a5880a..4012c186 100644 Binary files a/source/Ox.UI/themes/oxmedium/png/icon16.png and b/source/Ox.UI/themes/oxmedium/png/icon16.png differ diff --git a/source/Ox.UI/themes/oxmedium/png/logo128.png b/source/Ox.UI/themes/oxmedium/png/logo128.png index 043364f4..fe3dabd8 100644 Binary files a/source/Ox.UI/themes/oxmedium/png/logo128.png and b/source/Ox.UI/themes/oxmedium/png/logo128.png differ