mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
added extra colors to color palette (#3842)
This commit is contained in:
parent
5d7142c2df
commit
25fc964ae8
1 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ module.exports = {
|
|||
lightMagenta: '#FD7CFC',
|
||||
lightCyan: '#68FDFE',
|
||||
lightWhite: '#FFFFFF',
|
||||
limeGreen: '#32CD32',
|
||||
lightCoral: '#F08080',
|
||||
},
|
||||
|
||||
// the shell to run when spawning a new session (i.e. /usr/local/bin/fish)
|
||||
|
|
|
|||
Loading…
Reference in a new issue