zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.77k stars 1.16k forks source link

[Question] Does micro support xrdb? #1853

Open ghost opened 4 years ago

ghost commented 4 years ago

I'm trying to make a theme for micro that works with pywal, so does micro support xrdb colors?

zyedidia commented 4 years ago

I'm not sure what xrdb colors are, but micro supports specifying colors through hex notation. See the default themes in runtime/colorschemes.

priner commented 3 years ago

AFAIK pywal just changes the first 16 terminal colors, so it should work with the simple colorscheme (works for me). Look at runtime/colorschemes/simple.micro to see how it's done, if you want to make your own.