feat (home): light theme defaults

This commit is contained in:
Henri Saudubray 2026-01-22 10:17:38 +01:00
parent abdae06056
commit 1f97492901
Signed by: hms
GPG key ID: 7065F57ED8856128
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@
programs.taskwarrior = { programs.taskwarrior = {
enable = true; enable = true;
dataLocation = "${config.home.homeDirectory}/.local/share/task"; dataLocation = "${config.home.homeDirectory}/.local/share/task";
# colorTheme = "light-256"; colorTheme = "light-256";
config.editor = "hx"; config.editor = "hx";
}; };

View file

@ -7,7 +7,7 @@ in
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
settings = { settings = {
theme = "adwaita-dark"; theme = "adwaita-light";
editor.lsp.display-messages = true; editor.lsp.display-messages = true;
editor.inline-diagnostics.cursor-line = "hint"; editor.inline-diagnostics.cursor-line = "hint";
editor.rulers = [ 81 ]; editor.rulers = [ 81 ];