feat(prism): better colors

This commit is contained in:
Folke Lemaitre
2023-01-23 20:51:53 +01:00
parent 4071f7fa98
commit 7c22129e3b
5 changed files with 5 additions and 10 deletions

View File

@@ -37,8 +37,7 @@ module.exports = {
{ {
types: ["keyword"], types: ["keyword"],
style: { style: {
color: "#9854f1", color: "#7847bd",
fontStyle: "italic",
}, },
}, },
{ {

View File

@@ -37,8 +37,7 @@ module.exports = {
{ {
types: ["keyword"], types: ["keyword"],
style: { style: {
color: "#c099ff", color: "#fca7ea",
fontStyle: "italic",
}, },
}, },
{ {

View File

@@ -37,8 +37,7 @@ module.exports = {
{ {
types: ["keyword"], types: ["keyword"],
style: { style: {
color: "#bb9af7", color: "#9d7cd8",
fontStyle: "italic",
}, },
}, },
{ {

View File

@@ -37,8 +37,7 @@ module.exports = {
{ {
types: ["keyword"], types: ["keyword"],
style: { style: {
color: "#bb9af7", color: "#9d7cd8",
fontStyle: "italic",
}, },
}, },
{ {

View File

@@ -47,8 +47,7 @@ module.exports = {
{ {
types: ["keyword"], types: ["keyword"],
style: { style: {
color: "${magenta}", color: "${purple}",
fontStyle: "italic",
}, },
}, },
{ {