Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VHS format #418

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 23 additions & 0 deletions tools/templates/vhs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "{{ scheme_name }}",
"black": "#{{ Ansi_0_Color.hex }}",
"red": "#{{ Ansi_1_Color.hex }}",
"green": "#{{ Ansi_2_Color.hex }}",
"yellow": "#{{ Ansi_3_Color.hex }}",
"blue": "#{{ Ansi_4_Color.hex }}",
"purple": "#{{ Ansi_5_Color.hex }}",
"cyan": "#{{ Ansi_6_Color.hex }}",
"white": "#{{ Ansi_7_Color.hex }}",
"brightBlack": "#{{ Ansi_8_Color.hex }}",
"brightRed": "#{{ Ansi_9_Color.hex }}",
"brightGreen": "#{{ Ansi_10_Color.hex }}",
"brightYellow": "#{{ Ansi_11_Color.hex }}",
"brightBlue": "#{{ Ansi_12_Color.hex }}",
"brightPurple": "#{{ Ansi_13_Color.hex }}",
"brightCyan": "#{{ Ansi_14_Color.hex }}",
"brightWhite": "#{{ Ansi_15_Color.hex }}",
"background": "#{{ Background_Color.hex }}",
"foreground": "#{{ Foreground_Color.hex }}",
"cursor": "#{{ Cursor_Color.hex }}",
"selection": "#{{ Selection_Color.hex }}"
}
23 changes: 23 additions & 0 deletions vhs/3024 Day.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "3024 Day",
"black": "#090300",
"red": "#db2d20",
"green": "#01a252",
"yellow": "#fded02",
"blue": "#01a0e4",
"purple": "#a16a94",
"cyan": "#b5e4f4",
"white": "#a5a2a2",
"brightBlack": "#5c5855",
"brightRed": "#e8bbd0",
"brightGreen": "#3a3432",
"brightYellow": "#4a4543",
"brightBlue": "#807d7c",
"brightPurple": "#d6d5d4",
"brightCyan": "#cdab53",
"brightWhite": "#f7f7f7",
"background": "#f7f7f7",
"foreground": "#4a4543",
"cursor": "#4a4543",
"selection": "#a5a2a2"
}
23 changes: 23 additions & 0 deletions vhs/3024 Night.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "3024 Night",
"black": "#090300",
"red": "#db2d20",
"green": "#01a252",
"yellow": "#fded02",
"blue": "#01a0e4",
"purple": "#a16a94",
"cyan": "#b5e4f4",
"white": "#a5a2a2",
"brightBlack": "#5c5855",
"brightRed": "#e8bbd0",
"brightGreen": "#3a3432",
"brightYellow": "#4a4543",
"brightBlue": "#807d7c",
"brightPurple": "#d6d5d4",
"brightCyan": "#cdab53",
"brightWhite": "#f7f7f7",
"background": "#090300",
"foreground": "#a5a2a2",
"cursor": "#a5a2a2",
"selection": "#4a4543"
}
23 changes: 23 additions & 0 deletions vhs/Aardvark Blue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Aardvark Blue",
"black": "#191919",
"red": "#aa342e",
"green": "#4b8c0f",
"yellow": "#dbba00",
"blue": "#1370d3",
"purple": "#c43ac3",
"cyan": "#008eb0",
"white": "#bebebe",
"brightBlack": "#454545",
"brightRed": "#f05b50",
"brightGreen": "#95dc55",
"brightYellow": "#ffe763",
"brightBlue": "#60a4ec",
"brightPurple": "#e26be2",
"brightCyan": "#60b6cb",
"brightWhite": "#f7f7f7",
"background": "#102040",
"foreground": "#dddddd",
"cursor": "#007acc",
"selection": "#bfdbfe"
}
23 changes: 23 additions & 0 deletions vhs/Abernathy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Abernathy",
"black": "#000000",
"red": "#cd0000",
"green": "#00cd00",
"yellow": "#cdcd00",
"blue": "#1093f5",
"purple": "#cd00cd",
"cyan": "#00cdcd",
"white": "#faebd7",
"brightBlack": "#404040",
"brightRed": "#ff0000",
"brightGreen": "#00ff00",
"brightYellow": "#ffff00",
"brightBlue": "#11b5f6",
"brightPurple": "#ff00ff",
"brightCyan": "#00ffff",
"brightWhite": "#ffffff",
"background": "#111416",
"foreground": "#eeeeec",
"cursor": "#bbbbbb",
"selection": "#eeeeec"
}
23 changes: 23 additions & 0 deletions vhs/Adventure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Adventure",
"black": "#040404",
"red": "#d84a33",
"green": "#5da602",
"yellow": "#eebb6e",
"blue": "#417ab3",
"purple": "#e5c499",
"cyan": "#bdcfe5",
"white": "#dbded8",
"brightBlack": "#685656",
"brightRed": "#d76b42",
"brightGreen": "#99b52c",
"brightYellow": "#ffb670",
"brightBlue": "#97d7ef",
"brightPurple": "#aa7900",
"brightCyan": "#bdcfe5",
"brightWhite": "#e4d5c7",
"background": "#040404",
"foreground": "#feffff",
"cursor": "#feffff",
"selection": "#606060"
}
23 changes: 23 additions & 0 deletions vhs/AdventureTime.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "AdventureTime",
"black": "#050404",
"red": "#bd0013",
"green": "#4ab118",
"yellow": "#e7741e",
"blue": "#0f4ac6",
"purple": "#665993",
"cyan": "#70a598",
"white": "#f8dcc0",
"brightBlack": "#4e7cbf",
"brightRed": "#fc5f5a",
"brightGreen": "#9eff6e",
"brightYellow": "#efc11a",
"brightBlue": "#1997c6",
"brightPurple": "#9b5953",
"brightCyan": "#c8faf4",
"brightWhite": "#f6f5fb",
"background": "#1f1d45",
"foreground": "#f8dcc0",
"cursor": "#efbf38",
"selection": "#706b4e"
}
23 changes: 23 additions & 0 deletions vhs/Afterglow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Afterglow",
"black": "#151515",
"red": "#ac4142",
"green": "#7e8e50",
"yellow": "#e5b567",
"blue": "#6c99bb",
"purple": "#9f4e85",
"cyan": "#7dd6cf",
"white": "#d0d0d0",
"brightBlack": "#505050",
"brightRed": "#ac4142",
"brightGreen": "#7e8e50",
"brightYellow": "#e5b567",
"brightBlue": "#6c99bb",
"brightPurple": "#9f4e85",
"brightCyan": "#7dd6cf",
"brightWhite": "#f5f5f5",
"background": "#212121",
"foreground": "#d0d0d0",
"cursor": "#d0d0d0",
"selection": "#303030"
}
23 changes: 23 additions & 0 deletions vhs/Alabaster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Alabaster",
"black": "#000000",
"red": "#aa3731",
"green": "#448c27",
"yellow": "#cb9000",
"blue": "#325cc0",
"purple": "#7a3e9d",
"cyan": "#0083b2",
"white": "#f7f7f7",
"brightBlack": "#777777",
"brightRed": "#f05050",
"brightGreen": "#60cb00",
"brightYellow": "#ffbc5d",
"brightBlue": "#007acc",
"brightPurple": "#e64ce6",
"brightCyan": "#00aacb",
"brightWhite": "#f7f7f7",
"background": "#f7f7f7",
"foreground": "#000000",
"cursor": "#007acc",
"selection": "#bfdbfe"
}
23 changes: 23 additions & 0 deletions vhs/AlienBlood.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "AlienBlood",
"black": "#112616",
"red": "#7f2b27",
"green": "#2f7e25",
"yellow": "#717f24",
"blue": "#2f6a7f",
"purple": "#47587f",
"cyan": "#327f77",
"white": "#647d75",
"brightBlack": "#3c4812",
"brightRed": "#e08009",
"brightGreen": "#18e000",
"brightYellow": "#bde000",
"brightBlue": "#00aae0",
"brightPurple": "#0058e0",
"brightCyan": "#00e0c4",
"brightWhite": "#73fa91",
"background": "#0f1610",
"foreground": "#637d75",
"cursor": "#73fa91",
"selection": "#1d4125"
}
23 changes: 23 additions & 0 deletions vhs/Andromeda.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Andromeda",
"black": "#000000",
"red": "#cd3131",
"green": "#05bc79",
"yellow": "#e5e512",
"blue": "#2472c8",
"purple": "#bc3fbc",
"cyan": "#0fa8cd",
"white": "#e5e5e5",
"brightBlack": "#666666",
"brightRed": "#cd3131",
"brightGreen": "#05bc79",
"brightYellow": "#e5e512",
"brightBlue": "#2472c8",
"brightPurple": "#bc3fbc",
"brightCyan": "#0fa8cd",
"brightWhite": "#e5e5e5",
"background": "#262a33",
"foreground": "#e5e5e5",
"cursor": "#f8f8f0",
"selection": "#5a5c62"
}
23 changes: 23 additions & 0 deletions vhs/Apple Classic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Apple Classic",
"black": "#000000",
"red": "#c91b00",
"green": "#00c200",
"yellow": "#c7c400",
"blue": "#0225c7",
"purple": "#ca30c7",
"cyan": "#00c5c7",
"white": "#c7c7c7",
"brightBlack": "#686868",
"brightRed": "#ff6e67",
"brightGreen": "#5ffa68",
"brightYellow": "#fffc67",
"brightBlue": "#6871ff",
"brightPurple": "#ff77ff",
"brightCyan": "#60fdff",
"brightWhite": "#ffffff",
"background": "#2c2b2b",
"foreground": "#d5a200",
"cursor": "#c7c7c7",
"selection": "#6b5b02"
}
23 changes: 23 additions & 0 deletions vhs/Argonaut.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Argonaut",
"black": "#232323",
"red": "#ff000f",
"green": "#8ce10b",
"yellow": "#ffb900",
"blue": "#008df8",
"purple": "#6d43a6",
"cyan": "#00d8eb",
"white": "#ffffff",
"brightBlack": "#444444",
"brightRed": "#ff2740",
"brightGreen": "#abe15b",
"brightYellow": "#ffd242",
"brightBlue": "#0092ff",
"brightPurple": "#9a5feb",
"brightCyan": "#67fff0",
"brightWhite": "#ffffff",
"background": "#0e1019",
"foreground": "#fffaf4",
"cursor": "#ff0018",
"selection": "#002a3b"
}
23 changes: 23 additions & 0 deletions vhs/Arthur.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Arthur",
"black": "#3d352a",
"red": "#cd5c5c",
"green": "#86af80",
"yellow": "#e8ae5b",
"blue": "#6495ed",
"purple": "#deb887",
"cyan": "#b0c4de",
"white": "#bbaa99",
"brightBlack": "#554444",
"brightRed": "#cc5533",
"brightGreen": "#88aa22",
"brightYellow": "#ffa75d",
"brightBlue": "#87ceeb",
"brightPurple": "#996600",
"brightCyan": "#b0c4de",
"brightWhite": "#ddccbb",
"background": "#1c1c1c",
"foreground": "#ddeedd",
"cursor": "#e2bbef",
"selection": "#4d4d4d"
}
23 changes: 23 additions & 0 deletions vhs/AtelierSulphurpool.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "AtelierSulphurpool",
"black": "#202746",
"red": "#c94922",
"green": "#ac9739",
"yellow": "#c08b30",
"blue": "#3d8fd1",
"purple": "#6679cc",
"cyan": "#22a2c9",
"white": "#979db4",
"brightBlack": "#6b7394",
"brightRed": "#c76b29",
"brightGreen": "#293256",
"brightYellow": "#5e6687",
"brightBlue": "#898ea4",
"brightPurple": "#dfe2f1",
"brightCyan": "#9c637a",
"brightWhite": "#f5f7ff",
"background": "#202746",
"foreground": "#979db4",
"cursor": "#979db4",
"selection": "#5e6687"
}
23 changes: 23 additions & 0 deletions vhs/Atom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Atom",
"black": "#000000",
"red": "#fd5ff1",
"green": "#87c38a",
"yellow": "#ffd7b1",
"blue": "#85befd",
"purple": "#b9b6fc",
"cyan": "#85befd",
"white": "#e0e0e0",
"brightBlack": "#000000",
"brightRed": "#fd5ff1",
"brightGreen": "#94fa36",
"brightYellow": "#f5ffa8",
"brightBlue": "#96cbfe",
"brightPurple": "#b9b6fc",
"brightCyan": "#85befd",
"brightWhite": "#e0e0e0",
"background": "#161719",
"foreground": "#c5c8c6",
"cursor": "#d0d0d0",
"selection": "#444444"
}
Loading