mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Update tokyo night meta
This commit is contained in:
parent
a6e9d0d061
commit
c1e23fc6d9
2 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue