diff --git a/home/cli.nix b/home/cli.nix index 7512040..223e246 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -40,7 +40,7 @@ programs.taskwarrior = { enable = true; dataLocation = "${config.home.homeDirectory}/.local/share/task"; - # colorTheme = "light-256"; + colorTheme = "light-256"; config.editor = "hx"; }; diff --git a/home/packages/helix/default.nix b/home/packages/helix/default.nix index 6120fa5..cff82e7 100644 --- a/home/packages/helix/default.nix +++ b/home/packages/helix/default.nix @@ -7,7 +7,7 @@ in enable = true; defaultEditor = true; settings = { - theme = "adwaita-dark"; + theme = "adwaita-light"; editor.lsp.display-messages = true; editor.inline-diagnostics.cursor-line = "hint"; editor.rulers = [ 81 ];