diff options
Diffstat (limited to 'src/pane_grid.rs')
| -rw-r--r-- | src/pane_grid.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pane_grid.rs b/src/pane_grid.rs index fb69a32..c89536e 100644 --- a/src/pane_grid.rs +++ b/src/pane_grid.rs @@ -20,8 +20,8 @@ pub fn default(theme: &Theme) -> Style { Style { hovered_region: Highlight { background: Background::Color(mix( - theme.colors().tertiary.tertiary_container, - theme.colors().surface.on_surface, + theme.colors().tertiary.container, + theme.colors().surface.text, HOVERED_LAYER_OPACITY, )), border: border::rounded(12), @@ -31,7 +31,7 @@ pub fn default(theme: &Theme) -> Style { width: 2.0, }, hovered_split: Line { - color: theme.colors().surface.on_surface, + color: theme.colors().surface.text, width: 6.0, }, } |
