diff --git a/src/lib/constants/index.ts b/src/lib/constants/index.ts index f8b24ba..fe2bcbb 100644 --- a/src/lib/constants/index.ts +++ b/src/lib/constants/index.ts @@ -40,6 +40,7 @@ export const THEME_GROUPS = [ "dracula", "monokaiPro", "tokyoNight", + "solarizedDark", "ayuDark", "ayuMirage", ], diff --git a/src/lib/definitions/themes.ts b/src/lib/definitions/themes.ts index 4fc7188..f7344ee 100644 --- a/src/lib/definitions/themes.ts +++ b/src/lib/definitions/themes.ts @@ -271,6 +271,33 @@ export const themes: Record = { 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",