1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

fix: adds correct colors, links and correctly sorts credits

This commit is contained in:
Jangrie 2020-10-08 21:19:21 +02:00
parent 74c5cf8f38
commit 8d69674783

View File

@ -2815,6 +2815,28 @@ const $schemes = {
"brightCyan": "#4BB8FD",
"brightWhite": "#A020F0"
},
{
"name": "Panda",
"foreground": "#F0F0F0",
"background": "#1D1E20",
"cursorColor": "#F0F0F0",
"black": "#1F1F20",
"red": "#FB055A",
"green": "#26FFD4",
"yellow": "#FDAA5A",
"blue": "#5C9FFF",
"purple": "#FC59A6",
"cyan": "#26FFD4",
"white": "#F0F0F0",
"brightBlack": "#5C6370",
"brightRed": "#FB055A",
"brightGreen": "#26FFD4",
"brightYellow": "#FEBE7E",
"brightBlue": "#55ADFF",
"brightPurple": "#FD95D0",
"brightCyan": "#26FFD4",
"brightWhite": "#F0F0F0"
},
{
"name": "PaperColor Dark",
"foreground": "#D0D0D0",