Update tokyo night meta

This commit is contained in:
Nate Butler 2022-10-20 18:22:34 -04:00
parent a6e9d0d061
commit c1e23fc6d9
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@ import chroma from "chroma-js";
import { colorRamp, createColorScheme } from "../common/ramps";
const name = "Tokyo Night Storm";
const author = "ghifarit53";
const url = "https://github.com/ghifarit53/tokyonight-vim";
const author = "folke";
const url = "https://github.com/folke/tokyonight.nvim";
const license = {
type: "MIT",
url: "https://github.com/ghifarit53/tokyonight-vim/blob/master/LICENSE",

View file

@ -2,7 +2,7 @@ import chroma from "chroma-js";
import { colorRamp, createColorScheme } from "../common/ramps";
const name = "Tokyo";
const author = "Michaël Ball";
const author = "folke";
const url = "https://github.com/folke/tokyonight.nvim";
const license = {
type: "Apache License 2.0",