Update color
This commit is contained in:
@@ -96,12 +96,12 @@ const NODE_TYPE_COLORS: Record<string, string> = {
|
||||
'location': '#cf6d17', // Carrot
|
||||
'technology': '#b300b3', // Purple
|
||||
'equipment': '#2F4F4F', // DarkSlateGray
|
||||
'weapon': '#0f558a', // NavyBlue
|
||||
'weapon': '#4421af', // DeepPurple
|
||||
};
|
||||
|
||||
// Extended colors pool - Used for unknown node types
|
||||
const EXTENDED_COLORS = [
|
||||
'#4421af', // DeepPurple
|
||||
'#0f558a', // NavyBlue
|
||||
'#cd071e', // ChinaRed
|
||||
'#5a2c6d', // DeepViolet
|
||||
'#0000ff', // Blue
|
||||
|
Reference in New Issue
Block a user