diff --git a/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-frappe.json b/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-frappe.json index 4e04ed3..5d1bcf7 100644 --- a/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-frappe.json +++ b/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-frappe.json @@ -493,7 +493,7 @@ "foregroundColor": "Yellow" }, "debug.currentFrame": { - "backgroundColor": "Blue" + "backgroundColor": "#e5c89026" }, "diff.added": { "backgroundColor": "#586e5f" diff --git a/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-latte.json b/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-latte.json index 005bf29..0ae6007 100644 --- a/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-latte.json +++ b/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-latte.json @@ -494,7 +494,7 @@ "foregroundColor": "Yellow" }, "debug.currentFrame": { - "backgroundColor": "Blue" + "backgroundColor": "#df8e1d26" }, "diff.added": { "backgroundColor": "#cce1cd" diff --git a/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-macchiato.json b/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-macchiato.json index cb2491c..dc42cd7 100644 --- a/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-macchiato.json +++ b/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-macchiato.json @@ -493,7 +493,7 @@ "foregroundColor": "Yellow" }, "debug.currentFrame": { - "backgroundColor": "Blue" + "backgroundColor": "#eed49f26" }, "diff.added": { "backgroundColor": "#586e5f" diff --git a/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-mocha.json b/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-mocha.json index f0f397a..821c58e 100644 --- a/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-mocha.json +++ b/catppuccin-theme/frontendImpl/src/jvmMain/resources/catppuccin-mocha.json @@ -493,7 +493,7 @@ "foregroundColor": "Yellow" }, "debug.currentFrame": { - "backgroundColor": "Blue" + "backgroundColor": "#f9e2af26" }, "diff.added": { "backgroundColor": "#586e5f" diff --git a/fleet.tera b/fleet.tera index c08ae42..9cf716a 100644 --- a/fleet.tera +++ b/fleet.tera @@ -530,7 +530,7 @@ and set them without the transparency value. "foregroundColor": "Yellow" }, "debug.currentFrame": { - "backgroundColor": "Blue" + "backgroundColor": "{{ yellow | mod(opacity=0.15) | get(key="hex") }}" }, "diff.added": { "backgroundColor": "{{ diff_green }}"