Skip to content

Commit 4379a77

Browse files
author
Stephan Dilly
committed
polish readme/changelog
1 parent c2e08f6 commit 4379a77

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
![](assets/light-theme.png)
10+
811
### Added
912
- support color themes and light mode [[@MCord](https://github.com/MCord)] ([#28](https://github.com/extrawurst/gitui/issues/28))
1013

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ this will log to:
8282

8383
# color theme
8484

85-
to change the colors of the program you have to modify `theme.ron` file
86-
[Ron format](https://github.com/ron-rs/ron) located at config path (same as log paths). the list of valid
87-
colors can be found in [ColorDef](./src/ui/style.rs#ColorDef) struct. note that rgb colors might not be available
88-
on some platforms.
85+
![](assets/light-theme.png)
86+
87+
In general `gitui` should automatically work on `dark` and `light` terminal themes.
88+
However you can customize everything to your liking: [see THEMES.md](THEMES.md)
8989

9090
# inspiration
9191

THEMES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Themes
2+
3+
default on light terminal:
4+
![](assets/light-theme.png)
5+
6+
to change the colors of the program you have to modify `theme.ron` file
7+
[Ron format](https://github.com/ron-rs/ron) located at config path (same as log paths). the list of valid
8+
9+
Valid colors can be found in [ColorDef](./src/ui/style.rs#ColorDef) struct. note that rgb colors might not be supported
10+
in every terminal.

assets/light-theme.png

756 KB
Loading

0 commit comments

Comments
 (0)