protesilaos / standard-themes

Like the default GNU Emacs theme but more consistent
GNU General Public License v3.0
22 stars 0 forks source link

Support `font-lock-number-face` #1

Open JohnWick95 opened 2 months ago

JohnWick95 commented 2 months ago

This face is available only in tree-sitter modes.

protesilaos commented 2 months ago

From: JohnWick95 @.***> Date: Mon, 3 Jun 2024 19:37:58 -0700

This face is available only in tree-sitter modes.

I am fine with that. Do you think it needs a colour of its own or maybe we can inherit the font-lock-constant-face?

-- Protesilaos Stavrou https://protesilaos.com

JohnWick95 commented 2 months ago

Inheriting from constant face seems good to me. I set it to cyan-cooler, which is the color for the constant face.

However, it would be nice to also add it as a number to the standard-[light|dark]-palette so one can set it up individually for dark/light with standard-dark-palette-overrides and standard-light-palette-overrides, respectively