mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 17:35:55 +03:00
[GH-ISSUE #44] Wont read hn-tui.toml #10
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pfr-dev on GitHub (Nov 4, 2021).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/44
On both machines I have (Void-Linux & NetBSD) I cannot get it to load my theme configuration from the
hn-tui.tomlfile.This is my
~/.config/hn-tui.toml(which I shamelessly borrowed directly from another user - yes, it works for them).Even when running:
It still loads the default config. Any reason why it wouldn't be reading this file and just loading the default config?
@aome510 commented on GitHub (Nov 4, 2021):
@pfr-dev looking into your config file's theme, I guess you want to change the application's background right?
backgrounddoes not really represent background of the application. If you want to change the app's background, you change the valueviewinstead. According tocursive::themedocumentation:That means
backgroundis used to color a remaining part of the application in case the main views do not cover all the terminal.hackernews-tuidoesn't really have background if it's defined that way lol. Sorry for the confusion.With that said, you don't need to define all the configuration options, the application will use a default value for any options that are not specified.
Please let's me know if this is not clear.
@pfr-dev commented on GitHub (Nov 4, 2021):
Thanks. got it working ;)