Last active
November 23, 2017 15:40
-
-
Save w0ng/16e33902508b4a0350ae to your computer and use it in GitHub Desktop.
Terminal colourscheme for use in hybrid.vim (reduced contrast)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Hybrid Terminal Colours. Uses the palette from Tomorrow-Night: | |
! https://github.com/chriskempson/tomorrow-theme/blob/master/vim/colors/Tomorrow-Night.vim | |
! and the reduced contrast background color from Codecademy's online editor: | |
! https://www.codecademy.com/learn | |
! vim: ft=xdefaults | |
*background: #232C31 | |
*foreground: #C5C8C6 | |
! black | |
*color0: #2D3C46 | |
*color8: #425059 | |
! 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: #6C7A80 | |
*color15: #C5C8C6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment