feat: better item tooltips
This commit is contained in:
@@ -5,6 +5,40 @@
|
||||
--color-on-surface: #b7b8e1;
|
||||
--color-surface-darker: #1f1d1c;
|
||||
--color-gold: #ffd700;
|
||||
|
||||
/* Tooltip colors */
|
||||
--tooltip-bg: #312e2c;
|
||||
--tooltip-border: #4a4543;
|
||||
--tooltip-header-border: rgba(183, 184, 225, 0.2);
|
||||
--tooltip-text: #b7b8e1;
|
||||
--tooltip-text-dim: #8a8b9e;
|
||||
--tooltip-stat-value: #ffd700;
|
||||
--tooltip-stat-label: #b7b8e1;
|
||||
|
||||
/* Effect type colors */
|
||||
--tooltip-effect-passive: #4a9eff;
|
||||
--tooltip-effect-active: #ff6b6b;
|
||||
--tooltip-effect-unique: #f39c12;
|
||||
--tooltip-effect-mythic: #ff5252;
|
||||
--tooltip-effect-legendary: #ff9800;
|
||||
--tooltip-effect-epic: #ffd54f;
|
||||
|
||||
/* Text segment colors */
|
||||
--tooltip-highlight: #ffd700;
|
||||
--tooltip-keyword: #ffd700;
|
||||
--tooltip-keyword-major: #ff8c00;
|
||||
--tooltip-keyword-stealth: #9b59b6;
|
||||
--tooltip-status: #e74c3c;
|
||||
--tooltip-speed: #5dade2;
|
||||
--tooltip-scaling: #5dade2;
|
||||
--tooltip-magic-damage: #9b59b6;
|
||||
--tooltip-physical-damage: #e67e22;
|
||||
--tooltip-true-damage: #ffffff;
|
||||
--tooltip-healing: #2ecc71;
|
||||
--tooltip-shield: #3498db;
|
||||
--tooltip-onhit: #5dade2;
|
||||
--tooltip-spellname: #1abc9c;
|
||||
--tooltip-flavor: #6a9fff;
|
||||
}
|
||||
|
||||
/* Font setting */
|
||||
|
||||
Reference in New Issue
Block a user