First stab at converting to farout palette

Also renamed all/most instances of tokyonight to farout
This commit is contained in:
2023-12-01 15:30:50 -05:00
parent f247ee700b
commit 1752319cc5
130 changed files with 18963 additions and 301 deletions

75
extras/prism/faroutday.js Normal file
View File

@@ -0,0 +1,75 @@
module.exports = {
plain: {
color: "#6c6252",
backgroundColor: "#e1e2e7",
},
styles: [
{
types: ["prolog", "builtin"],
style: {
color: "#db5234",
},
},
{
types: ["function"],
style: {
color: "#c77544",
},
},
{
types: ["symbol"],
style: {
color: "#db5234",
},
},
{
types: ["punctuation"],
style: {
color: "#c37f87",
},
},
{
types: ["string", "char", "tag", "selector"],
style: {
color: "#715e4b",
},
},
{
types: ["keyword"],
style: {
color: "#876060",
},
},
{
types: ["operator"],
style: {
color: "#91654c",
},
},
{
types: ["constant", "boolean"],
style: {
color: "#b15c00",
},
},
{
types: ["variable"],
style: {
color: "#6c6252",
},
},
{
types: ["comment"],
style: {
color: "#d79687",
fontStyle: "italic",
},
},
{
types: ["attr-name"],
style: {
color: "rgb(241, 250, 140)",
},
},
],
};

View File

@@ -0,0 +1,75 @@
module.exports = {
plain: {
color: "#c8d3f5",
backgroundColor: "#222436",
},
styles: [
{
types: ["prolog", "builtin"],
style: {
color: "#ff757f",
},
},
{
types: ["function"],
style: {
color: "#82aaff",
},
},
{
types: ["symbol"],
style: {
color: "#65bcff",
},
},
{
types: ["punctuation"],
style: {
color: "#c099ff",
},
},
{
types: ["string", "char", "tag", "selector"],
style: {
color: "#c3e88d",
},
},
{
types: ["keyword"],
style: {
color: "#fca7ea",
},
},
{
types: ["operator"],
style: {
color: "#89ddff",
},
},
{
types: ["constant", "boolean"],
style: {
color: "#ff966c",
},
},
{
types: ["variable"],
style: {
color: "#c8d3f5",
},
},
{
types: ["comment"],
style: {
color: "#636da6",
fontStyle: "italic",
},
},
{
types: ["attr-name"],
style: {
color: "rgb(241, 250, 140)",
},
},
],
};

View File

@@ -0,0 +1,75 @@
module.exports = {
plain: {
color: "#E0CCAE",
backgroundColor: "#1a1b26",
},
styles: [
{
types: ["prolog", "builtin"],
style: {
color: "#bf472c",
},
},
{
types: ["function"],
style: {
color: "#d47d49",
},
},
{
types: ["symbol"],
style: {
color: "#BF472C",
},
},
{
types: ["punctuation"],
style: {
color: "#8a4b53",
},
},
{
types: ["string", "char", "tag", "selector"],
style: {
color: "#a4896f",
},
},
{
types: ["keyword"],
style: {
color: "#a47a7a",
},
},
{
types: ["operator"],
style: {
color: "#a67458",
},
},
{
types: ["constant", "boolean"],
style: {
color: "#ff9e64",
},
},
{
types: ["variable"],
style: {
color: "#E0CCAE",
},
},
{
types: ["comment"],
style: {
color: "#6B4035",
fontStyle: "italic",
},
},
{
types: ["attr-name"],
style: {
color: "rgb(241, 250, 140)",
},
},
],
};

View File

@@ -0,0 +1,75 @@
module.exports = {
plain: {
color: "#E0CCAE",
backgroundColor: "#0f0908",
},
styles: [
{
types: ["prolog", "builtin"],
style: {
color: "#bf472c",
},
},
{
types: ["function"],
style: {
color: "#d47d49",
},
},
{
types: ["symbol"],
style: {
color: "#BF472C",
},
},
{
types: ["punctuation"],
style: {
color: "#8a4b53",
},
},
{
types: ["string", "char", "tag", "selector"],
style: {
color: "#a4896f",
},
},
{
types: ["keyword"],
style: {
color: "#a47a7a",
},
},
{
types: ["operator"],
style: {
color: "#a67458",
},
},
{
types: ["constant", "boolean"],
style: {
color: "#ff9e64",
},
},
{
types: ["variable"],
style: {
color: "#E0CCAE",
},
},
{
types: ["comment"],
style: {
color: "#6B4035",
fontStyle: "italic",
},
},
{
types: ["attr-name"],
style: {
color: "rgb(241, 250, 140)",
},
},
],
};