diff --git a/home/home.nix b/home/home.nix index d4668953..b862c997 100644 --- a/home/home.nix +++ b/home/home.nix @@ -74,12 +74,12 @@ in # custom properties me = { font-name = "JetBrains Mono"; - font-style = "Regular"; + font-style = "Semibold"; font-size = if isLinux then 10.0 else 12.0; fonts-to-install = [ pkgs.monaspace ]; - theme = "srw"; + theme = "nord"; vscode-theme = "Dracula"; defaults = { inherit browser;