From 5c819176a5d3b752df3da0414660f2d580ca1198 Mon Sep 17 00:00:00 2001 From: Maze Date: Thu, 12 Aug 2021 15:01:44 +0200 Subject: [PATCH] Suggest how to get colorful emoji This is something that took me long to figure out, I think it'd help to have it mentioned in the default configuration. --- src/themes/Glass.qpl | 4 ++++ src/themes/Midnight.qpl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/themes/Glass.qpl b/src/themes/Glass.qpl index f6ee1ae3..76de7050 100644 --- a/src/themes/Glass.qpl +++ b/src/themes/Glass.qpl @@ -27,6 +27,10 @@ fontSize: fontFamily: string sans: "Roboto" string mono: "Hack" + // Fonts are comma-separated. + // For example, if you want colorful emoji, you could do: + // string sans: "Roboto,Joypixels" + // string mono: "Hack,Joypixels" colors: int hue: 240 diff --git a/src/themes/Midnight.qpl b/src/themes/Midnight.qpl index 24f62116..4cf593b0 100644 --- a/src/themes/Midnight.qpl +++ b/src/themes/Midnight.qpl @@ -27,6 +27,10 @@ fontSize: fontFamily: string sans: "Roboto" string mono: "Hack" + // Fonts are comma-separated. + // For example, if you want colorful emoji, you could do: + // string sans: "Roboto,Joypixels" + // string mono: "Hack,Joypixels" colors: int hue: 240