1
11
Fork
You've already forked lipstick
2

Allow light and dark themes to be overridden by a config file #6

Open
opened 2024年03月02日 07:26:09 +01:00 by blissd · 0 comments

Lipstick hard-codes the light and dark theme names into src/lipstick-apps. It would be nice if the hard-coded theme names could be overridden by a config file at ~/config/lipstick/lipstick.conf where per-app light and dark themes could be specified. For example:

$ cat ~/.config/lipstick/lipstick.conf
btop_light_theme=solarized_dark
btop_dark_theme=solarized_light
helix_light_theme=solarized_light
helix_dark_theme=solarized_dark
Lipstick hard-codes the light and dark theme names into src/lipstick-apps. It would be nice if the hard-coded theme names could be overridden by a config file at ~/config/lipstick/lipstick.conf where per-app light and dark themes could be specified. For example: ```shell $ cat ~/.config/lipstick/lipstick.conf btop_light_theme=solarized_dark btop_dark_theme=solarized_light helix_light_theme=solarized_light helix_dark_theme=solarized_dark ```
Sign in to join this conversation.
No Branch/Tag specified
main
1.0.1
1.0.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
small-tech/lipstick#6
Reference in a new issue
small-tech/lipstick
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?