diff --git a/resources/theme_dark.css b/resources/theme_dark.css index 74e170c8..f8a0955f 100644 --- a/resources/theme_dark.css +++ b/resources/theme_dark.css @@ -16,7 +16,7 @@ -fx-theme-flow-code-text: #FFF; -fx-theme-flow-code-executing-text: #91ed91; - -fx-theme-flow-code-executing-text-dim: #91ed91; + -fx-theme-flow-code-executing-text-dim: #6db251; -fx-theme-flow-code-interesting-text: #de00c0; -fx-theme-defmethod-text: #de00c0; diff --git a/resources/theme_light.css b/resources/theme_light.css index ed87af42..1b526ce8 100644 --- a/resources/theme_light.css +++ b/resources/theme_light.css @@ -15,8 +15,8 @@ -fx-theme-selected-main-tools-tab-text: white; -fx-theme-flow-code-text: #0b0d2e; - -fx-theme-flow-code-executing-text: #40b840; - -fx-theme-flow-code-executing-text-dim: #40b840; + -fx-theme-flow-code-executing-text: #3dba69; + -fx-theme-flow-code-executing-text-dim: #50d980; -fx-theme-flow-code-interesting-text: #de00c0; -fx-theme-defmethod-text: #9c0084;