Sublime Forum

UI theme questions

#1

Hello,

I’m working on my theme and have a couple questions.

  1. Is there any way to change the font used at the Command Palette input? It’s not even the system font on my Mac.


  2. Can I change the color of the Sublime Text in the about window to black?


I’m using build 3171

0 Likes

#2

which font face is that?

0 Likes

#3

Yes, I have the same question…

0 Likes

#4

I don’t think so. I believe it is hardcoded to "system".

Yes, see http://www.sublimetext.com/docs/3/themes.html#elements-labels.

The command palette (and most non-editor controls) use the "system" font.

  • Windows: Segoe UI or MS Sans Serif
  • Linux: Sans
  • Mac: San Francisco, Helvetica or Lucida Grande (depending on the release)

On Linux, it will end up using the font that the system has mapped Sans to.

1 Like

#5

Thanks @wbond

The font in the Command Palette input is definitely San Francisco.

I just find out that the weird letter a and l is because of the font_options preference.

  • ss07 remove the hook on the top of letter a.
  • ss06 add the curve at the bottom of the l.

I was blindly enable all of it and didn’t know it can effect the Command Palette :sweat_smile:

0 Likes