Skip to content

Instantly share code, notes, and snippets.

@elijahfhopp
Created December 18, 2023 20:07
Show Gist options
  • Save elijahfhopp/c0a62e92c33cdc4dd18cce2b4ffb951b to your computer and use it in GitHub Desktop.
Save elijahfhopp/c0a62e92c33cdc4dd18cce2b4ffb951b to your computer and use it in GitHub Desktop.
.Xresources to match VS Code integrated terminal colors.
!! These first three are custom.
!! The background depends on your theme,
!! and I like the foreground brighter for readability.
*background: #1e1e20
*foreground: #f9f9f3
*cursorColor: #f9f9f3
!! VS Code default terminal colours.
*color0: #333333
*color1: #c4265e
*color2: #86b42b
*color3: #b3b42b
*color4: #6a7ec8
*color5: #8c6bc8
*color6: #56adbc
*color7: #e3e3dd
*color8: #666666
*color9: #f92672
*color10: #a6e22e
*color11: #e2e22e
*color12: #819aff
*color13: #ae81ff
*color14: #66d9ef
*color15: #f8f8f2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment