updated secondary and tertiary colors

This commit is contained in:
Heli-o 2024-04-07 16:36:00 +02:00
parent 62bec1c2d8
commit 1d12c761d0

View file

@ -33,8 +33,8 @@ const config: QuartzConfig = {
gray: "#b8b8b8", gray: "#b8b8b8",
darkgray: "#4e4e4e", darkgray: "#4e4e4e",
dark: "#2b2b2b", dark: "#2b2b2b",
secondary: "#284b63", secondary: "#064673",
tertiary: "#84a59d", tertiary: "#e83a7d",
highlight: "rgba(143, 159, 169, 0.15)", highlight: "rgba(143, 159, 169, 0.15)",
}, },
darkMode: { darkMode: {
@ -43,8 +43,8 @@ const config: QuartzConfig = {
gray: "#646464", gray: "#646464",
darkgray: "#d4d4d4", darkgray: "#d4d4d4",
dark: "#ebebec", dark: "#ebebec",
secondary: "#7b97aa", secondary: "#439fde", //includes a tags
tertiary: "#84a59d", tertiary: "#e83a7d",
highlight: "rgba(143, 159, 169, 0.15)", highlight: "rgba(143, 159, 169, 0.15)",
}, },
}, },