Remove current staff themes
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Abruzzo"
|
||||
const author = "slightknack <hey@isaac.sh>"
|
||||
const url = "https://github.com/slightknack"
|
||||
const license = {
|
||||
type: "",
|
||||
url: "",
|
||||
}
|
||||
|
||||
export const dark = createColorScheme(name, false, {
|
||||
neutral: chroma.scale([
|
||||
"#1b0d05",
|
||||
"#2c1e18",
|
||||
"#654035",
|
||||
"#9d5e4a",
|
||||
"#b37354",
|
||||
"#c1825a",
|
||||
"#dda66e",
|
||||
"#fbf3e2",
|
||||
]),
|
||||
red: colorRamp(chroma("#e594c4")),
|
||||
orange: colorRamp(chroma("#d9e87e")),
|
||||
yellow: colorRamp(chroma("#fd9d83")),
|
||||
green: colorRamp(chroma("#96adf7")),
|
||||
cyan: colorRamp(chroma("#fc798f")),
|
||||
blue: colorRamp(chroma("#BCD0F5")),
|
||||
violet: colorRamp(chroma("#dac5eb")),
|
||||
magenta: colorRamp(chroma("#c1a3ef")),
|
||||
})
|
||||
@@ -1,54 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Atelier Heath"
|
||||
const author = "atelierbram"
|
||||
const url =
|
||||
"https://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath/"
|
||||
const license = {
|
||||
type: "MIT",
|
||||
url: "https://github.com/atelierbram/syntax-highlighting/blob/master/LICENSE",
|
||||
}
|
||||
|
||||
// `name-[light|dark]`, isLight, color ramps
|
||||
export const dark = createColorScheme(`${name} Dark`, false, {
|
||||
neutral: chroma.scale([
|
||||
"#1b181b",
|
||||
"#292329",
|
||||
"#695d69",
|
||||
"#776977",
|
||||
"#9e8f9e",
|
||||
"#ab9bab",
|
||||
"#d8cad8",
|
||||
"#f7f3f7",
|
||||
]),
|
||||
red: colorRamp(chroma("#ca402b")),
|
||||
orange: colorRamp(chroma("#a65926")),
|
||||
yellow: colorRamp(chroma("#bb8a35")),
|
||||
green: colorRamp(chroma("#918b3b")),
|
||||
cyan: colorRamp(chroma("#159393")),
|
||||
blue: colorRamp(chroma("#516aec")),
|
||||
violet: colorRamp(chroma("#7b59c0")),
|
||||
magenta: colorRamp(chroma("#cc33cc")),
|
||||
})
|
||||
|
||||
export const light = createColorScheme(`${name} Light`, true, {
|
||||
neutral: chroma.scale([
|
||||
"#161b1d",
|
||||
"#1f292e",
|
||||
"#516d7b",
|
||||
"#5a7b8c",
|
||||
"#7195a8",
|
||||
"#7ea2b4",
|
||||
"#c1e4f6",
|
||||
"#ebf8ff",
|
||||
]),
|
||||
red: colorRamp(chroma("#d22d72")),
|
||||
orange: colorRamp(chroma("#935c25")),
|
||||
yellow: colorRamp(chroma("#8a8a0f")),
|
||||
green: colorRamp(chroma("#568c3b")),
|
||||
cyan: colorRamp(chroma("#2d8f6f")),
|
||||
blue: colorRamp(chroma("#257fad")),
|
||||
violet: colorRamp(chroma("#6b6bb8")),
|
||||
magenta: colorRamp(chroma("#b72dd2")),
|
||||
})
|
||||
@@ -1,35 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Atelier Seaside"
|
||||
const author = "atelierbram"
|
||||
const url =
|
||||
"https://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside/"
|
||||
const license = {
|
||||
type: "MIT",
|
||||
url: "https://github.com/atelierbram/syntax-highlighting/blob/master/LICENSE",
|
||||
}
|
||||
|
||||
const ramps = {
|
||||
neutral: chroma.scale([
|
||||
"#131513",
|
||||
"#242924",
|
||||
"#5e6e5e",
|
||||
"#687d68",
|
||||
"#809980",
|
||||
"#8ca68c",
|
||||
"#cfe8cf",
|
||||
"#f4fbf4",
|
||||
]),
|
||||
red: colorRamp(chroma("#e6193c")),
|
||||
orange: colorRamp(chroma("#87711d")),
|
||||
yellow: colorRamp(chroma("#98981b")),
|
||||
green: colorRamp(chroma("#29a329")),
|
||||
cyan: colorRamp(chroma("#1999b3")),
|
||||
blue: colorRamp(chroma("#3d62f5")),
|
||||
violet: colorRamp(chroma("#ad2bee")),
|
||||
magenta: colorRamp(chroma("#e619c3")),
|
||||
}
|
||||
|
||||
export const dark = createColorScheme(`${name} Dark`, false, ramps)
|
||||
export const light = createColorScheme(`${name} Light`, true, ramps)
|
||||
@@ -1,31 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Ayu"
|
||||
const author = "Konstantin Pschera <me@kons.ch>"
|
||||
const url = "https://github.com/ayu-theme/ayu-colors"
|
||||
const license = {
|
||||
type: "MIT",
|
||||
url: "https://github.com/ayu-theme/ayu-colors/blob/master/license",
|
||||
}
|
||||
|
||||
export const dark = createColorScheme(`${name} Mirage`, false, {
|
||||
neutral: chroma.scale([
|
||||
"#171B24",
|
||||
"#1F2430",
|
||||
"#242936",
|
||||
"#707A8C",
|
||||
"#8A9199",
|
||||
"#CCCAC2",
|
||||
"#D9D7CE",
|
||||
"#F3F4F5",
|
||||
]),
|
||||
red: colorRamp(chroma("#F28779")),
|
||||
orange: colorRamp(chroma("#FFAD66")),
|
||||
yellow: colorRamp(chroma("#FFD173")),
|
||||
green: colorRamp(chroma("#D5FF80")),
|
||||
cyan: colorRamp(chroma("#95E6CB")),
|
||||
blue: colorRamp(chroma("#5CCFE6")),
|
||||
violet: colorRamp(chroma("#D4BFFF")),
|
||||
magenta: colorRamp(chroma("#F29E74")),
|
||||
})
|
||||
@@ -1,52 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Ayu"
|
||||
const author = "Konstantin Pschera <me@kons.ch>"
|
||||
const url = "https://github.com/ayu-theme/ayu-colors"
|
||||
const license = {
|
||||
type: "MIT",
|
||||
url: "https://github.com/ayu-theme/ayu-colors/blob/master/license",
|
||||
}
|
||||
|
||||
export const dark = createColorScheme(`${name} Dark`, false, {
|
||||
neutral: chroma.scale([
|
||||
"#0F1419",
|
||||
"#131721",
|
||||
"#272D38",
|
||||
"#3E4B59",
|
||||
"#BFBDB6",
|
||||
"#E6E1CF",
|
||||
"#E6E1CF",
|
||||
"#F3F4F5",
|
||||
]),
|
||||
red: colorRamp(chroma("#F07178")),
|
||||
orange: colorRamp(chroma("#FF8F40")),
|
||||
yellow: colorRamp(chroma("#FFB454")),
|
||||
green: colorRamp(chroma("#B8CC52")),
|
||||
cyan: colorRamp(chroma("#95E6CB")),
|
||||
blue: colorRamp(chroma("#59C2FF")),
|
||||
violet: colorRamp(chroma("#D2A6FF")),
|
||||
magenta: colorRamp(chroma("#E6B673")),
|
||||
})
|
||||
|
||||
export const light = createColorScheme(`${name} Light`, true, {
|
||||
neutral: chroma.scale([
|
||||
"#1A1F29",
|
||||
"#242936",
|
||||
"#5C6773",
|
||||
"#828C99",
|
||||
"#ABB0B6",
|
||||
"#F8F9FA",
|
||||
"#F3F4F5",
|
||||
"#FAFAFA",
|
||||
]),
|
||||
red: colorRamp(chroma("#F07178")),
|
||||
orange: colorRamp(chroma("#FA8D3E")),
|
||||
yellow: colorRamp(chroma("#F2AE49")),
|
||||
green: colorRamp(chroma("#86B300")),
|
||||
cyan: colorRamp(chroma("#4CBF99")),
|
||||
blue: colorRamp(chroma("#36A3D9")),
|
||||
violet: colorRamp(chroma("#A37ACC")),
|
||||
magenta: colorRamp(chroma("#E6BA7E")),
|
||||
})
|
||||
@@ -1,73 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Brush Trees"
|
||||
const author = "Abraham White <abelincoln.white@gmail.com>"
|
||||
const url = "https://github.com/WhiteAbeLincoln/base16-brushtrees-scheme"
|
||||
const license = {
|
||||
type: "MIT",
|
||||
url: "https://github.com/WhiteAbeLincoln/base16-brushtrees-scheme/blob/master/LICENSE",
|
||||
}
|
||||
|
||||
export const dark = createColorScheme(`${name} Dark`, false, {
|
||||
neutral: chroma.scale([
|
||||
"#485867",
|
||||
"#5A6D7A",
|
||||
"#6D828E",
|
||||
"#8299A1",
|
||||
"#98AFB5",
|
||||
"#B0C5C8",
|
||||
"#C9DBDC",
|
||||
"#E3EFEF",
|
||||
]),
|
||||
red: colorRamp(chroma("#b38686")),
|
||||
orange: colorRamp(chroma("#d8bba2")),
|
||||
yellow: colorRamp(chroma("#aab386")),
|
||||
green: colorRamp(chroma("#87b386")),
|
||||
cyan: colorRamp(chroma("#86b3b3")),
|
||||
blue: colorRamp(chroma("#868cb3")),
|
||||
violet: colorRamp(chroma("#b386b2")),
|
||||
magenta: colorRamp(chroma("#b39f9f")),
|
||||
})
|
||||
|
||||
export const mirage = createColorScheme(`${name} Mirage`, false, {
|
||||
neutral: chroma.scale([
|
||||
"#485867",
|
||||
"#5A6D7A",
|
||||
"#6D828E",
|
||||
"#8299A1",
|
||||
"#98AFB5",
|
||||
"#B0C5C8",
|
||||
"#C9DBDC",
|
||||
"#E3EFEF",
|
||||
]),
|
||||
red: colorRamp(chroma("#F28779")),
|
||||
orange: colorRamp(chroma("#FFAD66")),
|
||||
yellow: colorRamp(chroma("#FFD173")),
|
||||
green: colorRamp(chroma("#D5FF80")),
|
||||
cyan: colorRamp(chroma("#95E6CB")),
|
||||
blue: colorRamp(chroma("#5CCFE6")),
|
||||
violet: colorRamp(chroma("#D4BFFF")),
|
||||
magenta: colorRamp(chroma("#F29E74")),
|
||||
})
|
||||
|
||||
export const light = createColorScheme(`${name} Light`, true, {
|
||||
neutral: chroma.scale([
|
||||
"#1A1F29",
|
||||
"#242936",
|
||||
"#5C6773",
|
||||
"#828C99",
|
||||
"#ABB0B6",
|
||||
"#F8F9FA",
|
||||
"#F3F4F5",
|
||||
"#FAFAFA",
|
||||
]),
|
||||
red: colorRamp(chroma("#b38686")),
|
||||
orange: colorRamp(chroma("#d8bba2")),
|
||||
yellow: colorRamp(chroma("#aab386")),
|
||||
green: colorRamp(chroma("#87b386")),
|
||||
cyan: colorRamp(chroma("#86b3b3")),
|
||||
blue: colorRamp(chroma("#868cb3")),
|
||||
violet: colorRamp(chroma("#b386b2")),
|
||||
magenta: colorRamp(chroma("#b39f9f")),
|
||||
})
|
||||
@@ -1,31 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Dracula"
|
||||
const author = "zenorocha"
|
||||
const url = "https://github.com/dracula/dracula-theme"
|
||||
const license = {
|
||||
type: "MIT",
|
||||
url: "https://github.com/dracula/dracula-theme/blob/master/LICENSE",
|
||||
}
|
||||
|
||||
export const dark = createColorScheme(name, false, {
|
||||
neutral: chroma.scale([
|
||||
"#282A36",
|
||||
"#3a3c4e",
|
||||
"#4d4f68",
|
||||
"#626483",
|
||||
"#62d6e8",
|
||||
"#e9e9f4",
|
||||
"#f1f2f8",
|
||||
"#f8f8f2",
|
||||
]),
|
||||
red: colorRamp(chroma("#ff5555")),
|
||||
orange: colorRamp(chroma("#ffb86c")),
|
||||
yellow: colorRamp(chroma("#f1fa8c")),
|
||||
green: colorRamp(chroma("#50fa7b")),
|
||||
cyan: colorRamp(chroma("#8be9fd")),
|
||||
blue: colorRamp(chroma("#6272a4")),
|
||||
violet: colorRamp(chroma("#bd93f9")),
|
||||
magenta: colorRamp(chroma("#00f769")),
|
||||
})
|
||||
@@ -1,32 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Monokai"
|
||||
const author = "Wimer Hazenberg (http://www.monokai.nl)"
|
||||
const url = "https://base16.netlify.app/previews/base16-monokai.html"
|
||||
const license = {
|
||||
type: "?",
|
||||
url: "?",
|
||||
}
|
||||
|
||||
// `name-[light|dark]`, isLight, color ramps
|
||||
export const dark = createColorScheme(name, false, {
|
||||
neutral: chroma.scale([
|
||||
"#272822",
|
||||
"#383830",
|
||||
"#49483e",
|
||||
"#75715e",
|
||||
"#a59f85",
|
||||
"#f8f8f2",
|
||||
"#f5f4f1",
|
||||
"#f9f8f5",
|
||||
]),
|
||||
red: colorRamp(chroma("#f92672")),
|
||||
orange: colorRamp(chroma("#fd971f")),
|
||||
yellow: colorRamp(chroma("#f4bf75")),
|
||||
green: colorRamp(chroma("#a6e22e")),
|
||||
cyan: colorRamp(chroma("#a1efe4")),
|
||||
blue: colorRamp(chroma("#66d9ef")),
|
||||
violet: colorRamp(chroma("#ae81ff")),
|
||||
magenta: colorRamp(chroma("#cc6633")),
|
||||
})
|
||||
@@ -1,32 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Nord"
|
||||
const author = "arcticicestudio"
|
||||
const url = "https://www.nordtheme.com/"
|
||||
const license = {
|
||||
type: "MIT",
|
||||
url: "https://github.com/arcticicestudio/nord/blob/develop/LICENSE.md",
|
||||
}
|
||||
|
||||
// `name-[light|dark]`, isLight, color ramps
|
||||
export const dark = createColorScheme(name, false, {
|
||||
neutral: chroma.scale([
|
||||
"#2E3440",
|
||||
"#3B4252",
|
||||
"#434C5E",
|
||||
"#4C566A",
|
||||
"#D8DEE9",
|
||||
"#E5E9F0",
|
||||
"#ECEFF4",
|
||||
"#8FBCBB",
|
||||
]),
|
||||
red: colorRamp(chroma("#88C0D0")),
|
||||
orange: colorRamp(chroma("#81A1C1")),
|
||||
yellow: colorRamp(chroma("#5E81AC")),
|
||||
green: colorRamp(chroma("#BF616A")),
|
||||
cyan: colorRamp(chroma("#D08770")),
|
||||
blue: colorRamp(chroma("#EBCB8B")),
|
||||
violet: colorRamp(chroma("#A3BE8C")),
|
||||
magenta: colorRamp(chroma("#B48EAD")),
|
||||
})
|
||||
@@ -1,32 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Seti UI"
|
||||
const author = "jesseweed"
|
||||
const url = "https://github.com/jesseweed/seti-ui"
|
||||
const license = {
|
||||
type: "MIT",
|
||||
url: "https://github.com/jesseweed/seti-ui/blob/master/LICENSE.md",
|
||||
}
|
||||
|
||||
// `name-[light|dark]`, isLight, color ramps
|
||||
export const dark = createColorScheme(name, false, {
|
||||
neutral: chroma.scale([
|
||||
"#151718",
|
||||
"#262B30",
|
||||
"#1E2326",
|
||||
"#41535B",
|
||||
"#43a5d5",
|
||||
"#d6d6d6",
|
||||
"#eeeeee",
|
||||
"#ffffff",
|
||||
]),
|
||||
red: colorRamp(chroma("#Cd3f45")),
|
||||
orange: colorRamp(chroma("#db7b55")),
|
||||
yellow: colorRamp(chroma("#e6cd69")),
|
||||
green: colorRamp(chroma("#9fca56")),
|
||||
cyan: colorRamp(chroma("#55dbbe")),
|
||||
blue: colorRamp(chroma("#55b5db")),
|
||||
violet: colorRamp(chroma("#a074c4")),
|
||||
magenta: colorRamp(chroma("#8a553f")),
|
||||
})
|
||||
@@ -1,32 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Tokyo Night Storm"
|
||||
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",
|
||||
}
|
||||
|
||||
// `name-[light|dark]`, isLight, color ramps
|
||||
export const dark = createColorScheme(name, false, {
|
||||
neutral: chroma.scale([
|
||||
"#24283B",
|
||||
"#16161E",
|
||||
"#343A52",
|
||||
"#444B6A",
|
||||
"#787C99",
|
||||
"#A9B1D6",
|
||||
"#CBCCD1",
|
||||
"#D5D6DB",
|
||||
]),
|
||||
red: colorRamp(chroma("#C0CAF5")),
|
||||
orange: colorRamp(chroma("#A9B1D6")),
|
||||
yellow: colorRamp(chroma("#0DB9D7")),
|
||||
green: colorRamp(chroma("#9ECE6A")),
|
||||
cyan: colorRamp(chroma("#B4F9F8")),
|
||||
blue: colorRamp(chroma("#2AC3DE")),
|
||||
violet: colorRamp(chroma("#BB9AF7")),
|
||||
magenta: colorRamp(chroma("#F7768E")),
|
||||
})
|
||||
@@ -1,53 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Tokyo"
|
||||
const author = "folke"
|
||||
const url = "https://github.com/folke/tokyonight.nvim"
|
||||
const license = {
|
||||
type: "Apache License 2.0",
|
||||
url: "https://github.com/folke/tokyonight.nvim/blob/main/LICENSE",
|
||||
}
|
||||
|
||||
// `name-[light|dark]`, isLight, color ramps
|
||||
export const dark = createColorScheme(`${name} Night`, false, {
|
||||
neutral: chroma.scale([
|
||||
"#1A1B26",
|
||||
"#16161E",
|
||||
"#2F3549",
|
||||
"#444B6A",
|
||||
"#787C99",
|
||||
"#A9B1D6",
|
||||
"#CBCCD1",
|
||||
"#D5D6DB",
|
||||
]),
|
||||
red: colorRamp(chroma("#C0CAF5")),
|
||||
orange: colorRamp(chroma("#A9B1D6")),
|
||||
yellow: colorRamp(chroma("#0DB9D7")),
|
||||
green: colorRamp(chroma("#9ECE6A")),
|
||||
cyan: colorRamp(chroma("#B4F9F8")),
|
||||
blue: colorRamp(chroma("#2AC3DE")),
|
||||
violet: colorRamp(chroma("#BB9AF7")),
|
||||
magenta: colorRamp(chroma("#F7768E")),
|
||||
})
|
||||
|
||||
export const light = createColorScheme(`${name} Day`, true, {
|
||||
neutral: chroma.scale([
|
||||
"#1A1B26",
|
||||
"#1A1B26",
|
||||
"#343B59",
|
||||
"#4C505E",
|
||||
"#9699A3",
|
||||
"#DFE0E5",
|
||||
"#CBCCD1",
|
||||
"#D5D6DB",
|
||||
]),
|
||||
red: colorRamp(chroma("#343B58")),
|
||||
orange: colorRamp(chroma("#965027")),
|
||||
yellow: colorRamp(chroma("#166775")),
|
||||
green: colorRamp(chroma("#485E30")),
|
||||
cyan: colorRamp(chroma("#3E6968")),
|
||||
blue: colorRamp(chroma("#34548A")),
|
||||
violet: colorRamp(chroma("#5A4A78")),
|
||||
magenta: colorRamp(chroma("#8C4351")),
|
||||
})
|
||||
@@ -1,31 +0,0 @@
|
||||
import chroma from "chroma-js"
|
||||
import { colorRamp, createColorScheme } from "../common/ramps"
|
||||
|
||||
const name = "Zenburn"
|
||||
const author = "elnawe"
|
||||
const url = "https://github.com/elnawe/base16-zenburn-scheme"
|
||||
const license = {
|
||||
type: "None",
|
||||
url: "",
|
||||
}
|
||||
|
||||
export const dark = createColorScheme(name, false, {
|
||||
neutral: chroma.scale([
|
||||
"#383838",
|
||||
"#404040",
|
||||
"#606060",
|
||||
"#6f6f6f",
|
||||
"#808080",
|
||||
"#dcdccc",
|
||||
"#c0c0c0",
|
||||
"#ffffff",
|
||||
]),
|
||||
red: colorRamp(chroma("#dca3a3")),
|
||||
orange: colorRamp(chroma("#dfaf8f")),
|
||||
yellow: colorRamp(chroma("#e0cf9f")),
|
||||
green: colorRamp(chroma("#5f7f5f")),
|
||||
cyan: colorRamp(chroma("#93e0e3")),
|
||||
blue: colorRamp(chroma("#7cb8bb")),
|
||||
violet: colorRamp(chroma("#dc8cc3")),
|
||||
magenta: colorRamp(chroma("#000000")),
|
||||
})
|
||||
Reference in New Issue
Block a user