mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 15:05:27 +08: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
@ -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…
x
Reference in New Issue
Block a user