summaryrefslogtreecommitdiffstats
path: root/THEMES.md
diff options
context:
space:
mode:
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