Skip to content

Commit

Permalink
feat(prism): better colors
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 23, 2023
1 parent 4071f7f commit 7c22129
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions extras/prism/tokyonight_day.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ module.exports = {
{
types: ["keyword"],
style: {
color: "#9854f1",
fontStyle: "italic",
color: "#7847bd",
},
},
{
Expand Down
3 changes: 1 addition & 2 deletions extras/prism/tokyonight_moon.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ module.exports = {
{
types: ["keyword"],
style: {
color: "#c099ff",
fontStyle: "italic",
color: "#fca7ea",
},
},
{
Expand Down
3 changes: 1 addition & 2 deletions extras/prism/tokyonight_night.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ module.exports = {
{
types: ["keyword"],
style: {
color: "#bb9af7",
fontStyle: "italic",
color: "#9d7cd8",
},
},
{
Expand Down
3 changes: 1 addition & 2 deletions extras/prism/tokyonight_storm.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ module.exports = {
{
types: ["keyword"],
style: {
color: "#bb9af7",
fontStyle: "italic",
color: "#9d7cd8",
},
},
{
Expand Down
3 changes: 1 addition & 2 deletions lua/tokyonight/extra/prism.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ module.exports = {
{
types: ["keyword"],
style: {
color: "${magenta}",
fontStyle: "italic",
color: "${purple}",
},
},
{
Expand Down

0 comments on commit 7c22129

Please sign in to comment.