Created
April 27, 2021 17:14
-
-
Save Th3Fanbus/79d7536d98013b5c13db2fc2aca43c71 to your computer and use it in GitHub Desktop.
custom dark
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
! Custom dark colorscheme | |
! special | |
*.background: #000000 | |
*.foreground: #e5e5e5 | |
*.cursorColor: #a47996 | |
! black | |
*.color0: #000000 | |
*.color8: #666666 | |
! red | |
*.color1: #990000 | |
*.color9: #e50000 | |
! green | |
*.color2: #00a600 | |
*.color10: #00d900 | |
! yellow | |
*.color3: #999900 | |
*.color11: #e5e500 | |
! blue | |
*.color4: #3971ed | |
*.color12: #3971ed | |
! Alternate Blue | |
!*.color4: #2009db | |
!*.color12: #0000ff | |
! magenta | |
*.color5: #b200b2 | |
*.color13: #e500e5 | |
! cyan | |
*.color6: #00a6b2 | |
*.color14: #00e5e5 | |
! white | |
*.color7: #bfbfbf | |
*.color15: #e5e5e5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment