Skip to content
/ stylix Public
forked from danth/stylix

System-wide colorscheming and typography for NixOS

License

Notifications You must be signed in to change notification settings

Jackaed/stylix

This branch is 40 commits ahead of, 152 commits behind danth/stylix:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17463aa · Nov 13, 2024
Aug 23, 2024
Aug 23, 2024
Nov 13, 2024
Jul 8, 2023
Sep 26, 2024
Mar 18, 2024
Dec 21, 2020
Jun 10, 2024
Feb 24, 2023
Oct 11, 2024
Nov 8, 2024
May 22, 2024
May 22, 2024

Repository files navigation

Stylix

Stylix is a NixOS module which applies the same colour scheme, font and wallpaper to a range of applications and desktop environments.

What's this?

base16.nix allows you to import colours from base16 into Nix code. Stylix takes this a step further:

  • Automatically colours and changes the font of apps
  • Sets your wallpaper
  • Exports the colour scheme to be used manually for anything we missed
  • Can also generate themes based on an image

For those not familiar with NixOS and Home Manager:

  • NixOS is a Linux distribution
  • Home Manager is a program which runs anywhere
  • Both use the Nix language and package manager
  • Both let you install programs and change settings via code

Stylix supports either NixOS + Home Manager, or Home Manager on its own. Certain features are only available with NixOS.

Resources

Please refer to the Stylix book for instructions and a list of supported apps.

For a visual guide, watch the Ricing Linux Has Never Been Easier | NixOS + Stylix YouTube video by Vimjoyer.

Note

It's now necessary to include stylix.enable = true in your configuration for any other settings to take effect. This is not mentioned in the video linked above.

If you have any questions, you are welcome to join our Matrix room, or ask on GitHub Discussions.

Example configurations

GNOME 46

GNOME 46

Photos by Clay Banks and Derrick Cooper.

Try a live demo of this theme by running nix run github:danth/stylix#testbed-gnome-light or nix run github:danth/stylix#testbed-gnome-dark.

KDE Plasma 5

KDE Plasma 5

Photos by Aniket Deole and Tom Gainor.

KDE theming is still a work in progress - so some manual steps may be needed to apply the settings completely.

About

System-wide colorscheming and typography for NixOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 51.6%
  • Mustache 41.5%
  • Haskell 4.9%
  • CSS 1.5%
  • Python 0.5%