Xresources: add xterm colors

This commit is contained in:
Thomas Preisner 2016-12-16 00:02:21 +01:00
parent 3ea5423114
commit 6ba53cf251

View file

@ -59,3 +59,33 @@ Xft.rgba: rgb
! white ! white
*.color7: #e5e5e5 *.color7: #e5e5e5
*.color15: #ffffff *.color15: #ffffff
! special
XTerm*.foreground: #554e4c
XTerm*.background: #edebea
XTerm*.cursorColor: #554e4c
! black
XTerm*.color0: #151313
XTerm*.color8: #635b58
! red
XTerm*.color1: #eb1032
XTerm*.color9: #d53d19
! green
XTerm*.color2: #4cad2b
XTerm*.color10: #211b19
! yellow
XTerm*.color3: #ca7f16
XTerm*.color11: #554e4c
! blue
XTerm*.color4: #3266e1
XTerm*.color12: #8a827f
! magenta
XTerm*.color5: #534be4
XTerm*.color13: #e0dbd9
! cyan
XTerm*.color6: #149f8a
XTerm*.color14: #b315f0
! white
XTerm*.color7: #97908e
XTerm*.color15: #edebea