Skip to content

Commit

Permalink
Use dark theme again
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 2, 2023
1 parent bd362f3 commit 4a18e5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ in
font-name = "JetBrains Mono";
font-style = "Semibold";
font-size = if isLinux then 10.0 else 12.0;
theme = "solarized";
theme = "srw";
vscode-theme = "Dracula";
defaults = {
browser = {
Expand All @@ -70,8 +70,8 @@ in
};
} // (if isLinux then {
cinnamon = {
theme = "Mint-Y-Aqua";
dark-mode = false;
theme = "Mint-Y-Dark-Aqua";
dark-mode = true;
};
} else { });

Expand Down

0 comments on commit 4a18e5a

Please sign in to comment.