mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
theme: Include both dark and light variant in resource
This will allow us to switch between the variants according to the color-scheme setting. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5545 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2324>
This commit is contained in:
parent
4c727b4680
commit
d76f309dba
6 changed files with 15 additions and 5 deletions
|
|
@ -6,7 +6,8 @@ import subprocess
|
|||
|
||||
stylesheets = [
|
||||
'data/theme/gnome-shell-high-contrast.css',
|
||||
'data/theme/gnome-shell.css'
|
||||
'data/theme/gnome-shell-dark.css',
|
||||
'data/theme/gnome-shell-light.css'
|
||||
]
|
||||
|
||||
sourceroot = os.environ.get('MESON_SOURCE_ROOT')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue