xterm configuration
This commit is contained in:
parent
86abade145
commit
16c366b3bf
61
dotfiles-old/.Xresources
Normal file
61
dotfiles-old/.Xresources
Normal file
@ -0,0 +1,61 @@
|
||||
xterm*loginshell: true
|
||||
xterm*locale: UTF-8
|
||||
xterm*titleModes: 16
|
||||
xterm*utf8: 1
|
||||
xterm*utf8Fonts: 1
|
||||
xterm*utf8Title: true
|
||||
xterm*metaSendsEscape: true
|
||||
xterm*font: -*-*-*-*-*-*-*-*-*-*-*-*-*-*
|
||||
|
||||
! azuki font
|
||||
!xterm*faceName: azuki_font:antialias=false
|
||||
!xterm*faceSize: 10
|
||||
|
||||
! cordata font
|
||||
!xterm*faceName: "Px437 Cordata PPC\-400"
|
||||
!xterm*faceSize: 1
|
||||
|
||||
! unscii font
|
||||
xterm*faceName: unscii:antialias=false
|
||||
xterm*faceSize: 12
|
||||
|
||||
! white - from alnj/dotfiles
|
||||
*background: #FFFCFD
|
||||
*foreground: #250E07
|
||||
*cursorColor: #250E07
|
||||
|
||||
!*Background: #000000
|
||||
|
||||
! amber
|
||||
!*Foreground: #FFBF00
|
||||
!*cursorColor: #FFBF00
|
||||
|
||||
! black on white (first uncomment white's stuff)
|
||||
!*reverseVideo: true
|
||||
|
||||
! "quantified colors" =================
|
||||
! black/dark-gray
|
||||
*.color0: #101010
|
||||
*.color8: #454545
|
||||
! red/orange
|
||||
*.color1: #EFA6A2
|
||||
*.color9: #E0AF85
|
||||
! green/aquamarine
|
||||
*.color2: #80C990
|
||||
*.color10: #5ACCAF
|
||||
! amber/yellow
|
||||
*.color3: #A69460
|
||||
*.color11: #C8C874
|
||||
! blue/violet
|
||||
*.color4: #A3B8EF
|
||||
*.color12: #CCACED
|
||||
! magenta/rose
|
||||
*.color5: #E6A3DC
|
||||
*.color13: #F2A1C2
|
||||
! cyan/azure
|
||||
*.color6: #50CACD
|
||||
*.color14: #74C3E4
|
||||
! gray/white
|
||||
*.color7: #808080
|
||||
*.color15: #C0C0C0
|
||||
! =====================================
|
Loading…
Reference in New Issue
Block a user