claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

Feature Request: Follow System Theme

Open mak1A4 opened this issue 7 months ago • 5 comments

Please add an option to follow the system theme so I don't have to switch between light and dark mode manually : )

mak1A4 avatar May 18 '25 10:05 mak1A4

For linux, I recommend checking gsettings get org.gnome.desktop.interface gtk-theme as described in the arch wiki. At minimum ghostty and chromium seem to follow this setting for example.

kawpuh avatar Jul 11 '25 03:07 kawpuh

This issue has been inactive for 30 days. If the issue is still occurring, please comment to let us know. Otherwise, this issue will be automatically closed in 30 days for housekeeping purposes.

github-actions[bot] avatar Dec 05 '25 10:12 github-actions[bot]

my current workaround: https://github.com/durandom/dotfiles/commit/29c6a04db06fd1f09a4924541abbeb469ebfdc25

  • a script to set the theme
  • hook into wezterms auth theme switching

obviously heavily bound to macos and wezterm.

durandom avatar Dec 08 '25 08:12 durandom

Nice, but directly modifying the .claude.json isn't necessary, you can achieve the same with claude config set -g theme dark

kawpuh avatar Dec 09 '25 06:12 kawpuh

For me, it would be enough to be able to switch between light and dark mode while Claude is doing it's job.

I constantly forget to change the theme when could run /theme because it's waiting for my prompt. And when I type that while it's running, it queues up the /config command (that doesn't execute when it's finished). The solution for me would not be to fix the latter but to introduce a shortcut to toggle the theme that can be used at anytime (like switching to plan mode or accept all).

akirk avatar Dec 11 '25 12:12 akirk