Skip to content

Instantly share code, notes, and snippets.

@smcl
Created August 12, 2019 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smcl/e06bf036fa7a03280c2391aae16c57b3 to your computer and use it in GitHub Desktop.
Save smcl/e06bf036fa7a03280c2391aae16c57b3 to your computer and use it in GitHub Desktop.
.Xresources with xterm using solarized (from https://terminal.sexy) and nicely sized mononoki font
XTerm*faceName: mononoki
xterm*faceSize: 12
xterm*termName: xterm-color
xterm*eightBitInput: false
*.vt100.metaSendsEscape: true
! special
xterm*foreground: #586e75
xterm*background: #fdf6e3
xterm*cursorColor: #586e75
! black
xterm*color0: #002b36
xterm*color8: #657b83
! red
xterm*color1: #dc322f
xterm*color9: #dc322f
! green
xterm*color2: #859900
xterm*color10: #859900
! yellow
xterm*color3: #b58900
xterm*color11: #b58900
! blue
xterm*color4: #268bd2
xterm*color12: #268bd2
! magenta
xterm*color5: #6c71c4
xterm*color13: #6c71c4
! cyan
xterm*color6: #2aa198
xterm*color14: #2aa198
! white
xterm*color7: #93a1a1
xterm*color15: #fdf6e3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment