Last active
May 27, 2021 05:49
-
-
Save knaveightt/458fda115b3ee5e1ba595af6f3e998ab to your computer and use it in GitHub Desktop.
"Chevronic" colorscheme
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
! "Chevronic" colorscheme, by knaveightt | |
! Provided in .Xresources format (you can import this into terminal.sexy and play around) | |
! special | |
*.foreground: #bdbdbd | |
*.background: #0d0d0d | |
*.cursorColor: #bdbdbd | |
! black | |
*.color0: #555555 | |
*.color8: #888888 | |
! red | |
*.color1: #c44332 | |
*.color9: #ee6352 | |
! green | |
*.color2: #c68641 | |
*.color10: #dd3838 | |
! yellow | |
*.color3: #d06d32 | |
*.color11: #fd8f5a | |
! blue | |
*.color4: #690da8 | |
*.color12: #b20fbd | |
! magenta | |
*.color5: #744560 | |
*.color13: #9e5e83 | |
! cyan | |
*.color6: #288e9c | |
*.color14: #36bed1 | |
! white | |
*.color7: #8b7d70 | |
*.color15: #9f9f9f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment