mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
rgb to hex colors
This commit is contained in:
parent
901482553e
commit
e32b5f5a11
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -75,4 +75,4 @@
|
|||||||
# Exclude files from exporting
|
# Exclude files from exporting
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
.gitkeep export-ignore
|
.gitkeep export-ignore
|
||||||
|
|||||||
@ -27,10 +27,10 @@ const config: QuartzConfig = {
|
|||||||
dark: "#2b2b2b",
|
dark: "#2b2b2b",
|
||||||
secondary: "#284b63",
|
secondary: "#284b63",
|
||||||
tertiary: "#84a59d",
|
tertiary: "#84a59d",
|
||||||
highlight: "rgba(143, 159, 169, 0.15)", // #8f9fa926
|
highlight: "#8f9fa926", // rgba(143, 159, 169, 0.15)
|
||||||
},
|
},
|
||||||
darkMode: {
|
darkMode: {
|
||||||
// #494f5c #3b3e48 #343a40
|
// #161618 #494f5c #3b3e48 #343a40 #2a303c
|
||||||
light: "#161618",
|
light: "#161618",
|
||||||
lightgray: "#393639",
|
lightgray: "#393639",
|
||||||
gray: "#646464",
|
gray: "#646464",
|
||||||
@ -38,7 +38,7 @@ const config: QuartzConfig = {
|
|||||||
dark: "#ebebec",
|
dark: "#ebebec",
|
||||||
secondary: "#7b97aa",
|
secondary: "#7b97aa",
|
||||||
tertiary: "#84a59d",
|
tertiary: "#84a59d",
|
||||||
highlight: "rgba(143, 159, 169, 0.15)", // #8f9fa926
|
highlight: "#8f9fa926", // #8f9fa926
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user