Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chroma

minimal chromium themes.

overview

chroma is a minimal Chromium theme builder driven by themes.toml.

gruvbox black-metal iceberg-dark
installation
  1. install just and Nushell
  2. clone https://github.com/u-k-g/chroma
  3. run just list to see the available themes and accent colors.
  4. run just build <theme> <optional accent color> from the repository
  5. open chrome://extensions
  6. enable developer mode
  7. select load unpacked
  8. choose chroma/dist/chroma
development
  • just list lists the available themes, their defaults and all accent colors
  • just build rose-pine builds a theme with its default accent color
  • just build black-metal salmon builds a specific theme and accent-color combination
  • just build black-metal 17 uses any hue from 0 to 359 as a custom accent color
  • just check validates every theme and named accent-color combination
  • just clean removes generated manifests

contributions are welcome and encouraged. if chroma doesn't have the theme you want feel free to make a pr.