Change summary
styles/src/themes/internal/tokyo-night-storm.ts | 4 ++--
styles/src/themes/internal/tokyo-night.ts | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Detailed changes
@@ -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",
@@ -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",