XTERM: Added some colors
This commit is contained in:
parent
0af960c4fd
commit
637f376a63
1 changed files with 26 additions and 1 deletions
27
Xdefaults
27
Xdefaults
|
@ -1,3 +1,4 @@
|
||||||
|
! -*- mode: conf-xdefaults rainbow -*-
|
||||||
! General
|
! General
|
||||||
urxvt*loginShell: true
|
urxvt*loginShell: true
|
||||||
urxvt*scrollBar: false
|
urxvt*scrollBar: false
|
||||||
|
@ -55,4 +56,28 @@ urxvt*color15: #EEEEEC
|
||||||
|
|
||||||
xterm*background: #252A2B
|
xterm*background: #252A2B
|
||||||
xterm*foreground: #EEEEEC
|
xterm*foreground: #EEEEEC
|
||||||
xterm*font: -*-tamsyn-medium-*-*-*-15-*-*-*-*-*-*-*
|
xterm*faceName: DejaVu Sans Mono-10:antialias=true
|
||||||
|
! black + red
|
||||||
|
xterm*color0: #0C191C
|
||||||
|
xterm*color1: #A40000
|
||||||
|
! green + yellow
|
||||||
|
xterm*color2: #4E9A06
|
||||||
|
xterm*color3: #EDD400
|
||||||
|
! blue + purple
|
||||||
|
xterm*color4: #204A87
|
||||||
|
xterm*color5: #5C3566
|
||||||
|
! cyan + white
|
||||||
|
xterm*color6: cyan3
|
||||||
|
xterm*color7: #BABDB6
|
||||||
|
! bright-black + birhgt-red
|
||||||
|
xterm*color8: #252A2B
|
||||||
|
xterm*color9: #EF2929
|
||||||
|
! bright-green + bright-yellow
|
||||||
|
xterm*color10: #8AE234
|
||||||
|
xterm*color11: #FCE84F
|
||||||
|
! bright-blue + bright-purple
|
||||||
|
xterm*color12: #729FCF
|
||||||
|
xterm*color13: #AD8FA8
|
||||||
|
! bright-cyan + bright-white
|
||||||
|
xterm*color14: cyan
|
||||||
|
xterm*color15: #EEEEEC
|
||||||
|
|
Loading…
Reference in a new issue