-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update the config handler (#56)
- there was an error when the theme was not provided - the toolkit was using the font family of the user theme - other update
- Loading branch information
1 parent
02bc169
commit f416f0f
Showing
4 changed files
with
152 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[info] | ||
name = "Sample config" | ||
maintainors = ["test"] | ||
input_method = "test" | ||
homepage = "example.com" | ||
|
||
[core] | ||
buffer_size = 20 | ||
page_size = 10 | ||
auto_commit = false | ||
|
||
[theme] | ||
header.background = "#252320" | ||
header.foreground = "#dedddd" | ||
header.font = { family = "Charis-SIL", size = 12, weight = "bold" } | ||
body.background = "#dedddd" | ||
body.foreground = "#252320" | ||
body.font = { family = "Charis-SIL", size = 10, weight = "bold" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters