Violets-Purgatory/constants.json

151 lines
3.7 KiB
JSON
Raw Normal View History

2024-01-25 23:29:28 -06:00
{
2024-02-12 08:46:49 -06:00
"discStatuses": {
"online": {
"text": "Online",
"color": "rgb(100, 255, 100)"
},
"dnd": {
"text": "DND",
"color": "rgb(255, 100, 100)"
},
"idle": {
"text": "Idle",
"color": "rgb(255, 255, 75)"
},
"offline": {
"text": "",
"color": "rgb(175, 175, 200)"
}
},
2024-01-25 23:29:28 -06:00
"quotes": [
2024-01-26 10:51:27 -06:00
"World's Worst Developer",
2024-01-26 11:08:13 -06:00
"The worst git user to exist",
2024-03-30 01:26:45 -05:00
"These birds are Pissing me off... I'm the original        Starwalker",
2024-06-03 00:41:02 -05:00
"Make sure to check out <a href='https://univerter.dev'>Univerter!</a>",
"Check out <a href='https://asahixp.pages.gay'>Asahi's website! &lt;3</a>",
"Check out <a href='https://sylvie.loveh.art/'>Sylvie's website! &lt;3</a>"
2024-01-25 23:29:28 -06:00
],
2024-02-08 18:28:33 -06:00
"titles": [
"Boykisser",
2024-02-13 08:50:34 -06:00
"World's Worst Developer"
2024-02-08 18:28:33 -06:00
],
2024-01-25 23:29:28 -06:00
"thumborInstances": [
"https://thumbor-production-0e82.up.railway.app/",
"https://enormous-book-production.up.railway.app/",
"https://unusual-back-production.up.railway.app/",
"https://axiomatic-hair-production.up.railway.app/"
2024-01-27 12:02:59 -06:00
],
"highlightedWords": {
"birds": {
"color": "yellow"
},
"Pissing": {
"color": "yellow"
},
"Starwalker": {
"color": "yellow"
},
"word highlighting": {
"color": "yellow"
},
"Godot Engine": {
"color": "#64B5F6"
},
"Javascript": {
"color": "yellow"
},
"NodeJS": {
"color": "limegreen"
},
"Violet": {
"color": "rgb(200, 150, 255)"
},
"Purgatory": {
"color": "rgb(200, 150, 255)"
},
"Asahi": {
2024-06-03 00:15:44 -05:00
"color": "rgb(255, 175, 175)",
"caseInsensitive": true
},
"Lunya": {
"color": "rgb(255, 175, 175)"
},
2024-06-03 00:41:02 -05:00
"Sylvie": {
"color": "rgb(255, 175, 175)"
},
"bisexual": {
"color": "rgb(214, 2, 112)"
},
"enby": {
"color": "rgb(252, 244, 52)"
},
"Youtube": {
"color": "rgb(255, 0, 0)"
},
"Fedi": {
"color": "rgb(175, 125, 200)"
},
"Matrix": {
"color": "limegreen"
},
"Element": {
"color": "rgb(100, 255, 200)"
},
"Codeberg": {
"color": "rgb(0, 255, 255)"
},
"Code": {
"color": "rgb(150, 175, 255)"
},
"Docker": {
"color": "blue"
},
"Github": {
"color": "gray"
},
"Steam": {
"color": "lightgray"
},
"Univerter": {
"color": "rgb(200, 175, 255)"
},
"Ko-fi": {
"color": "rgb(255, 150, 150)"
},
"Revolt": {
"color": "rgb(255, 50, 50)"
},
"Discord": {
"color": "rgb(150, 150, 255)"
},
"SearXNG": {
"color": "rgb(100, 100, 255)"
},
"Highlighting": {
"color": "yellow"
},
"highlighted": {
"color": "yellow"
},
"Forgejo": {
"color": "orange"
},
"HTML": {
"color": "orange"
},
"CSS": {
"color": "rgb(50, 200, 255)"
},
"Thumbor": {
"color": "rgb(225, 225, 255)"
},
"Spotify": {
"color": "limegreen"
},
"Ultrakill": {
"color": "red",
"caseInsensitive": true
}
2024-01-27 12:02:59 -06:00
}
2024-01-25 23:29:28 -06:00
}