Try URxvt.intensityStyles: true

This commit is contained in:
Julien Palard 2019-10-24 17:38:34 +02:00
parent 5c0182609d
commit 259985f2eb
1 changed files with 12 additions and 6 deletions

View File

@ -30,7 +30,7 @@ URxvt.cursorBlink:true
URxvt.modifier:alt
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.intensityStyles: false
URxvt.intensityStyles: true
URxvt.termName:rxvt
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
@ -46,7 +46,7 @@ URxvt.matcher.button: 1
*fadeColor: Base03
*cursorColor: Base1
! black dark/light, color0 (black) be used as forground on colored backgrounds
! black dark/light, color0 is used as forground on colored backgrounds, and black background.
*color0: Base02
*color8: Base01
@ -87,7 +87,7 @@ URxvt.matcher.button: 1
! bold 0-7 ████████████████████████
! Same 8 colors, but expressed using "8 bit" syntax:
! Same 8 colors, but expressed using "8 bit" syntax (should be identical to previous one):
!
! bl re gr ye bl ma cy gr
! norm 0-7 ████████████████████████
@ -100,8 +100,14 @@ URxvt.matcher.button: 1
! bold 8-15 ████████████████████████
! 4 bits colored text over normal background (should be readable):
! 4 bits colored text over normal background (should be readable, except the first one):
! norm 0-7 FooFooFooFooFooFooFooFoo
! bold 0-7 FooFooFooFooFooFooFooFoo
! Black text over all backgrounds (should be readable):
! norm 0-7 FooFooFooFooFooFooFooFoo
! 4 bits colored text over black background (should be readable):
! norm 0-7 FooFooFooFooFooFooFooFoo
! bold 0-7 FooFooFooFooFooFooFooFoo
! Black text over all backgrounds but black (should be readable, except the first one):
! norm 0-7 FooFooFooFooFooFooFooFoo
! bold 0-7 FooFooFooFooFooFooFooFoo