Merge pull request #143 from zanerobinson/feature/solarizedDark

added solarized dark theme
This commit is contained in:
Abdenasser Elidrissi 2025-02-26 18:10:36 +00:00 committed by GitHub
commit 44e54a645d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 28 additions and 0 deletions

View File

@ -40,6 +40,7 @@ export const THEME_GROUPS = [
"dracula",
"monokaiPro",
"tokyoNight",
"solarizedDark",
"ayuDark",
"ayuMirage",
],

View File

@ -271,6 +271,33 @@ export const themes: Record<string, Theme> = {
teal: "#2aa198",
},
},
solarizedDark: {
name: "solarizedDark",
label: "Solarized Dark",
colors: {
base: "#002b36",
mantle: "#073642",
crust: "#0A4C5C",
text: "#839496",
subtext0: "#657b83",
subtext1: "#586e75",
surface0: "#00313D",
surface1: "#073642",
surface2: "#083C49",
overlay0: "#586e75",
overlay1: "#657b83",
blue: "#268bd2",
lavender: "#6c71c4",
sapphire: "#2aa198",
sky: "#2aa198",
red: "#dc322f",
maroon: "#cb4b16",
peach: "#cb4b16",
yellow: "#b58900",
green: "#859900",
teal: "#2aa198",
},
},
oneLight: {
name: "oneLight",
label: "One Light",