changed colors
This commit is contained in:
parent
b85951897c
commit
45fcd12d85
1 changed files with 3 additions and 3 deletions
|
@ -39,16 +39,16 @@ const config: QuartzConfig = {
|
||||||
lightgray: "#e5e5e5",
|
lightgray: "#e5e5e5",
|
||||||
gray: "#b8b8b8",
|
gray: "#b8b8b8",
|
||||||
// darkgray: "#4e4e4e",
|
// darkgray: "#4e4e4e",
|
||||||
dark: "#2b2b2b",
|
dark: "#300020",
|
||||||
//secondary: "#284b63",
|
//secondary: "#284b63",
|
||||||
// tertiary: "#84a59d",
|
// tertiary: "#84a59d",
|
||||||
// highlight: "rgba(143, 159, 169, 0.15)",
|
// highlight: "rgba(143, 159, 169, 0.15)",
|
||||||
// textHighlight: "#fff23688",
|
// textHighlight: "#fff23688",
|
||||||
darkgray: "#d4d4d4",
|
darkgray: "#140400",
|
||||||
// dark: "#ebebec",
|
// dark: "#ebebec",
|
||||||
secondary: "#7b97aa",
|
secondary: "#7b97aa",
|
||||||
tertiary: "#84a59d",
|
tertiary: "#84a59d",
|
||||||
highlight: "rgba(169, 109, 60, 0.15)",
|
highlight: "rgba(169, 49, 60, 0.55)",
|
||||||
textHighlight: "#b3aa0288",
|
textHighlight: "#b3aa0288",
|
||||||
},
|
},
|
||||||
darkMode: {
|
darkMode: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue