diff --git a/Launcher/runtime/dialog/images/background.jpg b/Launcher/runtime/dialog/images/background.jpg index 766d551d..7ca2e91a 100644 Binary files a/Launcher/runtime/dialog/images/background.jpg and b/Launcher/runtime/dialog/images/background.jpg differ diff --git a/Launcher/runtime/dialog/images/downloader/blured.jpg b/Launcher/runtime/dialog/images/downloader/blured.jpg index a735958e..a8f1dcf2 100644 Binary files a/Launcher/runtime/dialog/images/downloader/blured.jpg and b/Launcher/runtime/dialog/images/downloader/blured.jpg differ diff --git a/Launcher/runtime/dialog/images/icons/logo.png b/Launcher/runtime/dialog/images/icons/logo.png index 3115db7f..c735c6c6 100644 Binary files a/Launcher/runtime/dialog/images/icons/logo.png and b/Launcher/runtime/dialog/images/icons/logo.png differ diff --git a/Launcher/runtime/dialog/overlay/debug/debug.css b/Launcher/runtime/dialog/overlay/debug/debug.css index 61a3ffe1..66654e94 100644 --- a/Launcher/runtime/dialog/overlay/debug/debug.css +++ b/Launcher/runtime/dialog/overlay/debug/debug.css @@ -1,4 +1,4 @@ -/*-- DrLeonardo Design --*/ +/*-- JCat Design XD --*/ Button { -fx-cursor: hand; } @@ -6,7 +6,7 @@ Button { /* Outputs */ #overlay>#output, #background>#output { - -fx-background-color: white; + -fx-background-color: #191919; -fx-background-radius: 0; -fx-font-family: monospace; -fx-font-size: 8pt; @@ -14,7 +14,7 @@ #background>#output { #overlay>#output .content, #background>#output .content { - -fx-background-color: white; + -fx-background-color: #191919; -fx-background-radius: 0; } @@ -24,7 +24,8 @@ #overlay>#action.close { -fx-background-radius: 0; -fx-text-fill: white; -fx-background-position: center; - -fx-background-color: #2d83ce; + -fx-background-color: transparent; + -fx-border-color: rgba(33, 150, 243, 0.75); -fx-pref-width: 150px; -fx-pref-height: 25px; } @@ -35,7 +36,7 @@ #overlay>#action.close:hover, #overlay>#action.close:focused, #overlay>#copy:pressed, #overlay>#action.close:pressed { - -fx-background-color: #1568ce; + -fx-background-color: rgba(33, 150, 243, 0.75); } /* Kill button */ @@ -43,7 +44,8 @@ #overlay>#action.kill { -fx-background-radius: 0; -fx-text-fill: white; -fx-background-position: center; - -fx-background-color: #CE5757; + -fx-background-color: transparent; + -fx-border-color: rgba(244, 67, 54, 0.75); -fx-pref-width: 150px; -fx-pref-height: 25px; } @@ -51,7 +53,7 @@ #overlay>#action.kill { #overlay>#action.kill:hover, #overlay>#action.kill:focused, #overlay>#action.kill:pressed { - -fx-background-color: #DB5252; + -fx-background-color: rgba(244, 67, 54, 0.75); } -/*-- DrLeonardo Design --*/ \ No newline at end of file +/*-- JCat Design XD --*/ \ No newline at end of file diff --git a/Launcher/runtime/dialog/overlay/debug/debug.fxml b/Launcher/runtime/dialog/overlay/debug/debug.fxml index fbc61fc0..4eb21df7 100644 --- a/Launcher/runtime/dialog/overlay/debug/debug.fxml +++ b/Launcher/runtime/dialog/overlay/debug/debug.fxml @@ -21,8 +21,8 @@ - + + + + + - - - - - - - - - -