I am trying to change the modeling style in emacs 24.
I want to add inscription and underline. The underline works fine, but the overline doesn't work for some reason. Here is my code so far (added to .emacs):
(set-face-attribute 'mode-line nil :foreground "gray0" :background "cyan" :overline "cyan" :underline "cyan")
Any ideas on how to make the work of the add-in work?
Is there also a way to set the distance between borders and text?
thanks
BIOS source share