summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKornelije Sajler <xajler@gmail.com>2018-04-25 22:49:04 +0200
committerKornelije Sajler <xajler@gmail.com>2018-04-25 22:49:04 +0200
commit582549f486aeec0db5121c9186e15eee59d3c166 (patch)
tree28becf9e0212b2cf0040559c7f6a4b616d1e741b /README.md
parent0ad3d4eddfb0c260791dc3a6383f3a1047c972ab (diff)
Updade README with more info no custom changes.
Updated config.def.h with my/luke preferences. Font=14px, alpha=0xcd, colorname[]=pop_os-inspired. Changed values for bg,fg and cursor using 256, 257, 258 indexs from colorname[]. Patched with luke's keymapping's.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ad7a8a..c7956a8 100644
--- a/README.md
+++ b/README.md
@@ -46,5 +46,17 @@ sudo make install
## Custom changes (`config.def.h` or `config.h`)
-+ change `alpha`
+### Alpha
+
++ Change `alpha` value (86 LOC), be default set `0xcd`.
++ Less transparent set to `0xdd` or `0xee`.
++ For non transparent terminal set to `0xff`.
+
+### Colorname
+
++ Change `colorname[]` array, default colours inspired by colors used in Pop! OS.
++ Numbers of 0 - 15 are usual terminal colors. Changed them to your liking.
++ Change `bg` to your desired terminal background color..
++ Change `fg` to your desired terminal foreground color.
++ Change `cursor` to your desired terminal cursor color.
+ chnage colors in `colorname` added comments with numbers `0`-`15` colors and also `bg`, `fg` and `cursor` color.