diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-07 19:49:59 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-07 19:49:59 +0100 |
commit | bb40701a55d5e23a4b0c7e5b1232802c596c083c (patch) | |
tree | 78ae192483bdefe45ba101fb1fc6fdfbc324bfef /.config/vdirsyncer/config.sh.example | |
parent | 0e475cca6d6657ba761f90786e33863ee0f4ebc6 (diff) |
implement sloppy color quantization
Diffstat (limited to '.config/vdirsyncer/config.sh.example')
-rw-r--r-- | .config/vdirsyncer/config.sh.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/vdirsyncer/config.sh.example b/.config/vdirsyncer/config.sh.example index c40bd94..82d7878 100644 --- a/.config/vdirsyncer/config.sh.example +++ b/.config/vdirsyncer/config.sh.example @@ -6,7 +6,7 @@ # `vdirsyncer sync`) # uncomment to convert true color calendar color (#RRGGBB) into 16-color (ANSI) -# codes (TODO: this is not implemented yet) +# codes # export QUANTIZE_COLOR=y ### CalDAV example |