this post was submitted on 13 May 2024
9 points (100.0% liked)

nixos

1247 readers
1 users here now

All about NixOS - https://nixos.org/

founded 4 years ago
 

cross-posted from: https://beehaw.org/post/13758256

You can change the color theme of your whole desktop with a single line of code.

Currently supported adapters:

  • Adwaita (GTK3, GTK4)
  • Alacritty
  • dunst
  • Firefox (hijacking the default theme with userchrome.css)
  • GTK2
  • Kvantum
  • Rofi
  • swaylock
  • Wezterm

repo: https://gitlab.com/vfosnar/nix-colors-adapters / https://github.com/vfosnar/nix-colors-adapters

top 2 comments
sorted by: hot top controversial new old
[โ€“] AI_toothbrush 1 points 4 months ago* (last edited 4 months ago) (1 children)

If i recall correctly the default theme of firefox uses the gtk theme set so if you customize gtk it should also affect firefox. By the way cool collection of templates!

[โ€“] [email protected] 1 points 4 months ago

afaik it only takes the gtk accent color and preferred color scheme, and thanks<3