zyedidia / micro

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

Change color infobar active buffer (window) #2768

Open ctuxboy opened 1 year ago

ctuxboy commented 1 year ago

Description of the problem or steps to reproduce

Is there a way change the info bar's color, from the active buffer? when opening several buffers (windows), sometimes is hard to see witch buffer (window) is active.

Specifications

Micro 2.0.11

Commit hash: OS: ChromeOS 110.0.5481.181 (Officiële build) (64-bits) Terminal: Crostini

dmaluka commented 1 year ago

This feature is implemented in my PR https://github.com/zyedidia/micro/pull/1832. It allows adding statusline.inactive to the colorscheme file, to specify colors for status bar of inactive buffers to be different from the active one.

Unfortunately is still has not been merged. @zyedidia ping?

ctuxboy commented 1 year ago

This feature is implemented in my PR #1832. It allows adding statusline.inactive to the colorscheme file, to specify colors for status bar of inactive buffers to be different from the active one.

Unfortunately is still has not been merged. @zyedidia ping?

thanks for your help. Adding the following code:

to colorscheme in : ../.config.micro/colorschemes/default.micro

active-statusbar-micro

But the bold function doesn't work.

dmaluka commented 1 year ago

Yes, it doesn't work because the PR is not merged. You'd need to recompile micro with this PR applied. Or do you mean that you've already recompiled micro but it still doesn't work?

ctuxboy commented 1 year ago

Yes, it doesn't work because the PR is not merged. You'd need to recompile micro with this PR applied. Or do you mean that you've already recompiled micro but it still doesn't work?

Ah okay. I don't know how recompile Micro, so i wait for the next update ;)

dustdfg commented 7 months ago

Yes, it doesn't work because the PR is not merged. You'd need to recompile micro with this PR applied. Or do you mean that you've already recompiled micro but it still doesn't work?

Ah okay. I don't know how recompile Micro, so i wait for the next update ;)

It was merged long ago. Two release version (2.0.12 and 2.0.13) was released since that point. I saw you created an issue about python in micro's repo so I assume that you have already tried the feature in new versions. If it works for you, I think this issue should be closed?