aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorP T Weir <phil.weir@flaxandteal.co.uk>2024-07-23 12:03:00 +0100
committerGitHub <noreply@github.com>2024-07-23 12:03:00 +0100
commit17ed668aacd067c645d7de19d4dc7ae652aa760a (patch)
tree93c67921f62554b35a2b4980dceca60ddf015903 /Cargo.lock
parentfeat(gui): background terminals and more (#2303) (diff)
downloadatuin-17ed668aacd067c645d7de19d4dc7ae652aa760a.zip
fix(themes): Restore default theme, refactor (#2294)
* fix(theme): let the base colour remain unchanged * fix(theme): split out default * fix(theme): make base theme 'default' not an empty string * wip(theme): return styles, not colors * wip(theme): tidy up module structure a little * wip(theme): removed unhandled references to foreground_color * chore: fix cargo fmt * feat(theme): allow crossterm-deserializable colors
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3eaedb22..a04269fc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1001,6 +1001,7 @@ dependencies = [
"libc",
"mio",
"parking_lot",
+ "serde",
"signal-hook",
"signal-hook-mio",
"winapi",