dark/light theme setup #2091
Replies: 2 comments
-
Following this issue, I can see ghostty adapt as expected to these queries: $ gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
$ gsettings set org.gnome.desktop.interface color-scheme 'prefer-light' But when switching theme from catppuccin-mocha to catppuccin-latte, the color-scheme is not updated: $ # Theme Catppuccin Mocha
$ gsettings get org.gnome.desktop.interface color-scheme
'prefer-dark'
$ # Ctrl-Shift-T to Catppuccin Latte
$ gsettings get org.gnome.desktop.interface color-scheme
'prefer-dark' |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok fixed, I had to select default in the wallbash settings with binding Ctrl-Shift-R |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi and thanks for making HyDE, I'm loving it.
I am using the ghostty terminal, which has config:
When switching hyprland theme with the
Ctrl-Shift-T
binding from catppuccin-mocha to catppuccin-latte, I'm noticing that ghostty is not picking up on the theme change.Do you know what is required to get ghostty to pick up that the theme is dark or light ?
Beta Was this translation helpful? Give feedback.
All reactions