From 6a3f30f225a3d211e79d4e42a1769251eba67a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Bumaruf?= <25939563+bumaruf@users.noreply.github.com> Date: Wed, 15 Jul 2026 12:05:52 -0300 Subject: [PATCH] feat: add a pack of 20 bundled themes Adds 20 famous dark/light terminal themes to themes/core, each sourced from its real upstream repo with verified license and WCAG AA foreground/background contrast. Regenerates src/generated/builtin-themes.ts. --- src/generated/builtin-themes.ts | 540 ++++++++++++++++++++++++++ themes/core/ayu-dark.toml | 13 + themes/core/ayu-mirage.toml | 13 + themes/core/catppuccin-frappe.toml | 13 + themes/core/catppuccin-latte.toml | 13 + themes/core/catppuccin-macchiato.toml | 13 + themes/core/cobalt2.toml | 13 + themes/core/everforest-light.toml | 13 + themes/core/github-dark.toml | 13 + themes/core/github-light.toml | 13 + themes/core/gruvbox-light.toml | 13 + themes/core/iceberg.toml | 13 + themes/core/monokai.toml | 13 + themes/core/night-owl.toml | 13 + themes/core/oceanic-next.toml | 13 + themes/core/one-light.toml | 13 + themes/core/palenight.toml | 13 + themes/core/rose-pine-dawn.toml | 13 + themes/core/rose-pine-moon.toml | 13 + themes/core/tokyo-night-storm.toml | 13 + themes/core/tomorrow-night.toml | 13 + 21 files changed, 800 insertions(+) create mode 100644 themes/core/ayu-dark.toml create mode 100644 themes/core/ayu-mirage.toml create mode 100644 themes/core/catppuccin-frappe.toml create mode 100644 themes/core/catppuccin-latte.toml create mode 100644 themes/core/catppuccin-macchiato.toml create mode 100644 themes/core/cobalt2.toml create mode 100644 themes/core/everforest-light.toml create mode 100644 themes/core/github-dark.toml create mode 100644 themes/core/github-light.toml create mode 100644 themes/core/gruvbox-light.toml create mode 100644 themes/core/iceberg.toml create mode 100644 themes/core/monokai.toml create mode 100644 themes/core/night-owl.toml create mode 100644 themes/core/oceanic-next.toml create mode 100644 themes/core/one-light.toml create mode 100644 themes/core/palenight.toml create mode 100644 themes/core/rose-pine-dawn.toml create mode 100644 themes/core/rose-pine-moon.toml create mode 100644 themes/core/tokyo-night-storm.toml create mode 100644 themes/core/tomorrow-night.toml diff --git a/src/generated/builtin-themes.ts b/src/generated/builtin-themes.ts index f57a40b..e96d6a1 100644 --- a/src/generated/builtin-themes.ts +++ b/src/generated/builtin-themes.ts @@ -7,6 +7,141 @@ import type { Theme } from "../core/theme"; export const BUILTIN_THEMES: Theme[] = [ + { + "name": "Ayu Dark", + "background": "#0f1419", + "foreground": "#e6e1cf", + "palette": [ + "#000000", + "#ff3333", + "#b8cc52", + "#e7c547", + "#36a3d9", + "#f07178", + "#95e6cb", + "#c5c5c5", + "#323232", + "#f2777a", + "#b8cc52", + "#ffee99", + "#68d5ff", + "#f07178", + "#95e6cb", + "#ffffff" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/ayu-theme/ayu-colors", + "license": "MIT" + }, + { + "name": "Ayu Mirage", + "background": "#212733", + "foreground": "#cbccc6", + "palette": [ + "#171b24", + "#ff3333", + "#b8cc52", + "#e7c547", + "#73d0ff", + "#dfbfff", + "#95e6cb", + "#cbccc6", + "#323232", + "#f2777a", + "#b8cc52", + "#ffee99", + "#73d0ff", + "#dfbfff", + "#95e6cb", + "#ffffff" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/ayu-theme/ayu-colors", + "license": "MIT" + }, + { + "name": "Catppuccin Frappé", + "background": "#303446", + "foreground": "#c6d0f5", + "palette": [ + "#51576d", + "#e78284", + "#a6d189", + "#e5c890", + "#8caaee", + "#f4b8e4", + "#81c8be", + "#b5bfe2", + "#626880", + "#e78284", + "#a6d189", + "#e5c890", + "#8caaee", + "#f4b8e4", + "#81c8be", + "#a5adce" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/catppuccin/catppuccin", + "license": "MIT" + }, + { + "name": "Catppuccin Latte", + "background": "#eff1f5", + "foreground": "#4c4f69", + "palette": [ + "#acb0be", + "#d20f39", + "#40a02b", + "#df8e1d", + "#1e66f5", + "#ea76cb", + "#179299", + "#5c5f77", + "#9ca0b0", + "#d20f39", + "#40a02b", + "#df8e1d", + "#1e66f5", + "#ea76cb", + "#179299", + "#6c6f85" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/catppuccin/catppuccin", + "license": "MIT" + }, + { + "name": "Catppuccin Macchiato", + "background": "#24273a", + "foreground": "#cad3f5", + "palette": [ + "#494d64", + "#ed8796", + "#a6da95", + "#eed49f", + "#8aadf4", + "#f5bde6", + "#8bd5ca", + "#b8c0e0", + "#5b6078", + "#ed8796", + "#a6da95", + "#eed49f", + "#8aadf4", + "#f5bde6", + "#8bd5ca", + "#a5adcb" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/catppuccin/catppuccin", + "license": "MIT" + }, { "name": "Catppuccin Mocha", "background": "#1e1e2e", @@ -34,6 +169,33 @@ export const BUILTIN_THEMES: Theme[] = [ "source": "https://github.com/catppuccin/catppuccin", "license": "MIT" }, + { + "name": "Cobalt2", + "background": "#193549", + "foreground": "#ffffff", + "palette": [ + "#000000", + "#ff2358", + "#38de21", + "#ffe50a", + "#1460d2", + "#ff005d", + "#00bbbb", + "#bbbbbb", + "#555555", + "#f40e17", + "#b1e05f", + "#ffe50a", + "#00a8c6", + "#ff005d", + "#00bbbb", + "#ffffff" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/wesbos/cobalt2-vscode", + "license": "MIT" + }, { "name": "Dracula", "background": "#282a36", @@ -88,6 +250,87 @@ export const BUILTIN_THEMES: Theme[] = [ "source": "https://github.com/sainnhe/everforest", "license": "MIT" }, + { + "name": "Everforest Light", + "background": "#f3ead3", + "foreground": "#5c6a72", + "palette": [ + "#f3ead3", + "#f85552", + "#8da101", + "#dfa000", + "#3a94c5", + "#df69ba", + "#35a77c", + "#5c6a72", + "#939f91", + "#f85552", + "#8da101", + "#dfa000", + "#3a94c5", + "#df69ba", + "#35a77c", + "#5c6a72" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/sainnhe/everforest", + "license": "MIT" + }, + { + "name": "GitHub Dark", + "background": "#0d1117", + "foreground": "#c9d1d9", + "palette": [ + "#484f58", + "#ff7b72", + "#3fb950", + "#d29922", + "#58a6ff", + "#bc8cff", + "#39c5cf", + "#b1bac4", + "#6e7681", + "#ffa198", + "#56d364", + "#e3b341", + "#79c0ff", + "#d2a8ff", + "#56d4dd", + "#f0f6fc" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/primer/github-vscode-theme", + "license": "MIT" + }, + { + "name": "GitHub Light", + "background": "#ffffff", + "foreground": "#24292f", + "palette": [ + "#24292f", + "#cf222e", + "#116329", + "#4d2d00", + "#0969da", + "#8250df", + "#1b7c83", + "#6e7781", + "#57606a", + "#a40e26", + "#1a7f37", + "#633c01", + "#218bff", + "#a475f9", + "#3192aa", + "#8c959f" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/primer/github-vscode-theme", + "license": "MIT" + }, { "name": "Gruvbox Dark", "background": "#282828", @@ -115,6 +358,60 @@ export const BUILTIN_THEMES: Theme[] = [ "source": "https://github.com/morhetz/gruvbox", "license": "unlicensed" }, + { + "name": "Gruvbox Light", + "background": "#fbf1c7", + "foreground": "#3c3836", + "palette": [ + "#fbf1c7", + "#cc241d", + "#98971a", + "#d79921", + "#458588", + "#b16286", + "#689d6a", + "#7c6f64", + "#928374", + "#9d0006", + "#79740e", + "#b57614", + "#076678", + "#8f3f71", + "#427b58", + "#3c3836" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/morhetz/gruvbox", + "license": "unlicensed" + }, + { + "name": "Iceberg", + "background": "#161821", + "foreground": "#c6c8d1", + "palette": [ + "#161821", + "#e27878", + "#b4be82", + "#e2a478", + "#84a0c6", + "#a093c7", + "#89b8c2", + "#c6c8d1", + "#6b7089", + "#e98989", + "#c0ca8e", + "#e9b189", + "#91acd1", + "#ada0d3", + "#95c4ce", + "#d2d4de" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/cocopon/iceberg.vim", + "license": "MIT" + }, { "name": "Kanagawa", "background": "#1f1f28", @@ -142,6 +439,60 @@ export const BUILTIN_THEMES: Theme[] = [ "source": "https://github.com/rebelot/kanagawa.nvim", "license": "MIT" }, + { + "name": "Monokai", + "background": "#272822", + "foreground": "#f8f8f2", + "palette": [ + "#272822", + "#f92672", + "#a6e22e", + "#f4bf75", + "#66d9ef", + "#ae81ff", + "#a1efe4", + "#f8f8f2", + "#75715e", + "#f92672", + "#a6e22e", + "#f4bf75", + "#66d9ef", + "#ae81ff", + "#a1efe4", + "#f9f8f5" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://monokai.pro/", + "license": "unlicensed" + }, + { + "name": "Night Owl", + "background": "#011627", + "foreground": "#d6deeb", + "palette": [ + "#011627", + "#ef5350", + "#22da6e", + "#c5e478", + "#82aaff", + "#c792ea", + "#21c7a8", + "#ffffff", + "#575656", + "#ef5350", + "#22da6e", + "#ffeb95", + "#82aaff", + "#c792ea", + "#7fdbca", + "#ffffff" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/sdras/night-owl-vscode-theme", + "license": "MIT" + }, { "name": "Nord", "background": "#2e3440", @@ -169,6 +520,33 @@ export const BUILTIN_THEMES: Theme[] = [ "source": "https://www.nordtheme.com/docs/colors-and-palettes", "license": "MIT" }, + { + "name": "Oceanic Next", + "background": "#1b2b34", + "foreground": "#c0c5ce", + "palette": [ + "#1b2b34", + "#ec5f67", + "#99c794", + "#fac863", + "#6699cc", + "#c594c5", + "#5fb3b3", + "#c0c5ce", + "#65737e", + "#ec5f67", + "#99c794", + "#fac863", + "#6699cc", + "#c594c5", + "#5fb3b3", + "#d8dee9" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/voronianski/oceanic-next-color-scheme", + "license": "unlicensed" + }, { "name": "One Dark", "background": "#282c34", @@ -196,6 +574,60 @@ export const BUILTIN_THEMES: Theme[] = [ "source": "https://github.com/atom/atom/tree/master/packages/one-dark-syntax", "license": "MIT" }, + { + "name": "One Light", + "background": "#fafafa", + "foreground": "#383a42", + "palette": [ + "#383a42", + "#ca1243", + "#50a14f", + "#c18401", + "#4078f2", + "#a626a4", + "#0184bc", + "#fafafa", + "#a0a1a7", + "#ca1243", + "#50a14f", + "#c18401", + "#4078f2", + "#a626a4", + "#0184bc", + "#ffffff" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/atom/one-light-syntax", + "license": "MIT" + }, + { + "name": "Palenight", + "background": "#292d3e", + "foreground": "#a6accd", + "palette": [ + "#292d3e", + "#f07178", + "#c3e88d", + "#ffcb6b", + "#82aaff", + "#c792ea", + "#89ddff", + "#d0d0d0", + "#434758", + "#ff8b92", + "#ddffa7", + "#ffe585", + "#9cc4ff", + "#e1acff", + "#a3f7ff", + "#ffffff" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/drewtempelmeyer/palenight.vim", + "license": "MIT" + }, { "name": "Rose Pine", "background": "#191724", @@ -223,6 +655,60 @@ export const BUILTIN_THEMES: Theme[] = [ "source": "https://rosepinetheme.com/palette/", "license": "MIT" }, + { + "name": "Rosé Pine Dawn", + "background": "#faf4ed", + "foreground": "#575279", + "palette": [ + "#fffaf3", + "#b4637a", + "#286983", + "#ea9d34", + "#56949f", + "#907aa9", + "#d7827e", + "#575279", + "#9893a5", + "#b4637a", + "#286983", + "#ea9d34", + "#56949f", + "#907aa9", + "#d7827e", + "#575279" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://rosepinetheme.com/palette/", + "license": "MIT" + }, + { + "name": "Rosé Pine Moon", + "background": "#232136", + "foreground": "#e0def4", + "palette": [ + "#2a273f", + "#eb6f92", + "#3e8fb0", + "#f6c177", + "#9ccfd8", + "#c4a7e7", + "#ea9a97", + "#e0def4", + "#6e6a86", + "#eb6f92", + "#3e8fb0", + "#f6c177", + "#9ccfd8", + "#c4a7e7", + "#ea9a97", + "#e0def4" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://rosepinetheme.com/palette/", + "license": "MIT" + }, { "name": "Solarized Dark", "background": "#002b36", @@ -276,5 +762,59 @@ export const BUILTIN_THEMES: Theme[] = [ "contributor": "@bumaruf", "source": "https://github.com/enkia/tokyo-night-vscode-theme", "license": "MIT" + }, + { + "name": "Tokyo Night Storm", + "background": "#24283b", + "foreground": "#c0caf5", + "palette": [ + "#414868", + "#f7768e", + "#9ece6a", + "#e0af68", + "#7aa2f7", + "#bb9af7", + "#7dcfff", + "#a9b1d6", + "#565f89", + "#f7768e", + "#9ece6a", + "#e0af68", + "#7aa2f7", + "#bb9af7", + "#7dcfff", + "#c0caf5" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/folke/tokyonight.nvim", + "license": "Apache-2.0" + }, + { + "name": "Tomorrow Night", + "background": "#1d1f21", + "foreground": "#c5c8c6", + "palette": [ + "#1d1f21", + "#cc6666", + "#b5bd68", + "#f0c674", + "#81a2be", + "#b294bb", + "#8abeb7", + "#c5c8c6", + "#969896", + "#cc6666", + "#b5bd68", + "#f0c674", + "#81a2be", + "#b294bb", + "#8abeb7", + "#ffffff" + ], + "author": "@bumaruf", + "contributor": "@bumaruf", + "source": "https://github.com/chriskempson/tomorrow-theme", + "license": "MIT" } ]; diff --git a/themes/core/ayu-dark.toml b/themes/core/ayu-dark.toml new file mode 100644 index 0000000..e97129c --- /dev/null +++ b/themes/core/ayu-dark.toml @@ -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", +] diff --git a/themes/core/ayu-mirage.toml b/themes/core/ayu-mirage.toml new file mode 100644 index 0000000..00f82c5 --- /dev/null +++ b/themes/core/ayu-mirage.toml @@ -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", +] diff --git a/themes/core/catppuccin-frappe.toml b/themes/core/catppuccin-frappe.toml new file mode 100644 index 0000000..ae28709 --- /dev/null +++ b/themes/core/catppuccin-frappe.toml @@ -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", +] diff --git a/themes/core/catppuccin-latte.toml b/themes/core/catppuccin-latte.toml new file mode 100644 index 0000000..7b1a08a --- /dev/null +++ b/themes/core/catppuccin-latte.toml @@ -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", +] diff --git a/themes/core/catppuccin-macchiato.toml b/themes/core/catppuccin-macchiato.toml new file mode 100644 index 0000000..9ba3276 --- /dev/null +++ b/themes/core/catppuccin-macchiato.toml @@ -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", +] diff --git a/themes/core/cobalt2.toml b/themes/core/cobalt2.toml new file mode 100644 index 0000000..43279fb --- /dev/null +++ b/themes/core/cobalt2.toml @@ -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", +] diff --git a/themes/core/everforest-light.toml b/themes/core/everforest-light.toml new file mode 100644 index 0000000..ec137d3 --- /dev/null +++ b/themes/core/everforest-light.toml @@ -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", +] diff --git a/themes/core/github-dark.toml b/themes/core/github-dark.toml new file mode 100644 index 0000000..8035f88 --- /dev/null +++ b/themes/core/github-dark.toml @@ -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", +] diff --git a/themes/core/github-light.toml b/themes/core/github-light.toml new file mode 100644 index 0000000..d225829 --- /dev/null +++ b/themes/core/github-light.toml @@ -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", +] diff --git a/themes/core/gruvbox-light.toml b/themes/core/gruvbox-light.toml new file mode 100644 index 0000000..667c4c5 --- /dev/null +++ b/themes/core/gruvbox-light.toml @@ -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", +] diff --git a/themes/core/iceberg.toml b/themes/core/iceberg.toml new file mode 100644 index 0000000..e4aa675 --- /dev/null +++ b/themes/core/iceberg.toml @@ -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", +] diff --git a/themes/core/monokai.toml b/themes/core/monokai.toml new file mode 100644 index 0000000..21bcbb9 --- /dev/null +++ b/themes/core/monokai.toml @@ -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", +] diff --git a/themes/core/night-owl.toml b/themes/core/night-owl.toml new file mode 100644 index 0000000..2b78dbe --- /dev/null +++ b/themes/core/night-owl.toml @@ -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", +] diff --git a/themes/core/oceanic-next.toml b/themes/core/oceanic-next.toml new file mode 100644 index 0000000..67802e4 --- /dev/null +++ b/themes/core/oceanic-next.toml @@ -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", +] diff --git a/themes/core/one-light.toml b/themes/core/one-light.toml new file mode 100644 index 0000000..54d3f78 --- /dev/null +++ b/themes/core/one-light.toml @@ -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", +] diff --git a/themes/core/palenight.toml b/themes/core/palenight.toml new file mode 100644 index 0000000..7387d5c --- /dev/null +++ b/themes/core/palenight.toml @@ -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", +] diff --git a/themes/core/rose-pine-dawn.toml b/themes/core/rose-pine-dawn.toml new file mode 100644 index 0000000..b27500f --- /dev/null +++ b/themes/core/rose-pine-dawn.toml @@ -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", +] diff --git a/themes/core/rose-pine-moon.toml b/themes/core/rose-pine-moon.toml new file mode 100644 index 0000000..45a6a30 --- /dev/null +++ b/themes/core/rose-pine-moon.toml @@ -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", +] diff --git a/themes/core/tokyo-night-storm.toml b/themes/core/tokyo-night-storm.toml new file mode 100644 index 0000000..a297b68 --- /dev/null +++ b/themes/core/tokyo-night-storm.toml @@ -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", +] diff --git a/themes/core/tomorrow-night.toml b/themes/core/tomorrow-night.toml new file mode 100644 index 0000000..a313bd1 --- /dev/null +++ b/themes/core/tomorrow-night.toml @@ -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", +]