Skip to content

Commit

Permalink
feat: switch theme for distinguishable selections
Browse files Browse the repository at this point in the history
addresses helix-editor/helix#3842
might help with tinted-theming/base16-helix#12

Signed-off-by: Krzysztof Nazarewski <gpg@kdn.im>
  • Loading branch information
nazarewk committed Apr 16, 2024
1 parent fe0f08f commit 3b444fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/profile/user/me/hm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ in
})
({
programs.helix.enable = true;
programs.helix.settings.theme = "default";
programs.helix.settings.theme = "darcula-solid";
stylix.targets.helix.enable = false;
})
]);
Expand Down

0 comments on commit 3b444fd

Please sign in to comment.