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.
This commit is contained in:
Kornelije Sajler
2018-04-25 22:49:04 +02:00
parent 0ad3d4eddf
commit 582549f486
2 changed files with 49 additions and 32 deletions

View File

@@ -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.