forked from 00dani/lemoncurry
Update manifest.json with extra properties, set theme colour properly as a <meta> as well
This commit is contained in:
parent
b172d9f139
commit
7429d43280
4 changed files with 33 additions and 8 deletions
|
@ -9,3 +9,7 @@ path = join(
|
|||
)
|
||||
with open(path, 'r') as f:
|
||||
theme = safe_load(f)
|
||||
|
||||
|
||||
def color(i):
|
||||
return '#' + theme['base0' + format(i, '1X')]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue