diff options
author | Kornelije Sajler <xajler@gmail.com> | 2018-04-25 22:49:04 +0200 |
---|---|---|
committer | Kornelije Sajler <xajler@gmail.com> | 2018-04-25 22:49:04 +0200 |
commit | 582549f486aeec0db5121c9186e15eee59d3c166 (patch) | |
tree | 28becf9e0212b2cf0040559c7f6a4b616d1e741b /README.md | |
parent | 0ad3d4eddfb0c260791dc3a6383f3a1047c972ab (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.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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. |