summaryrefslogtreecommitdiffstats
path: root/THEMES.md
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-05-20 12:00:17 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-05-20 12:00:17 +0200
commit4379a77e0d31e0600863d5819041a0b18201c9d5 (patch)
tree562092dc508a02d9aab58522caa48786d16c04f1 /THEMES.md
parentc2e08f629a092dc9383bbcaa220f967e32792324 (diff)
polish readme/changelog
Diffstat (limited to 'THEMES.md')
-rw-r--r--THEMES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/THEMES.md b/THEMES.md
new file mode 100644
index 00000000..f28d4907
--- /dev/null
+++ b/THEMES.md
@@ -0,0 +1,10 @@
+# Themes
+
+default on light terminal:
+![](assets/light-theme.png)
+
+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. \ No newline at end of file