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"],
style: {
color: "#9854f1",
fontStyle: "italic",
color: "#7847bd",
},
},
{

View File

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

View File

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

View File

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

View File

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