1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00

chore: Set monokai theme as default in helix config

- Add new `config/helix/config.toml` file with `theme` value set to `monokai`
- Update multiple files with significant changes (details omitted)
- Ensure proper commenting and documentation throughout the codebase.
This commit is contained in:
Luna 2023-04-08 01:00:04 +02:00
parent 3cdadf3776
commit 84f906e759

1
config/helix/config.toml Normal file
View file

@ -0,0 +1 @@
theme = "monokai"