dotfiles/.Xdefaults-solarized

87 lines
3.5 KiB
Plaintext
Raw Normal View History

2020-06-03 09:37:25 +00:00
URxvt.background:#002b36
URxvt.fadeColor: #002b36
URxvt.cursorColor: #93a1a1
URxvt.foreground:#93a1a1
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: #073642
*color8: #586e75
! red dark/light
*color1: #dc322f
*color9: #cb4b16
! green dark/light
*color2: #859900
*color10: #B4C342
! yellow dark/light
*color3: #b58900
*color11: #DEB542
! blue dark/light
*color4: #268bd2
*color12: #69B7F0
! magenta dark/light
*color5: #d33682
*color13: #6c71c4
! cyan dark/light
*color6: #2aa198
*color14: #69CABF
! white dark/light
*color7: #eee8d5
*color15: #fdf6e3
! Cat this file 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 (should be identical to previous one):
!
! 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, except the first column):
! norm 0-7 FooFooFooFooFooFooFooFoo
! bold 0-7 FooFooFooFooFooFooFooFoo
! 4 bits colored text over black background (should be readable, except the first column):
! norm 0-7 FooFooFooFooFooFooFooFoo
! bold 0-7 FooFooFooFooFooFooFooFoo
! Black text over all backgrounds (should be readable, except the first column):
! norm 0-7 FooFooFooFooFooFooFooFoo
! bold 0-7 FooFooFooFooFooFooFooFoo