Created
June 5, 2023 19:10
-
-
Save xero/5637ea3374983cdb547db072c8c99357 to your computer and use it in GitHub Desktop.
miasma “fall” 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
// ┏┏┓o┳━┓┓━┓┏┏┓┳━┓ | |
// ┃┃┃┃┃━┫┗━┓┃┃┃┃━┫ | |
// ┛ ┇┇┛ ┇━━┛┛ ┇┛ ┇ | |
// miasma by xero (https://x-e.ro) | |
*.foreground: #c2c2b0 | |
*.background: #222222 | |
*.cursorColor: #5f875f | |
! black | |
*.color0: #222222 | |
*.color8: #666666 | |
! red | |
*.color1: #685742 | |
*.color9: #685742 | |
! green | |
*.color2: #5f875f | |
*.color10: #5f875f | |
! yellow | |
*.color3: #B36D43 | |
*.color11: #B36D43 | |
! blue | |
*.color4: #78824B | |
*.color12: #78824b | |
! magenta | |
*.color5: #bb7744 | |
*.color13: #bb7744 | |
! cyan | |
*.color6: #bb7744 | |
*.color14: #C9A554 | |
! white | |
*.color7: #D7C483 | |
*.color15: #D7C483 | |
! others | |
URxvt.colorIT: #5f875f | |
URxvt.colorBD: #5f875f | |
URxvt.colorUL: #5f875f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment