feat: Add option for official VRChat status colors

This commit is contained in:
pa
2026-03-17 20:55:46 +09:00
parent 56e7f910ef
commit cce4520a1a
4 changed files with 61 additions and 8 deletions

View File

@@ -51,15 +51,15 @@
--sidebar-border: oklch(0.922 0 0);
--sidebar-ring: oklch(0.708 0 0);
/* VRChat Status Colors */
--status-online: #67c23a;
--status-joinme: #00b8ff;
--status-askme: #ff9500;
--status-busy: #ff2c2c;
--status-active: #f4e05e;
--status-offline: #909399;
/* VRChat Status Colors (Official) */
--status-online: #2ED319;
--status-joinme: #00B8FF;
--status-busy: #C80928;
--status-askme: #E97C03;
--status-offline: #737F8D;
--status-offline-alt: #808080;
--status-offline-card: #737f8d;
--status-active: #f4e05e;
/* Platform Colors */
--platform-pc: #0078d4;
@@ -72,6 +72,15 @@
--visibility-private: #ef4444;
}
/* VRCX adjusted status colors (when official colors are disabled) */
.vrcx-status-colors {
--status-online: #67c23a;
--status-joinme: #00b8ff;
--status-askme: #ff9500;
--status-busy: #ff2c2c;
--status-offline: #909399;
}
.dark {
/* --background: oklch(0.145 0 0); */
--background: oklch(0.205 0 0);