Skip to content

Commit

Permalink
bugfix: Update debugging current line colour to make it more redable (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa authored Sep 15, 2024
1 parent a1c8272 commit 90aac03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fleet.tera
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 90aac03

Please sign in to comment.