Created
April 24, 2020 07:35
-
-
Save stillwwater/b256a6593b05216d1b46f98046099292 to your computer and use it in GitHub Desktop.
Terminal colors for vim-nebula
This file contains hidden or 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
! vim-nebula terminal colors | |
! theme | |
*.cursorColor: #c9cbd1 | |
*.foreground: #c9cbd1 | |
*.background: #0a121d | |
! black | |
*.color0: #273845 | |
*.color8: #273845 | |
! red | |
*.color1: #d65e76 | |
*.color9: #d65e76 | |
! green | |
*.color2: #7a6ab8 | |
*.color10: #7a6ab8 | |
! yellow | |
*.color3: #8de5ec | |
*.color11: #8de5ec | |
! blue | |
*.color4: #bbaaee | |
*.color12: #bbaaee | |
! magenta | |
*.color5: #b294bb | |
*.color13: #b294bb | |
! cyan | |
*.color6: #95a3ae | |
*.color14: #95a3ae | |
! white | |
*.color7: #fafafa | |
*.color15: #fafafa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment