mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
polish readme/changelog
This commit is contained in:
parent
c2e08f629a
commit
4379a77e0d
4 changed files with 17 additions and 4 deletions
|
|
@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||

|
||||
|
||||
### Added
|
||||
- support color themes and light mode [[@MCord](https://github.com/MCord)] ([#28](https://github.com/extrawurst/gitui/issues/28))
|
||||
|
||||
|
|
|
|||
|
|
@ -82,10 +82,10 @@ this will log to:
|
|||
|
||||
# color theme
|
||||
|
||||
to change the colors of the program you have to modify `theme.ron` file
|
||||
[Ron format](https://github.com/ron-rs/ron) located at config path (same as log paths). the list of valid
|
||||
colors can be found in [ColorDef](./src/ui/style.rs#ColorDef) struct. note that rgb colors might not be available
|
||||
on some platforms.
|
||||

|
||||
|
||||
In general `gitui` should automatically work on `dark` and `light` terminal themes.
|
||||
However you can customize everything to your liking: [see THEMES.md](THEMES.md)
|
||||
|
||||
# inspiration
|
||||
|
||||
|
|
|
|||
10
THEMES.md
Normal file
10
THEMES.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Themes
|
||||
|
||||
default on light terminal:
|
||||

|
||||
|
||||
to change the colors of the program you have to modify `theme.ron` file
|
||||
[Ron format](https://github.com/ron-rs/ron) located at config path (same as log paths). the list of valid
|
||||
|
||||
Valid colors can be found in [ColorDef](./src/ui/style.rs#ColorDef) struct. note that rgb colors might not be supported
|
||||
in every terminal.
|
||||
BIN
assets/light-theme.png
Normal file
BIN
assets/light-theme.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 756 KiB |
Loading…
Reference in a new issue