Skip to content

Commit

Permalink
No more HL tweaking for today
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Feb 2, 2024
1 parent 8fb9fc5 commit 6baef14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/theme_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions resources/theme_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6baef14

Please sign in to comment.