Last active
August 22, 2023 14:05
-
-
Save w0ng/3278077 to your computer and use it in GitHub Desktop.
Terminal colourscheme for use in hybrid.vim
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 | |
! vim: ft=xdefaults | |
*background: #1D1F21 | |
*foreground: #C5C8C6 | |
! black | |
*color0: #282A2E | |
*color8: #373B41 | |
! 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