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.
This commit is contained in:
parent
9a4ababd9a
commit
5c819176a5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user