tmp fix dark/light toggle
This commit is contained in:
parent
c91d7e0450
commit
4941815a5f
3 changed files with 18 additions and 2 deletions
|
|
@ -189,7 +189,19 @@ clock-show-date=true
|
|||
clock-show-seconds=true
|
||||
clock-show-weekday=true
|
||||
|
||||
color-scheme='prefer-dark'
|
||||
# Options are:
|
||||
# - "default"
|
||||
# Basically a light theme
|
||||
# where some of the shell chrome remains dark (e.g., the top bar)
|
||||
# - "prefer-dark"
|
||||
# Official dark theme,
|
||||
# selectable in the `gnome-control-center`
|
||||
# - "prefer-light"
|
||||
# Unofficial light theme,
|
||||
# not selectable in the `gnome-control-center`,
|
||||
# but usable via the "Dark Style" toggle in the quick settings menu
|
||||
# with the "Light Style" extension
|
||||
color-scheme='prefer-light'
|
||||
|
||||
# document-font-name='Cantarell 11'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue