mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Remove duplicate color
This was always wrong, but the new(er) angular actually complains about it.
This commit is contained in:
parent
4981115f73
commit
213ac15caa
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ var additional_color_schemes = [
|
|||
'name': 'Dracula',
|
||||
'preferred_background': '#282a36',
|
||||
|
||||
colors: ['282A36', '44475A', '44475A', 'F8F8F2', '6272A4', '8BE9FD', '50FA7B', 'FFB86C', 'FF79C6', 'BD93F9', 'FF5555', 'F1FA8C'],
|
||||
colors: ['282A36', '44475A', 'F8F8F2', '6272A4', '8BE9FD', '50FA7B', 'FFB86C', 'FF79C6', 'BD93F9', 'FF5555', 'F1FA8C'],
|
||||
|
||||
autosuggestion: 'BD93F9',
|
||||
command: 'F8F8F2',
|
||||
|
|
Loading…
Reference in a new issue