mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-03 17:36:41 +00:00
added solarized dark theme
This commit is contained in:
parent
2e5bd73fd8
commit
d7a3d8b965
@ -40,6 +40,7 @@ export const THEME_GROUPS = [
|
||||
"dracula",
|
||||
"monokaiPro",
|
||||
"tokyoNight",
|
||||
"solarizedDark",
|
||||
"ayuDark",
|
||||
"ayuMirage",
|
||||
],
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user