feat (home): light theme defaults
This commit is contained in:
parent
abdae06056
commit
1f97492901
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
|||
programs.taskwarrior = {
|
||||
enable = true;
|
||||
dataLocation = "${config.home.homeDirectory}/.local/share/task";
|
||||
# colorTheme = "light-256";
|
||||
colorTheme = "light-256";
|
||||
config.editor = "hx";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue