diff --git a/frontend/src/utils/themes.ts b/frontend/src/utils/themes.ts index 3762731..bce150a 100644 --- a/frontend/src/utils/themes.ts +++ b/frontend/src/utils/themes.ts @@ -119,8 +119,8 @@ export const THEMES: Record = { camera: { border: '#94a3b8', icon: '#94a3b8' }, printer: { border: '#94a3b8', icon: '#94a3b8' }, computer: { border: '#c084fc', icon: '#c084fc' }, - laptop: { border: '#c084fc', icon: '#c084fc' }, - mobile: { border: '#ec4899', icon: '#ec4899' }, + laptop: { border: '#c084fc', icon: '#c084fc' }, + mobile: { border: '#ec4899', icon: '#ec4899' }, cpl: { border: '#fbbf24', icon: '#fbbf24' }, docker_host: { border: '#2496ED', icon: '#2496ED' }, docker_container: { border: '#38bdf8', icon: '#38bdf8' }, @@ -182,8 +182,8 @@ export const THEMES: Record = { camera: { border: '#6b7280', icon: '#6b7280' }, printer: { border: '#6b7280', icon: '#6b7280' }, computer: { border: '#7c3aed', icon: '#7c3aed' }, - laptop: { border: '#7c3aed', icon: '#7c3aed' }, - mobile: { border: '#ec4899', icon: '#ec4899' }, + laptop: { border: '#7c3aed', icon: '#7c3aed' }, + mobile: { border: '#db2777', icon: '#db2777' }, cpl: { border: '#b45309', icon: '#b45309' }, docker_host: { border: '#2496ED', icon: '#2496ED' }, docker_container: { border: '#0369a1', icon: '#0369a1' }, @@ -246,7 +246,7 @@ export const THEMES: Record = { printer: { border: '#8888ff', icon: '#8888ff' }, computer: { border: '#ff00ff', icon: '#ff00ff' }, laptop: { border: '#ff00ff', icon: '#ff00ff' }, - mobile: { border: '#ec4899', icon: '#ec4899' }, + mobile: { border: '#ff3399', icon: '#ff3399' }, cpl: { border: '#ffff00', icon: '#ffff00' }, docker_host: { border: '#00aaff', icon: '#00aaff' }, docker_container: { border: '#00ddff', icon: '#00ddff' }, @@ -309,7 +309,7 @@ export const THEMES: Record = { printer: { border: '#005500', icon: '#005500' }, computer: { border: '#008822', icon: '#008822' }, laptop: { border: '#008822', icon: '#008822' }, - mobile: { border: '#ec4899', icon: '#ec4899' }, + mobile: { border: '#00cc66', icon: '#00cc66' }, cpl: { border: '#66ff33', icon: '#66ff33' }, docker_host: { border: '#00cc88', icon: '#00cc88' }, docker_container: { border: '#00aacc', icon: '#00aacc' }, @@ -371,8 +371,8 @@ export const THEMES: Record = { camera: { border: '#8b949e', icon: '#8b949e' }, printer: { border: '#8b949e', icon: '#8b949e' }, computer: { border: '#a855f7', icon: '#a855f7' }, - laptop: { border: '#a855f7', icon: '#a855f7' }, - mobile: { border: '#ec4899', icon: '#ec4899' }, + laptop: { border: '#a855f7', icon: '#a855f7' }, + mobile: { border: '#ec4899', icon: '#ec4899' }, cpl: { border: '#e3b341', icon: '#e3b341' }, docker_host: { border: '#2496ED', icon: '#2496ED' }, docker_container: { border: '#0ea5e9', icon: '#0ea5e9' },