summaryrefslogtreecommitdiff
path: root/scheme (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal: remove all legacy fish scripts2 * r + 2 * t2025-06-145-540/+0
|
* fix: hardcoded interpreter pathsPiotr Bartoszewicz2025-06-085-5/+5
|
* feat: print scheme command2 * r + 2 * t2025-05-051-0/+36
| | | | | Generates and prints a scheme for an image (or the current wallpaper if not given) Also record use hevc codec
* scheme: migrate to material2 * r + 2 * t2025-05-011-4/+2
|
* scheme: use materialyoucolor blend2 * r + 2 * t2025-04-221-31/+44
| | | | | Harmonize colours Also use harmonize for success and error
* feat: up to 3 options for dynamic scheme2 * r + 2 * t2025-04-223-67/+103
| | | | | | Have up to 3 options for base colour for dynamic scheme Variants moved to new command Also remove parallel dependency
* scheme: fix mixing2 * r + 2 * t2025-04-101-3/+3
|
* scheme: better primary colour2 * r + 2 * t2025-04-082-8/+19
| | | | | Primary colour is used for layers + accents Get highest scored bright colour instead of just highest scored
* scheme: better colours + parallel generation2 * r + 2 * t2025-04-072-6/+12
| | | | | | | Fix some wallpapers not having enough colours by disabling filter (also gives better colours) Use GNU parallel to run scheme generation in parallel Also ensure all schemes exist when generating Cache wallpaper thumbnails
* schemes: cache schemes2 * r + 2 * t2025-04-051-3/+14
|
* scheme: use material for colour gen2 * r + 2 * t2025-04-054-123/+175
| | | | | Replaces okolors Also boost neutral chroma and all chroma
* scheme: don't weigh lightness for picking colours2 * r + 2 * t2025-03-301-1/+1
| | | | Cause material makes them all similar lightness anyways
* scheme: fix fruitsalad colours2 * r + 2 * t2025-03-291-1/+1
| | | | typo
* scheme: smart sort before adjust2 * r + 2 * t2025-03-291-16/+7
| | | | Also reduce success/error mixing
* scheme: better dynamic monochrome2 * r + 2 * t2025-03-291-1/+1
|
* scheme: better colour generation2 * r + 2 * t2025-03-282-16/+48
| | | | | Pass okolors colours through material and use primary (except for mono scheme) Mono is the same
* scheme: smart sort by hsl2 * r + 2 * t2025-03-091-3/+3
| | | | Weigh hue more than others
* format2 * r + 2 * t2025-03-081-2/+2
|
* scheme: optimise dynamic scheme gen2 * r + 2 * t2025-03-082-83/+68
| | | | | | Make material schemes flavours of dynamic instead Remove dynamic-scheme subcommand Optimise scheme generation
* scheme: allow choosing material scheme2 * r + 2 * t2025-03-072-10/+30
| | | | Also actually monochrome monochrome scheme
* install: add materialyoucolor dep2 * r + 2 * t2025-03-071-8/+0
|
* scheme: add update static themes2 * r + 2 * t2025-03-071-1/+0
| | | | | Add primary, secondary and tertiary colours to static themes Remove accent
* scheme: use material colours for layers & accents2 * r + 2 * t2025-03-074-57/+155
|
* scheme: fix random2 * r + 2 * t2025-03-051-21/+26
|
* scheme: refactor schemes2 * r + 2 * t2025-03-051-15/+59
| | | | Schemes can have multiple flavours, and each flavour can have a light/dark mode
* scheme: random scheme when no args2 * r + 2 * t2025-03-051-0/+2
|
* scheme: better light mode colours2 * r + 2 * t2025-03-022-2/+2
| | | | More saturation and brightness
* scheme: success and error colours2 * r + 2 * t2025-02-252-2/+6
|
* gen-scheme: fix arg parsing2 * r + 2 * t2025-02-251-2/+1
|
* scheme: optionally specify colour theme2 * r + 2 * t2025-02-231-7/+21
| | | | Allow specifying colour theme (light/dark) for dynamic scheme when changing wallpaper
* scheme: light/dark mode2 * r + 2 * t2025-02-232-1/+31
|
* scheme: fix dynamic light/dark2 * r + 2 * t2025-02-231-1/+1
|
* install: better install + use data and state2 * r + 2 * t2025-02-221-2/+2
| | | | | Don't complete remove repos, use git pull instead Use XDG_DATA_HOME and XDG_STATE_HOME
* scheme: accent colour2 * r + 2 * t2025-02-201-3/+4
|
* scheme: new way of tracking2 * r + 2 * t2025-02-192-92/+3
| | | | centralise the colours so all of them are kept here
* discord: use equibop + midnight theme2 * r + 2 * t2025-02-171-12/+2
|
* scheme: smart sort + mixing2 * r + 2 * t2025-01-311-4/+92
| | | | | Sort colours to be in correct order (i.e. make red actually red not green or something) Mix colours to be more similar to what they are actually supposed to be
* scheme: auto adjust2 * r + 2 * t2025-01-312-12/+33
|
* scheme: better colours for dynamic scheme2 * r + 2 * t2025-01-301-2/+2
|
* scheme: better light/dark theme detection2 * r + 2 * t2025-01-304-48/+13
|
* vscode integration2 * r + 2 * t2025-01-291-0/+14
|
* scheme: set gtk light/dark mode when dynamic2 * r + 2 * t2025-01-291-1/+9
|
* scheme: dynamic light theme2 * r + 2 * t2025-01-294-3/+53
| | | | | | Autodetect based on wallpaper Also resize wallpaper so faster And async magick blur so wallpaper doesnt block
* install scripts for all modules2 * r + 2 * t2025-01-281-2/+2
|
* scheme: gtk theming2 * r + 2 * t2025-01-261-4/+18
| | | | Via adw-gtk3 theme
* scheme: dynamic scheme for fuzzel2 * r + 2 * t2025-01-261-5/+10
|
* scheme: dynamic scheme for discord2 * r + 2 * t2025-01-261-0/+16
|
* scheme: dynamic scheme2 * r + 2 * t2025-01-262-0/+79