mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-12-11 02:09:05 +00:00
change config format
This commit is contained in:
21
data/theme.json
Normal file
21
data/theme.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"color": {
|
||||
"fg": "ffffff",
|
||||
"fg_dark": "b8bcc1",
|
||||
"fg_accent": "9988ff",
|
||||
"bg": "0d1117",
|
||||
"bg_accent_light":"510079",
|
||||
"bg_accent_dark":"020030"
|
||||
},
|
||||
"opacity": {
|
||||
"low": 0.2,
|
||||
"med": 0.55,
|
||||
"high": 0.85
|
||||
},
|
||||
"font": {
|
||||
"name_regular": "Roboto",
|
||||
"name_mono": "Roboto Mono",
|
||||
"size_base_pt": 12,
|
||||
"size_step_pt": 1.5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user