From 6baef14d6c7c18b5534c4daa3f185b4429481ed9 Mon Sep 17 00:00:00 2001 From: Juan Monetta Date: Fri, 2 Feb 2024 13:22:24 -0300 Subject: [PATCH] No more HL tweaking for today --- resources/theme_dark.css | 2 +- resources/theme_light.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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;