Last active
May 17, 2023 11:09
-
-
Save farrokhi/dec30237da4c52c9832212159410cc1c to your computer and use it in GitHub Desktop.
gruvbox-dark-hard color code (can be imported and converted via https://terminal.sexy/)
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
! special | |
*.foreground: #ebdbb2 | |
*.background: #1d2021 | |
*.cursorColor: #f2da47 | |
! black | |
*.color0: #282828 | |
*.color8: #928374 | |
! red | |
*.color1: #cc241d | |
*.color9: #fb4934 | |
! green | |
*.color2: #98971a | |
*.color10: #b8bb26 | |
! yellow | |
*.color3: #d79921 | |
*.color11: #fabd2f | |
! blue | |
*.color4: #458588 | |
*.color12: #83a598 | |
! magenta | |
*.color5: #b16286 | |
*.color13: #d3869b | |
! cyan | |
*.color6: #689d6a | |
*.color14: #8ec07c | |
! white | |
*.color7: #a89984 | |
*.color15: #ebdbb2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment