Skip to content

Commit

Permalink
fix: make problems widget error easier on the eyes
Browse files Browse the repository at this point in the history
Also remove some duplicate keys
  • Loading branch information
davfsa committed Aug 10, 2024
1 parent ac4a86c commit a094506
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions fleet.tera
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ whiskers:
"button.secondary.border.hovered": "Transparent",
"button.secondary.border.pressed": "Transparent",

"button.positive.border.default": "Transparent",
"button.positive.focusBorder": "Transparent",
"button.positive.focusOutline": "Transparent",
"button.positive.background.default": "Green",
Expand All @@ -104,7 +103,6 @@ whiskers:
"button.positive.border.hovered": "Transparent",
"button.positive.border.pressed": "Transparent",

"button.dangerous.border.default": "Transparent",
"button.dangerous.focusBorder": "Transparent",
"button.dangerous.focusOutline": "Transparent",
"button.dangerous.background.default": "Red",
Expand Down Expand Up @@ -413,7 +411,7 @@ whiskers:

"problemsWidget.checkmark.foreground": "Green",
"problemsWidget.checkmark.background": "{{ green.hex }}30%",
"problemsWidget.status.expanded.background.error": "{{ red | mod(lightness=50) | get(key="hex") }}",
"problemsWidget.status.expanded.background.error": "{{ red | mod(lightness=40) | get(key="hex") }}",
"problemsWidget.status.expanded.background.warning": "{{ yellow | mod(lightness=45) | get(key="hex") }}",
{% if flavor.dark -%}
"problemsWidget.status.expanded.background.weakWarning": "{{ yellow | mod(lightness=20) | get(key="hex") }}",
Expand Down

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.

0 comments on commit a094506

Please sign in to comment.