diff --git a/.Xresources b/.Xresources index 9736d07..c327545 100644 --- a/.Xresources +++ b/.Xresources @@ -46,8 +46,8 @@ URxvt.matcher.button: 1 *fadeColor: Base03 *cursorColor: Base1 -! black dark/light -*color0: Base00 +! black dark/light, color0 (black) be used as forground on colored backgrounds +*color0: Base02 *color8: Base01 ! red dark/light @@ -79,8 +79,29 @@ URxvt.matcher.button: 1 *color15: Base3 ! Cat your .Xresources to check colors: + +! 4 bits colors: +! +! bl re gr ye bl ma cy gr +! norm 0-7 ████████████████████████ +! bold 0-7 ████████████████████████ + + +! Same 8 colors, but expressed using "8 bit" syntax: +! ! bl re gr ye bl ma cy gr ! norm 0-7 ████████████████████████ ! bold 0-7 ████████████████████████ + + +! 8 bits colors, high intensity: +! bl re gr ye bl ma cy gr ! norm 8-15 ████████████████████████ ! bold 8-15 ████████████████████████ + + +! 4 bits colored text over normal background (should be readable): +! norm 0-7 FooFooFooFooFooFooFooFoo + +! Black text over all backgrounds (should be readable): +! norm 0-7 FooFooFooFooFooFooFooFoo