From 54f3548d541c3fc6fd793aeacb584cbe0d934b82 Mon Sep 17 00:00:00 2001 From: Ingrid Date: Sun, 6 Jun 2021 14:45:59 +0200 Subject: theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113) * theme: Enable style modifiers in theme.toml * docs: theme documentation * fixup: parse modifiers with filter_map * theme: tests for parse_style * theme: Log invalid cases in theme.toml parse * docs: theme documentation fixup * docs: Blaz's theming comments * docs: Theme doc fixes from pickfire Co-authored-by: Ivan Tham * theme: More context in logs, TODO for alerting users * contrib: Ingrid's theme * docs: Theme subsection fixes Co-authored-by: Ivan Tham --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index d93c8c7c..3d556388 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,6 +355,7 @@ dependencies = [ "helix-core", "helix-lsp", "helix-tui", + "log", "once_cell", "serde", "slotmap", -- cgit v1.2.3-70-g09d2