-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Theme. #184
Comments
Yeah, that should be possible. I can add a theme called something like |
@curlpipe Appreciate the quick response! When do you expect this to be implemented? |
I'm currently working on 0.7.2, which is taking a little longer than expected (will probably be released some time in the next two weeks). I'm planning to release this in 0.7.3, which should be a smaller update. So all in all, I think it'll be released no longer than in the next month, more likely in around 2-3 weeks. |
@curlpipe Awesome! Unfortunately, that is what is preventing me from using Ox instead of Micro. Once 0.7.3 is released, I'll happily switch over! |
I would like to see a 'default' theme, sort of like Micro's "simple" theme that takes from the term's colors and uses those:
Micro Theming Docs
simple.micro:
color-link comment "blue" color-link constant "red" color-link identifier "cyan" color-link statement "yellow" color-link symbol "yellow" color-link preproc "magenta" color-link type "green" color-link special "magenta" color-link ignore "default" color-link error ",brightred" color-link todo ",brightyellow" color-link hlsearch "black,yellow" color-link statusline "black,white" color-link indent-char "black" color-link line-number "yellow" color-link current-line-number "red" color-link diff-added "green" color-link diff-modified "yellow" color-link diff-deleted "red" color-link gutter-error ",red" color-link gutter-warning "red" #Cursor line causes readability issues. Disabled for now. #color-link cursor-line "white,black" color-link color-column "white" #No extended types. (bool in C) color-link type.extended "default" #No bracket highlighting. color-link symbol.brackets "default" #Color shebangs the comment color color-link preproc.shebang "comment" color-link match-brace ",magenta" color-link tab-error "brightred" color-link trailingws "brightred"
The text was updated successfully, but these errors were encountered: