Skip to content

Commit

Permalink
Revert "Switch back to my old theme"
Browse files Browse the repository at this point in the history
This reverts commit c25ecee.
  • Loading branch information
simonrw committed Nov 15, 2023
1 parent c25ecee commit c2d97d3
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 @@ -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;
Expand Down

0 comments on commit c2d97d3

Please sign in to comment.