dotfiles/.Xresources
2019-06-20 09:58:28 +02:00

87 lines
2.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

! Solarized palette:
#define Base03 #002b36
#define Base02 #073642
#define Base01 #586e75
#define Base00 #657b83
#define Base0 #839496
#define Base1 #93a1a1
#define Base2 #eee8d5
#define Base3 #fdf6e3
#define Yellow #b58900
#define Orange #cb4b16
#define Red #dc322f
#define Magenta #d33682
#define Violet #6c71c4
#define Blue #268bd2
#define Cyan #2aa198
#define Green #859900
URxvt.scrollBar:false
URxvt.background:Base03
URxvt.foreground:Base1
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: false
URxvt.termName:rxvt
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
URxvt.perl-ext:
URxvt.perl-ext-common: default,matcher,selection-to-clipboard
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
*background: Base03
*foreground: Base1
*fadeColor: Base03
*cursorColor: Base1
! black dark/light
*color0: Base00
*color8: Base01
! red dark/light
*color1: Red
*color9: Orange
! green dark/light
*color2: Green
*color10: #B4C342
! yellow dark/light
*color3: Yellow
*color11: #DEB542
! blue dark/light
*color4: Blue
*color12: #69B7F0
! magenta dark/light
*color5: Magenta
*color13: Violet
! cyan dark/light
*color6: Cyan
*color14: #69CABF
! white dark/light
*color7: Base2
*color15: Base3
! Cat your .Xresources to check colors:
! bl re gr ye bl ma cy gr
! norm 0-7 ████████████████████████
! bold 0-7 ████████████████████████
! norm 8-15 ████████████████████████
! bold 8-15 ████████████████████████