Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
540 changes: 540 additions & 0 deletions src/generated/builtin-themes.ts

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions themes/core/ayu-dark.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Ayu Dark"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/ayu-theme/ayu-colors"
license = "MIT"
background = "#0f1419"
foreground = "#e6e1cf"
palette = [
"#000000", "#ff3333", "#b8cc52", "#e7c547",
"#36a3d9", "#f07178", "#95e6cb", "#c5c5c5",
"#323232", "#f2777a", "#b8cc52", "#ffee99",
"#68d5ff", "#f07178", "#95e6cb", "#ffffff",
]
13 changes: 13 additions & 0 deletions themes/core/ayu-mirage.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Ayu Mirage"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/ayu-theme/ayu-colors"
license = "MIT"
background = "#212733"
foreground = "#cbccc6"
palette = [
"#171b24", "#ff3333", "#b8cc52", "#e7c547",
"#73d0ff", "#dfbfff", "#95e6cb", "#cbccc6",
"#323232", "#f2777a", "#b8cc52", "#ffee99",
"#73d0ff", "#dfbfff", "#95e6cb", "#ffffff",
]
13 changes: 13 additions & 0 deletions themes/core/catppuccin-frappe.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Catppuccin Frappé"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/catppuccin/catppuccin"
license = "MIT"
background = "#303446"
foreground = "#c6d0f5"
palette = [
"#51576d", "#e78284", "#a6d189", "#e5c890",
"#8caaee", "#f4b8e4", "#81c8be", "#b5bfe2",
"#626880", "#e78284", "#a6d189", "#e5c890",
"#8caaee", "#f4b8e4", "#81c8be", "#a5adce",
]
13 changes: 13 additions & 0 deletions themes/core/catppuccin-latte.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Catppuccin Latte"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/catppuccin/catppuccin"
license = "MIT"
background = "#eff1f5"
foreground = "#4c4f69"
palette = [
"#acb0be", "#d20f39", "#40a02b", "#df8e1d",
"#1e66f5", "#ea76cb", "#179299", "#5c5f77",
"#9ca0b0", "#d20f39", "#40a02b", "#df8e1d",
"#1e66f5", "#ea76cb", "#179299", "#6c6f85",
]
13 changes: 13 additions & 0 deletions themes/core/catppuccin-macchiato.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Catppuccin Macchiato"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/catppuccin/catppuccin"
license = "MIT"
background = "#24273a"
foreground = "#cad3f5"
palette = [
"#494d64", "#ed8796", "#a6da95", "#eed49f",
"#8aadf4", "#f5bde6", "#8bd5ca", "#b8c0e0",
"#5b6078", "#ed8796", "#a6da95", "#eed49f",
"#8aadf4", "#f5bde6", "#8bd5ca", "#a5adcb",
]
13 changes: 13 additions & 0 deletions themes/core/cobalt2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Cobalt2"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/wesbos/cobalt2-vscode"
license = "MIT"
background = "#193549"
foreground = "#ffffff"
palette = [
"#000000", "#ff2358", "#38de21", "#ffe50a",
"#1460d2", "#ff005d", "#00bbbb", "#bbbbbb",
"#555555", "#f40e17", "#b1e05f", "#ffe50a",
"#00a8c6", "#ff005d", "#00bbbb", "#ffffff",
]
13 changes: 13 additions & 0 deletions themes/core/everforest-light.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Everforest Light"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/sainnhe/everforest"
license = "MIT"
background = "#f3ead3"
foreground = "#5c6a72"
palette = [
"#f3ead3", "#f85552", "#8da101", "#dfa000",
"#3a94c5", "#df69ba", "#35a77c", "#5c6a72",
"#939f91", "#f85552", "#8da101", "#dfa000",
"#3a94c5", "#df69ba", "#35a77c", "#5c6a72",
]
13 changes: 13 additions & 0 deletions themes/core/github-dark.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "GitHub Dark"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/primer/github-vscode-theme"
license = "MIT"
background = "#0d1117"
foreground = "#c9d1d9"
palette = [
"#484f58", "#ff7b72", "#3fb950", "#d29922",
"#58a6ff", "#bc8cff", "#39c5cf", "#b1bac4",
"#6e7681", "#ffa198", "#56d364", "#e3b341",
"#79c0ff", "#d2a8ff", "#56d4dd", "#f0f6fc",
]
13 changes: 13 additions & 0 deletions themes/core/github-light.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "GitHub Light"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/primer/github-vscode-theme"
license = "MIT"
background = "#ffffff"
foreground = "#24292f"
palette = [
"#24292f", "#cf222e", "#116329", "#4d2d00",
"#0969da", "#8250df", "#1b7c83", "#6e7781",
"#57606a", "#a40e26", "#1a7f37", "#633c01",
"#218bff", "#a475f9", "#3192aa", "#8c959f",
]
13 changes: 13 additions & 0 deletions themes/core/gruvbox-light.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Gruvbox Light"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/morhetz/gruvbox"
license = "unlicensed"
background = "#fbf1c7"
foreground = "#3c3836"
palette = [
"#fbf1c7", "#cc241d", "#98971a", "#d79921",
"#458588", "#b16286", "#689d6a", "#7c6f64",
"#928374", "#9d0006", "#79740e", "#b57614",
"#076678", "#8f3f71", "#427b58", "#3c3836",
]
13 changes: 13 additions & 0 deletions themes/core/iceberg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Iceberg"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/cocopon/iceberg.vim"
license = "MIT"
background = "#161821"
foreground = "#c6c8d1"
palette = [
"#161821", "#e27878", "#b4be82", "#e2a478",
"#84a0c6", "#a093c7", "#89b8c2", "#c6c8d1",
"#6b7089", "#e98989", "#c0ca8e", "#e9b189",
"#91acd1", "#ada0d3", "#95c4ce", "#d2d4de",
]
13 changes: 13 additions & 0 deletions themes/core/monokai.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Monokai"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://monokai.pro/"
license = "unlicensed"
background = "#272822"
foreground = "#f8f8f2"
palette = [
"#272822", "#f92672", "#a6e22e", "#f4bf75",
"#66d9ef", "#ae81ff", "#a1efe4", "#f8f8f2",
"#75715e", "#f92672", "#a6e22e", "#f4bf75",
"#66d9ef", "#ae81ff", "#a1efe4", "#f9f8f5",
]
13 changes: 13 additions & 0 deletions themes/core/night-owl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Night Owl"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/sdras/night-owl-vscode-theme"
license = "MIT"
background = "#011627"
foreground = "#d6deeb"
palette = [
"#011627", "#ef5350", "#22da6e", "#c5e478",
"#82aaff", "#c792ea", "#21c7a8", "#ffffff",
"#575656", "#ef5350", "#22da6e", "#ffeb95",
"#82aaff", "#c792ea", "#7fdbca", "#ffffff",
]
13 changes: 13 additions & 0 deletions themes/core/oceanic-next.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Oceanic Next"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/voronianski/oceanic-next-color-scheme"
license = "unlicensed"
background = "#1b2b34"
foreground = "#c0c5ce"
palette = [
"#1b2b34", "#ec5f67", "#99c794", "#fac863",
"#6699cc", "#c594c5", "#5fb3b3", "#c0c5ce",
"#65737e", "#ec5f67", "#99c794", "#fac863",
"#6699cc", "#c594c5", "#5fb3b3", "#d8dee9",
]
13 changes: 13 additions & 0 deletions themes/core/one-light.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "One Light"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/atom/one-light-syntax"
license = "MIT"
background = "#fafafa"
foreground = "#383a42"
palette = [
"#383a42", "#ca1243", "#50a14f", "#c18401",
"#4078f2", "#a626a4", "#0184bc", "#fafafa",
"#a0a1a7", "#ca1243", "#50a14f", "#c18401",
"#4078f2", "#a626a4", "#0184bc", "#ffffff",
]
13 changes: 13 additions & 0 deletions themes/core/palenight.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Palenight"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/drewtempelmeyer/palenight.vim"
license = "MIT"
background = "#292d3e"
foreground = "#a6accd"
palette = [
"#292d3e", "#f07178", "#c3e88d", "#ffcb6b",
"#82aaff", "#c792ea", "#89ddff", "#d0d0d0",
"#434758", "#ff8b92", "#ddffa7", "#ffe585",
"#9cc4ff", "#e1acff", "#a3f7ff", "#ffffff",
]
13 changes: 13 additions & 0 deletions themes/core/rose-pine-dawn.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Rosé Pine Dawn"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://rosepinetheme.com/palette/"
license = "MIT"
background = "#faf4ed"
foreground = "#575279"
palette = [
"#fffaf3", "#b4637a", "#286983", "#ea9d34",
"#56949f", "#907aa9", "#d7827e", "#575279",
"#9893a5", "#b4637a", "#286983", "#ea9d34",
"#56949f", "#907aa9", "#d7827e", "#575279",
]
13 changes: 13 additions & 0 deletions themes/core/rose-pine-moon.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Rosé Pine Moon"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://rosepinetheme.com/palette/"
license = "MIT"
background = "#232136"
foreground = "#e0def4"
palette = [
"#2a273f", "#eb6f92", "#3e8fb0", "#f6c177",
"#9ccfd8", "#c4a7e7", "#ea9a97", "#e0def4",
"#6e6a86", "#eb6f92", "#3e8fb0", "#f6c177",
"#9ccfd8", "#c4a7e7", "#ea9a97", "#e0def4",
]
13 changes: 13 additions & 0 deletions themes/core/tokyo-night-storm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Tokyo Night Storm"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/folke/tokyonight.nvim"
license = "Apache-2.0"
background = "#24283b"
foreground = "#c0caf5"
palette = [
"#414868", "#f7768e", "#9ece6a", "#e0af68",
"#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6",
"#565f89", "#f7768e", "#9ece6a", "#e0af68",
"#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5",
]
13 changes: 13 additions & 0 deletions themes/core/tomorrow-night.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Tomorrow Night"
author = "@bumaruf"
contributor = "@bumaruf"
source = "https://github.com/chriskempson/tomorrow-theme"
license = "MIT"
background = "#1d1f21"
foreground = "#c5c8c6"
palette = [
"#1d1f21", "#cc6666", "#b5bd68", "#f0c674",
"#81a2be", "#b294bb", "#8abeb7", "#c5c8c6",
"#969896", "#cc6666", "#b5bd68", "#f0c674",
"#81a2be", "#b294bb", "#8abeb7", "#ffffff",
]