diff --git a/home/home.nix b/home/home.nix index b2d469ee..c711b6d6 100644 --- a/home/home.nix +++ b/home/home.nix @@ -55,11 +55,11 @@ 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"; @@ -67,8 +67,8 @@ in }; } // (if isLinux then { cinnamon = { - theme = "Mint-Y-Dark-Aqua"; - dark-mode = true; + theme = "Mint-Y-Aqua"; + dark-mode = false; }; } else { });