diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-12-27 12:40:20 +0000 |
| commit | 5d8e439bc597159e3c9f0a8b65c0ae869dead3a8 (patch) | |
| tree | ed28aefed8add0da1c55c08fdf80b23c4346e0dc /src/themes/_omniarea.css | |
Import Upstream version 43.0upstream/latest
Diffstat (limited to 'src/themes/_omniarea.css')
| -rw-r--r-- | src/themes/_omniarea.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/themes/_omniarea.css b/src/themes/_omniarea.css new file mode 100644 index 0000000..1b575d1 --- /dev/null +++ b/src/themes/_omniarea.css @@ -0,0 +1,13 @@ +omniarea entry { + background-color: mix(@theme_bg_color, @content_view_bg, 0.25); + color: @theme_fg_color; +} +omniarea:hover entry, +omniarea:active entry { + background-color: @content_view_bg; + color: @theme_fg_color; +} + +omniarea:backdrop entry { + background-color: @theme_bg_color; +} |
