Skip to content

Instantly share code, notes, and snippets.

@kristijanhusak
Last active August 29, 2015 14:25
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 kristijanhusak/4976238ad8580f4f0cee to your computer and use it in GitHub Desktop.
Save kristijanhusak/4976238ad8580f4f0cee to your computer and use it in GitHub Desktop.
.Xresources-hybrid-material
! Hybrid Terminal Colours. Uses the palette from Tomorrow-Night:
! https://github.com/chriskempson/tomorrow-theme/blob/master/vim/colors/Tomorrow-Night.vim
! vim: ft=xdefaults
*background: #263238
*foreground: #C5C8C6
! black
*color0: #282A2E
*color8: #37474F
! red
*color1: #A54242
*color9: #CC6666
! green
*color2: #8C9440
*color10: #B5BD68
! yellow
*color3: #DE935F
*color11: #F0C674
! blue
*color4: #5F819D
*color12: #81A2BE
! magenta
*color5: #85678F
*color13: #B294BB
! cyan
*color6: #5E8D87
*color14: #8ABEB7
! white
*color7: #707880
*color15: #C5C8C6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment