bash / color-scheme-sync

Daemon to sync the new dark style preference with the legacy `gtk-theme` preference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color-scheme-sync

Warning

This is no longer needed for new versions of Electron / VSCode.

A daemon that watches for changes in the new system-wide dark style preference in GNOME
mirroring your preference to the legacy gtk-theme preference.

Why?

Electron does not support the new dark style preference, which means that apps such as VSCode do not support it either.

This annoys me as I like switching between dark and light mode.

Installing

  • Clone this repository
  • Run cargo build --release
  • Run ./install.sh.
    This will install a systemd service that waits for changes to your color scheme preference, automatically any changes to the legacy gtk-theme preference.

About

Daemon to sync the new dark style preference with the legacy `gtk-theme` preference

License:Do What The F*ck You Want To Public License


Languages

Language:Rust 65.8%Language:Nix 24.9%Language:Shell 9.3%