dotfiles/.Xdefaults-zen

88 lines
4.0 KiB
Plaintext
Raw Permalink Normal View History

2020-06-15 15:26:48 +00:00
URxvt.background:#3A3A3A
URxvt.fadeColor: #3A3A3A
2020-06-03 09:37:25 +00:00
URxvt.cursorColor: #DCDCCC
URxvt.foreground:#DCDCCC
URxvt.keysym.XF86AudioPlay: string:\030@m
URxvt.keysym.Menu: string:\030@s
URxvt.keysym.Muhenkan: string:\030@h
2020-06-03 09:37:25 +00:00
URxvt.scrollBar:false
URxvt.saveLines:65536
! Needs apt install fonts-symbola unifont
URxvt.font:xft:LiberationMono:size=14,xft:Symbola,xft:Code2000:antialias=false,xft:Unifont:antialias=false
URxvt.cursorBlink:true
URxvt.modifier:alt
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.intensityStyles: true
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
URxvt.perl-ext-common: readline,searchable-scrollback,selection,matcher,selection-to-clipboard,font-size
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
! black dark/light, color0 is used as forground on colored backgrounds, and black background.
*color0: #2B2B2B
*color8: #494949
! red dark/light
*color1: #CC9393
*color9: #DCA3A3
! green dark/light
*color2: #7F9F7F
*color10: #9FC59F
! yellow dark/light
*color3: #DFAF8F
*color11: #F0DFAF
! blue dark/light
*color4: #6CA0A3
*color12: #8CD0D3
! magenta dark/light
*color5: #6E4661
*color13: #DC8CC3
! cyan dark/light
*color6: #366060
*color14: #93E0E3
! white dark/light
*color7: #656555
*color15: #FFFFEF
! Cat this file to check colors:
! 4 bits colors:
!
2022-04-23 13:05:04 +00:00
! black red green yellow blue magenta cyan gray
! norm 0-7 \e[30m \e[31m \e[32m \e[33m \e[34m \e[35m \e[36m \e[37m 
! bold 0-7 \e[1;30m \e[1;31m \e[1;32m \e[1;33m \e[1;34m \e[1;35m \e[1;36m \e[1;37m 
2020-06-03 09:37:25 +00:00
! Same 8 colors, but expressed using "8 bit" syntax (should be identical to previous one):
!
2022-04-23 13:05:04 +00:00
! norm 0-7 \e[38;5;0m \e[38;5;1m \e[38;5;2m \e[38;5;3m \e[38;5;4m \e[38;5;5m \e[38;5;6m \e[38;5;7m 
! bold 0-7 \e[1;38;5;0m \e[1;38;5;1m \e[1;38;5;2m \e[1;38;5;3m \e[1;38;5;4m \e[1;38;5;5m \e[1;38;5;6m \e[1;38;5;7m 
2020-06-03 09:37:25 +00:00
! 8 bits colors, high intensity:
2022-04-23 13:05:04 +00:00
! norm 8-15 \e[38;5;8m \e[38;5;9m \e[38;5;10m \e[38;5;11m \e[38;5;12m \e[38;5;13m \e[38;5;14m \e[38;5;15m 
! bold 8-15 \e[1;38;5;8m \e[1;38;5;9m \e[1;38;5;10m \e[1;38;5;11m \e[1;38;5;12m \e[1;38;5;13m \e[1;38;5;14m \e[1;38;5;15m 
2020-06-03 09:37:25 +00:00
2022-04-23 13:05:04 +00:00
! 4 bits colored text over normal background:
! norm 0-7 \e[30m \e[31m \e[32m \e[33m \e[34m \e[35m \e[36m \e[37m 
! bold 0-7 \e[1;30m \e[1;31m \e[1;32m \e[1;33m \e[1;34m \e[1;35m \e[1;36m \e[1;37m 
2020-06-03 09:37:25 +00:00
! 4 bits colored text over black background (should be readable, except the first column):
2022-04-23 13:05:04 +00:00
! norm 0-7 \e[30;40m \e[31;40m \e[32;40m \e[33;40m \e[34;40m \e[35;40m \e[36;40m \e[37;40m 
! bold 0-7 \e[1;30;40m \e[1;31;40m \e[1;32;40m \e[1;33;40m \e[1;34;40m \e[1;35;40m \e[1;36;40m \e[1;37;40m 
2020-06-03 09:37:25 +00:00
! Black text over all backgrounds (should be readable, except the first column):
2022-04-23 13:05:04 +00:00
! norm 0-7 \e[30;40m  \e[30;41m \e[30;42m \e[30;43m \e[30;44m \e[30;45m \e[30;46m \e[30;47m 
! bold 0-7 \e[1;30;40m  \e[1;30;41m \e[1;30;42m \e[1;30;43m \e[1;30;44m \e[1;30;45m \e[1;30;46m \e[1;30;47m