diff options
Diffstat (limited to 'pkgs/astal/src/style/widget/launcher.scss')
-rw-r--r-- | pkgs/astal/src/style/widget/launcher.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/astal/src/style/widget/launcher.scss b/pkgs/astal/src/style/widget/launcher.scss index 3b05aca..d39f06f 100644 --- a/pkgs/astal/src/style/widget/launcher.scss +++ b/pkgs/astal/src/style/widget/launcher.scss @@ -2,14 +2,14 @@ .launcher { > box { padding: 5em; - background: gtkalpha($bg, 0.7); + background: gtkalpha($base, 0.7); border-radius: $outer-radius $outer-radius 0 0; } .search { margin-bottom: 5em; - color: $surface-fg; - background: $surface-bg; + color: $text; + background: $surface; padding: $outer-gap; border-radius: $outer-radius; min-width: 20em; @@ -25,7 +25,7 @@ &:hover, &.selected { - background: gtkalpha($hover-bg, .5); + background: gtkalpha($overlay, .5); } icon { @@ -35,7 +35,7 @@ .name { margin-top: $outer-gap; font-size: 1.25em; - color: gtkalpha($fg, 0.9); + color: gtkalpha($text, 0.9); } } |