mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -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
|
||||
.gitattributes export-ignore
|
||||
.gitignore export-ignore
|
||||
.gitkeep export-ignore
|
||||
.gitkeep export-ignore
|
||||
|
||||
@ -27,10 +27,10 @@ const config: QuartzConfig = {
|
||||
dark: "#2b2b2b",
|
||||
secondary: "#284b63",
|
||||
tertiary: "#84a59d",
|
||||
highlight: "rgba(143, 159, 169, 0.15)", // #8f9fa926
|
||||
highlight: "#8f9fa926", // rgba(143, 159, 169, 0.15)
|
||||
},
|
||||
darkMode: {
|
||||
// #494f5c #3b3e48 #343a40
|
||||
// #161618 #494f5c #3b3e48 #343a40 #2a303c
|
||||
light: "#161618",
|
||||
lightgray: "#393639",
|
||||
gray: "#646464",
|
||||
@ -38,7 +38,7 @@ const config: QuartzConfig = {
|
||||
dark: "#ebebec",
|
||||
secondary: "#7b97aa",
|
||||
tertiary: "#84a59d",
|
||||
highlight: "rgba(143, 159, 169, 0.15)", // #8f9fa926
|
||||
highlight: "#8f9fa926", // #8f9fa926
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user