base16-micro
August 7, 2025 ยท View on GitHub
Base16 Color Template for micro. This template can be used with any compliant Base16 builder such as one from Tinted Theming.
The themes are built into themes/micro/colorschemes/. Put the colorscheme files in the ~/.config/micro/colorschemes/ directory.
After this, you can set the scheme by using Micro's command-line:
set colorscheme <SCHEME_NAME>
Screenshots
Screenshots
Tomorrow Dark Night
Tomorrow
Twilight
Building themes
I am using tinted-builder-rust to build the themes from the template.
cargo install tinted-builder-rust
At the root of this repo, run
tinted-builder-rust build ./
The themes should be built into themes/micro/colorschemes/. Put the built files in the ~/.config/micro/colorschemes/ directory.
After this, you can set the scheme by using Micro's command-line:
set colorscheme <SCHEME_NAME>
Originally this is the work of kytta/base16-micro under an ISC License.
I have updated the config of the template to match the current guidelines according to Tinted Theming.