mirror of
https://github.com/pcvolkmer/idicon.git
synced 2025-07-01 11:22:54 +00:00
Add TOML based config file
The config file may provide default values or user sepcific settings.
This commit is contained in:
BIN
testdata/a1d0c6e83f027327d8461063f4ac58a6_gh.png
vendored
Normal file
BIN
testdata/a1d0c6e83f027327d8461063f4ac58a6_gh.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 B |
8
testdata/testconfig.toml
vendored
Normal file
8
testdata/testconfig.toml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
[defaults]
|
||||
color-scheme = "gh"
|
||||
|
||||
[[users]]
|
||||
id = "example"
|
||||
alias = "42"
|
||||
color-scheme = "gh"
|
||||
pattern = "github"
|
Reference in New Issue
Block a user