1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Set Helix theme to terminal default

This commit is contained in:
RGBCube 2023-05-14 15:52:17 +03:00
parent a6cde6d195
commit bb57d61c3e

View file

@ -12,7 +12,7 @@
};
programs.helix = enabled {
settings.theme = "gruvbox";
settings.theme = "base16_transparent";
settings.editor = {
auto-pairs."<" = ">";