Basix/json/base16/tokyodark.json
2024-11-16 03:31:22 +00:00

24 lines
692 B
JSON

{
"system": "base16",
"name": "Tokyodark",
"author": "Jamy Golden (https://github.com/JamyGolden), Based on Tokyodark.nvim (https://github.com/tiagovla/tokyodark.nvim)",
"variant": "dark",
"palette": {
"base00": "#11121d",
"base01": "#212234",
"base02": "#212234",
"base03": "#353945",
"base04": "#4a5057",
"base05": "#a0a8cd",
"base06": "#abb2bf",
"base07": "#bcc2dc",
"base08": "#ee6d85",
"base09": "#f6955b",
"base0A": "#d7a65f",
"base0B": "#95c561",
"base0C": "#9fbbf3",
"base0D": "#7199ee",
"base0E": "#a485dd",
"base0F": "#773440"
}
}