Skip to content

Commit

Permalink
Use light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Aug 7, 2023
1 parent 6a5d4eb commit e0e64c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ in

# custom properties
me = {
dark-mode = true;
dark-mode = false;
font-name = "JetBrains Mono";
font-style = "Semibold";
font-size = if isLinux then 10.0 else 12.0;
theme = "srw";
theme = "solarized";
vscode-theme = "Dracula";
defaults = {
browser = "brave";
terminal = "alacritty";
};
} // (if isLinux then {
cinnamon = {
theme = "Mint-Y-Dark-Aqua";
dark-mode = true;
theme = "Mint-Y-Aqua";
dark-mode = false;
};
} else { });

Expand Down

0 comments on commit e0e64c1

Please sign in to comment.