Dark theme (and several variants) for tlrc
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/noraj/cybertopia-tlrc.gitDownload using the GitHub .zip download option and unzip them.
- Select one of the 4 variants of tlrc configuration file:
config.<theme_variant>.full.toml: Full default tlrc configuration file with Cybertopia theme and default background (includes complete configuration)config.<theme_variant>.min.toml: Minimal default tlrc configuration file with Cybertopia theme and default background (includes only theme configuration)config.<theme_variant>.with_bg.full.toml: Full default tlrc configuration file with Cybertopia theme and Cybertopia background (includes complete configuration)config.<theme_variant>.with_bg.min.toml: Minimal default tlrc configuration file with Cybertopia theme and Cybertopia background (includes only theme configuration)
- Copy the configuration file to
~/.config/tlrc/config.toml. - Boom! It's working ✨
If you want to enable the prefix bullet for examples using a computer emoji, modify the following lines:
[output]
show_hyphens = true
example_prefix = "💻 "