Skip to content

Commit

Permalink
fix: colour default listItem background (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa committed Aug 10, 2024
1 parent 4c3f648 commit b82e98e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions fleet.tera
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ whiskers:
"shadow.border": "Mantle",

"background.default": "Base",
"background.primary": "Crust",
"background.primary": "Base",
"background.secondary": "Mantle",
"background.disabled": "Transparent",
"background.dimmed": "Transparent",
Expand Down Expand Up @@ -398,7 +398,7 @@ whiskers:
"listItem.border.hovered": "Transparent",
"listItem.border.focused": "Transparent",
"listItem.border.selected": "Transparent",
"listItem.background.default": "Transparent",
"listItem.background.default": "Base",
"listItem.background.hovered": "Mantle",
"listItem.background.focused": "Mantle",
"listItem.background.selected": "Mantle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"shadow.border": "Mantle",

"background.default": "Base",
"background.primary": "Crust",
"background.primary": "Base",
"background.secondary": "Mantle",
"background.disabled": "Transparent",
"background.dimmed": "Transparent",
Expand Down Expand Up @@ -371,7 +371,7 @@
"listItem.border.hovered": "Transparent",
"listItem.border.focused": "Transparent",
"listItem.border.selected": "Transparent",
"listItem.background.default": "Transparent",
"listItem.background.default": "Base",
"listItem.background.hovered": "Mantle",
"listItem.background.focused": "Mantle",
"listItem.background.selected": "Mantle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"shadow.border": "Mantle",

"background.default": "Base",
"background.primary": "Crust",
"background.primary": "Base",
"background.secondary": "Mantle",
"background.disabled": "Transparent",
"background.dimmed": "Transparent",
Expand Down Expand Up @@ -371,7 +371,7 @@
"listItem.border.hovered": "Transparent",
"listItem.border.focused": "Transparent",
"listItem.border.selected": "Transparent",
"listItem.background.default": "Transparent",
"listItem.background.default": "Base",
"listItem.background.hovered": "Mantle",
"listItem.background.focused": "Mantle",
"listItem.background.selected": "Mantle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"shadow.border": "Mantle",

"background.default": "Base",
"background.primary": "Crust",
"background.primary": "Base",
"background.secondary": "Mantle",
"background.disabled": "Transparent",
"background.dimmed": "Transparent",
Expand Down Expand Up @@ -371,7 +371,7 @@
"listItem.border.hovered": "Transparent",
"listItem.border.focused": "Transparent",
"listItem.border.selected": "Transparent",
"listItem.background.default": "Transparent",
"listItem.background.default": "Base",
"listItem.background.hovered": "Mantle",
"listItem.background.focused": "Mantle",
"listItem.background.selected": "Mantle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"shadow.border": "Mantle",

"background.default": "Base",
"background.primary": "Crust",
"background.primary": "Base",
"background.secondary": "Mantle",
"background.disabled": "Transparent",
"background.dimmed": "Transparent",
Expand Down Expand Up @@ -371,7 +371,7 @@
"listItem.border.hovered": "Transparent",
"listItem.border.focused": "Transparent",
"listItem.border.selected": "Transparent",
"listItem.background.default": "Transparent",
"listItem.background.default": "Base",
"listItem.background.hovered": "Mantle",
"listItem.background.focused": "Mantle",
"listItem.background.selected": "Mantle",
Expand Down

0 comments on commit b82e98e

Please sign in to comment.