Skip to content

Commit

Permalink
Revert "Use nord theme"
Browse files Browse the repository at this point in the history
This reverts commit 03c9bfc.
  • Loading branch information
simonrw committed May 17, 2024
1 parent f52eef3 commit d15b152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ in {
pkgs.monaspace
];
aws.enable = true;
theme = "nord";
theme = "papercolor";
vscode-theme = "Dracula";
defaults = {
browser = "brave";
terminal = "alacritty";
};
is-dark-theme = true;
is-dark-theme = false;
}
// (
if isLinux
Expand Down

0 comments on commit d15b152

Please sign in to comment.