desktop: Themes mit dem Web-Stand gleichgezogen

Die zehn theme-factory-Themes sind jetzt in beiden Configs identisch (gitops
c47b0a3 + Nachfolger). Ohne das haetten Desktop-Clients weiter meine alte
Interpretation der Paletten gezeigt.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PKhFj1S3UdD6xL2fbWPeYj
This commit is contained in:
Thore Cimbal
2026-08-02 12:00:00 +00:00
co-authored by Claude Fable 5
parent f4995e5882
commit 80fcf6c227
+396 -396
View File
@@ -29,111 +29,104 @@
"UIFeature.registration": false, "UIFeature.registration": false,
"custom_themes": [ "custom_themes": [
{ {
"name": "aXion1337 Dark true",
"is_dark": true,
"colors": { "colors": {
"accent-color": "#ffaf0f", "accent-color": "#ffaf0f",
"primary-color": "#ffaf0f", "primary-color": "#ffaf0f",
"secondary-color": "#ffaf0f" "secondary-color": "#ffaf0f"
}, }
"is_dark": true,
"name": "aXion1337 Dark true"
}, },
{ {
"name": "Deep Purple",
"is_dark": true,
"colors": { "colors": {
"accent-color": "#6503b3", "accent-color": "#6503b3",
"primary-color": "#368bd6", "primary-color": "#368bd6",
"warning-color": "#b30356",
"sidebar-color": "#15171B",
"roomlist-background-color": "#22262E", "roomlist-background-color": "#22262E",
"roomlist-highlights-color": "#343A46",
"roomlist-separator-color": "#a1b2d1",
"roomlist-text-color": "#A1B2D1", "roomlist-text-color": "#A1B2D1",
"roomlist-text-secondary-color": "#EDF3FF", "roomlist-text-secondary-color": "#EDF3FF",
"sidebar-color": "#15171B", "roomlist-highlights-color": "#343A46",
"roomlist-separator-color": "#a1b2d1",
"timeline-background-color": "#181b21", "timeline-background-color": "#181b21",
"timeline-highlights-color": "#22262E",
"timeline-text-color": "#EDF3FF", "timeline-text-color": "#EDF3FF",
"timeline-text-secondary-color": "#A1B2D1", "timeline-text-secondary-color": "#A1B2D1",
"warning-color": "#b30356" "timeline-highlights-color": "#22262E"
}, }
"is_dark": true,
"name": "Deep Purple"
}, },
{ {
"name": "Discord Dark",
"is_dark": true,
"colors": { "colors": {
"accent": "#747ff4",
"accent-color": "#747ff4", "accent-color": "#747ff4",
"alert": "#faa81ad9", "accent": "#747ff4",
"focus-bg-color": "#4752c4",
"menu-selected-color": "#4752c4",
"other-user-pill-bg-color": "#4752c4",
"primary-color": "#00aff4", "primary-color": "#00aff4",
"reaction-row-button-selected-bg-color": "#4752c4", "warning-color": "#faa81ad9",
"room-highlight-color": "#4752c4", "alert": "#faa81ad9",
"sidebar-color": "#202225",
"roomlist-background-color": "#2f3136", "roomlist-background-color": "#2f3136",
"roomlist-highlights-color": "#4f545c52",
"roomlist-separator-color": "#40444b",
"roomlist-text-color": "#dcddde", "roomlist-text-color": "#dcddde",
"roomlist-text-secondary-color": "#8e9297", "roomlist-text-secondary-color": "#8e9297",
"secondary-content": "#dcddde", "roomlist-highlights-color": "#4f545c52",
"sidebar-color": "#202225", "roomlist-separator-color": "#40444b",
"tertiary-content": "#dcddde",
"timeline-background-color": "#36393f", "timeline-background-color": "#36393f",
"timeline-highlights-color": "#04040512",
"timeline-text-color": "#dcddde", "timeline-text-color": "#dcddde",
"secondary-content": "#dcddde",
"tertiary-content": "#dcddde",
"timeline-text-secondary-color": "#b9bbbe", "timeline-text-secondary-color": "#b9bbbe",
"togglesw-off-color": "#72767d", "timeline-highlights-color": "#04040512",
"warning-color": "#faa81ad9" "reaction-row-button-selected-bg-color": "#4752c4",
"menu-selected-color": "#4752c4",
"focus-bg-color": "#4752c4",
"room-highlight-color": "#4752c4",
"other-user-pill-bg-color": "#4752c4",
"togglesw-off-color": "#72767d"
}, },
"compound": { "compound": {
"--cpd-color-bg-accent-rest": "#4cb387", "--cpd-color-theme-bg": "#0019ff",
"--cpd-color-bg-canvas-default": "#2f3136",
"--cpd-color-bg-subtle-secondary": "#2f3136",
"--cpd-color-bg-subtle-primary": "#4f545c52",
"--cpd-color-bg-action-primary-rest": "#dcddde", "--cpd-color-bg-action-primary-rest": "#dcddde",
"--cpd-color-bg-action-secondary-rest": "#2f3136", "--cpd-color-bg-action-secondary-rest": "#2f3136",
"--cpd-color-bg-canvas-default": "#2f3136",
"--cpd-color-bg-critical-hovered": "#fd3f3c",
"--cpd-color-bg-critical-primary": "#fd3f3c", "--cpd-color-bg-critical-primary": "#fd3f3c",
"--cpd-color-bg-critical-subtle": "#745862", "--cpd-color-bg-critical-subtle": "#745862",
"--cpd-color-bg-subtle-primary": "#4f545c52", "--cpd-color-bg-critical-hovered": "#fd3f3c",
"--cpd-color-bg-subtle-secondary": "#2f3136", "--cpd-color-bg-accent-rest": "#4cb387",
"--cpd-color-border-critical-primary": "#fd3f3c", "--cpd-color-text-primary": "#dcddde",
"--cpd-color-border-interactive-primary": "#5d6064", "--cpd-color-text-secondary": "#b9bbbe",
"--cpd-color-border-interactive-secondary": "#5d6064", "--cpd-color-text-action-accent": "#b9bbbe",
"--cpd-color-border-success-subtle": "#4cb387", "--cpd-color-text-critical-primary": "#fd3f3c",
"--cpd-color-icon-accent-tertiary": "#4cb387", "--cpd-color-text-success-primary": "#4cb387",
"--cpd-color-icon-primary": "#dcddde", "--cpd-color-icon-primary": "#dcddde",
"--cpd-color-icon-secondary": "#dcddde", "--cpd-color-icon-secondary": "#dcddde",
"--cpd-color-icon-tertiary": "#a7a0a7", "--cpd-color-icon-tertiary": "#a7a0a7",
"--cpd-color-text-action-accent": "#b9bbbe", "--cpd-color-icon-accent-tertiary": "#4cb387",
"--cpd-color-text-critical-primary": "#fd3f3c", "--cpd-color-border-interactive-primary": "#5d6064",
"--cpd-color-text-primary": "#dcddde", "--cpd-color-border-interactive-secondary": "#5d6064",
"--cpd-color-text-secondary": "#b9bbbe", "--cpd-color-border-critical-primary": "#fd3f3c",
"--cpd-color-text-success-primary": "#4cb387", "--cpd-color-border-success-subtle": "#4cb387"
"--cpd-color-theme-bg": "#0019ff" }
},
"is_dark": true,
"name": "Discord Dark"
}, },
{ {
"name": "Electric Blue",
"is_dark": false,
"colors": { "colors": {
"accent-color": "#3596fc", "accent-color": "#3596fc",
"avatar-background-colors": [
"#cc0000",
"#cc6600",
"#cccc00",
"#00cc00",
"#0000cc",
"#3b0066",
"#7a00b3",
"#cc1077"
],
"primary-color": "#368bd6", "primary-color": "#368bd6",
"warning-color": "#ff4b55",
"sidebar-color": "#27303a",
"roomlist-background-color": "#f3f8fd", "roomlist-background-color": "#f3f8fd",
"roomlist-highlights-color": "#ffffff",
"roomlist-separator-color": "#e3e8f0",
"roomlist-text-color": "#2e2f32", "roomlist-text-color": "#2e2f32",
"roomlist-text-secondary-color": "#61708b", "roomlist-text-secondary-color": "#61708b",
"sidebar-color": "#27303a", "roomlist-highlights-color": "#ffffff",
"roomlist-separator-color": "#e3e8f0",
"timeline-background-color": "#ffffff", "timeline-background-color": "#ffffff",
"timeline-highlights-color": "#f3f8fd",
"timeline-text-color": "#2e2f32", "timeline-text-color": "#2e2f32",
"timeline-text-secondary-color": "#61708b", "timeline-text-secondary-color": "#61708b",
"timeline-highlights-color": "#f3f8fd",
"username-colors": [ "username-colors": [
"#ff0000", "#ff0000",
"#ff7f00", "#ff7f00",
@@ -144,59 +137,69 @@
"#9400d3", "#9400d3",
"#ff1493" "#ff1493"
], ],
"warning-color": "#ff4b55" "avatar-background-colors": [
"#cc0000",
"#cc6600",
"#cccc00",
"#00cc00",
"#0000cc",
"#3b0066",
"#7a00b3",
"#cc1077"
]
}, },
"compound": { "compound": {
"--cpd-color-icon-accent-tertiary": "var(--cpd-color-blue-800)", "--cpd-color-icon-accent-tertiary": "var(--cpd-color-blue-800)",
"--cpd-color-text-action-accent": "var(--cpd-color-blue-900)" "--cpd-color-text-action-accent": "var(--cpd-color-blue-900)"
}, }
"is_dark": false,
"name": "Electric Blue"
}, },
{ {
"name": "Everforest dark hard",
"is_dark": true,
"colors": { "colors": {
"accent-color": "#a7c080", "accent-color": "#a7c080",
"primary-color": "#a7c080", "primary-color": "#a7c080",
"reaction-row-button-selected-bg-color": "#4b565c", "warning-color": "#e67e80",
"sidebar-color": "#323d43",
"roomlist-background-color": "#2f383e", "roomlist-background-color": "#2f383e",
"roomlist-highlights-color": "#4b565c",
"roomlist-separator-color": "#4b565c",
"roomlist-text-color": "#d3c6aa", "roomlist-text-color": "#d3c6aa",
"roomlist-text-secondary-color": "#d3c6aa", "roomlist-text-secondary-color": "#d3c6aa",
"secondary-content": "#d3c6aa", "roomlist-highlights-color": "#4b565c",
"sidebar-color": "#323d43", "roomlist-separator-color": "#4b565c",
"tertiary-content": "#d3c6aa",
"timeline-background-color": "#2b3339", "timeline-background-color": "#2b3339",
"timeline-highlights-color": "#4b565c",
"timeline-text-color": "#d3c6aa", "timeline-text-color": "#d3c6aa",
"secondary-content": "#d3c6aa",
"tertiary-content": "#d3c6aa",
"timeline-text-secondary-color": "#a7c080", "timeline-text-secondary-color": "#a7c080",
"warning-color": "#e67e80" "timeline-highlights-color": "#4b565c",
}, "reaction-row-button-selected-bg-color": "#4b565c"
"is_dark": true, }
"name": "Everforest dark hard"
}, },
{ {
"name": "aXion1337 Dark",
"is_dark": true,
"colors": { "colors": {
"accent": "#689d6a",
"accent-color": "#bd93f9", "accent-color": "#bd93f9",
"alert": "#cc241d",
"icon-button-color": "#928374",
"menu-selected-color": "#504945",
"primary-color": "#fe8019", "primary-color": "#fe8019",
"quinary-content": "#504945", "warning-color": "#fb4934",
"reaction-row-button-selected-bg-color": "#689d6a", "sidebar-color": "#282828",
"roomlist-background-color": "#1d2021", "roomlist-background-color": "#1d2021",
"roomlist-highlights-color": "#00000030",
"roomlist-separator-color": "#4d4d4d90",
"roomlist-text-color": "#a89984", "roomlist-text-color": "#a89984",
"roomlist-text-secondary-color": "#00ff00", "roomlist-text-secondary-color": "#00ff00",
"secondary-content": "#928374", "roomlist-highlights-color": "#00000030",
"sidebar-color": "#282828", "roomlist-separator-color": "#4d4d4d90",
"tertiary-content": "#928374",
"timeline-background-color": "#282828", "timeline-background-color": "#282828",
"timeline-highlights-color": "#00000030",
"timeline-text-color": "#ebdbb2", "timeline-text-color": "#ebdbb2",
"secondary-content": "#928374",
"tertiary-content": "#928374",
"quinary-content": "#504945",
"timeline-text-secondary-color": "#a89984", "timeline-text-secondary-color": "#a89984",
"timeline-highlights-color": "#00000030",
"reaction-row-button-selected-bg-color": "#689d6a",
"menu-selected-color": "#504945",
"icon-button-color": "#928374",
"accent": "#689d6a",
"alert": "#cc241d",
"username-colors": [ "username-colors": [
"#cc241d", "#cc241d",
"#98971a", "#98971a",
@@ -206,11 +209,8 @@
"#689d6a", "#689d6a",
"#a89984", "#a89984",
"#d65d0e" "#d65d0e"
], ]
"warning-color": "#fb4934" }
},
"is_dark": true,
"name": "aXion1337 Dark"
}, },
{ {
"name": "aXion1337 Light", "name": "aXion1337 Light",
@@ -251,40 +251,40 @@
}, },
{ {
"name": "Ocean Depths", "name": "Ocean Depths",
"is_dark": true, "is_dark": false,
"colors": { "colors": {
"accent-color": "#2ec4b6", "accent-color": "#2d8b8b",
"accent": "#2ec4b6", "accent": "#2d8b8b",
"primary-color": "#48a9d8", "primary-color": "#a8dadc",
"warning-color": "#e07a5f", "warning-color": "#457b9d",
"alert": "#e07a5f", "alert": "#70555a",
"sidebar-color": "#071a26", "sidebar-color": "#e3ebe0",
"roomlist-background-color": "#0d2635", "roomlist-background-color": "#eaf2e7",
"roomlist-text-color": "#d6e6f2", "roomlist-text-color": "#1a2332",
"roomlist-text-secondary-color": "#8badc4", "roomlist-text-secondary-color": "#656e74",
"roomlist-highlights-color": "#ffffff10", "roomlist-highlights-color": "#00000010",
"roomlist-separator-color": "#ffffff20", "roomlist-separator-color": "#0000001f",
"timeline-background-color": "#12303f", "timeline-background-color": "#f1faee",
"timeline-text-color": "#d6e6f2", "timeline-text-color": "#1a2332",
"secondary-content": "#8badc4", "secondary-content": "#656e74",
"tertiary-content": "#8badc4", "tertiary-content": "#656e74",
"timeline-text-secondary-color": "#8badc4", "timeline-text-secondary-color": "#656e74",
"timeline-highlights-color": "#ffffff10", "timeline-highlights-color": "#00000010",
"reaction-row-button-selected-bg-color": "#1b4a63", "reaction-row-button-selected-bg-color": "#99c8c1",
"menu-selected-color": "#1b4a63", "menu-selected-color": "#b6d9d0",
"focus-bg-color": "#1b4a63", "focus-bg-color": "#b6d9d0",
"room-highlight-color": "#1b4a63", "room-highlight-color": "#b6d9d0",
"other-user-pill-bg-color": "#1b4a63", "other-user-pill-bg-color": "#d4ede7",
"icon-button-color": "#8badc4", "icon-button-color": "#656e74",
"username-colors": [ "username-colors": [
"#2ec4b6", "#2d8b8b",
"#48a9d8", "#a8dadc",
"#7fd1c1", "#457b9d",
"#e07a5f", "#276c70",
"#a8d0e6", "#7da3a9",
"#5c9ead", "#365c78",
"#c9e4de", "#6ab2b4",
"#3d7ea6" "#76aabc"
] ]
} }
}, },
@@ -292,77 +292,77 @@
"name": "Sunset Boulevard", "name": "Sunset Boulevard",
"is_dark": true, "is_dark": true,
"colors": { "colors": {
"accent-color": "#ff6b6b", "accent-color": "#e76f51",
"accent": "#ff6b6b", "accent": "#e76f51",
"primary-color": "#ffa552", "primary-color": "#f4a261",
"warning-color": "#ff3f6b", "warning-color": "#e9c46a",
"alert": "#ff3f6b", "alert": "#d6453a",
"sidebar-color": "#2b1424", "sidebar-color": "#1b323c",
"roomlist-background-color": "#3a1c2c", "roomlist-background-color": "#213c47",
"roomlist-text-color": "#ffe8d6", "roomlist-text-color": "#f6efe6",
"roomlist-text-secondary-color": "#e0a899", "roomlist-text-secondary-color": "#adb4b3",
"roomlist-highlights-color": "#ffffff10", "roomlist-highlights-color": "#ffffff14",
"roomlist-separator-color": "#ffffff20", "roomlist-separator-color": "#ffffff26",
"timeline-background-color": "#452133", "timeline-background-color": "#264653",
"timeline-text-color": "#ffe8d6", "timeline-text-color": "#f6efe6",
"secondary-content": "#e0a899", "secondary-content": "#adb4b3",
"tertiary-content": "#e0a899", "tertiary-content": "#adb4b3",
"timeline-text-secondary-color": "#e0a899", "timeline-text-secondary-color": "#adb4b3",
"timeline-highlights-color": "#ffffff10", "timeline-highlights-color": "#ffffff14",
"reaction-row-button-selected-bg-color": "#5c2b40", "reaction-row-button-selected-bg-color": "#7d5852",
"menu-selected-color": "#5c2b40", "menu-selected-color": "#605252",
"focus-bg-color": "#5c2b40", "focus-bg-color": "#605252",
"room-highlight-color": "#5c2b40", "room-highlight-color": "#605252",
"other-user-pill-bg-color": "#5c2b40", "other-user-pill-bg-color": "#786b59",
"icon-button-color": "#e0a899", "icon-button-color": "#adb4b3",
"username-colors": [ "username-colors": [
"#ff6b6b", "#e76f51",
"#ffa552", "#f4a261",
"#ffd166", "#e9c46a",
"#ef476f", "#ec957e",
"#f78c6b", "#f5b989",
"#e56b6f", "#eed395",
"#ff9770", "#ee8859",
"#c9184a" "#eeb366"
] ]
} }
}, },
{ {
"name": "Forest Canopy", "name": "Forest Canopy",
"is_dark": true, "is_dark": false,
"colors": { "colors": {
"accent-color": "#7fb069", "accent-color": "#2d4a2b",
"accent": "#7fb069", "accent": "#2d4a2b",
"primary-color": "#a3c9a8", "primary-color": "#7d8471",
"warning-color": "#c1666b", "warning-color": "#a4ac86",
"alert": "#c1666b", "alert": "#703126",
"sidebar-color": "#14211a", "sidebar-color": "#ebeae7",
"roomlist-background-color": "#1b2c22", "roomlist-background-color": "#f2f2ef",
"roomlist-text-color": "#e4e9d7", "roomlist-text-color": "#22301f",
"roomlist-text-secondary-color": "#9db096", "roomlist-text-secondary-color": "#6e766a",
"roomlist-highlights-color": "#ffffff10", "roomlist-highlights-color": "#00000010",
"roomlist-separator-color": "#ffffff20", "roomlist-separator-color": "#0000001f",
"timeline-background-color": "#22372b", "timeline-background-color": "#faf9f6",
"timeline-text-color": "#e4e9d7", "timeline-text-color": "#22301f",
"secondary-content": "#9db096", "secondary-content": "#6e766a",
"tertiary-content": "#9db096", "tertiary-content": "#6e766a",
"timeline-text-secondary-color": "#9db096", "timeline-text-secondary-color": "#6e766a",
"timeline-highlights-color": "#ffffff10", "timeline-highlights-color": "#00000010",
"reaction-row-button-selected-bg-color": "#2f4a38", "reaction-row-button-selected-bg-color": "#9eaa9b",
"menu-selected-color": "#2f4a38", "menu-selected-color": "#bcc4b9",
"focus-bg-color": "#2f4a38", "focus-bg-color": "#bcc4b9",
"room-highlight-color": "#2f4a38", "room-highlight-color": "#bcc4b9",
"other-user-pill-bg-color": "#2f4a38", "other-user-pill-bg-color": "#c8cac1",
"icon-button-color": "#9db096", "icon-button-color": "#6e766a",
"username-colors": [ "username-colors": [
"#7fb069", "#2d4a2b",
"#a3c9a8", "#7d8471",
"#588157", "#a4ac86",
"#c1666b", "#2a4227",
"#b8c9a3", "#626b58",
"#6a994e", "#768162",
"#a7c957", "#55674e",
"#386641" "#90987c"
] ]
} }
}, },
@@ -370,38 +370,38 @@
"name": "Modern Minimalist", "name": "Modern Minimalist",
"is_dark": false, "is_dark": false,
"colors": { "colors": {
"accent-color": "#3d5a80", "accent-color": "#36454f",
"accent": "#3d5a80", "accent": "#36454f",
"primary-color": "#4a4a4a", "primary-color": "#708090",
"warning-color": "#8b1e3f", "warning-color": "#d3d3d3",
"alert": "#8b1e3f", "alert": "#752e39",
"sidebar-color": "#f0f0f0", "sidebar-color": "#f0f0f0",
"roomlist-background-color": "#f7f7f7", "roomlist-background-color": "#f7f7f7",
"roomlist-text-color": "#1a1a1a", "roomlist-text-color": "#1c252b",
"roomlist-text-secondary-color": "#5c5c5c", "roomlist-text-secondary-color": "#6b7175",
"roomlist-highlights-color": "#00000010", "roomlist-highlights-color": "#00000010",
"roomlist-separator-color": "#00000018", "roomlist-separator-color": "#0000001f",
"timeline-background-color": "#ffffff", "timeline-background-color": "#ffffff",
"timeline-text-color": "#1a1a1a", "timeline-text-color": "#1c252b",
"secondary-content": "#5c5c5c", "secondary-content": "#6b7175",
"tertiary-content": "#5c5c5c", "tertiary-content": "#6b7175",
"timeline-text-secondary-color": "#5c5c5c", "timeline-text-secondary-color": "#6b7175",
"timeline-highlights-color": "#00000010", "timeline-highlights-color": "#00000010",
"reaction-row-button-selected-bg-color": "#e2e2e2", "reaction-row-button-selected-bg-color": "#a5abb0",
"menu-selected-color": "#e2e2e2", "menu-selected-color": "#c3c7ca",
"focus-bg-color": "#e2e2e2", "focus-bg-color": "#c3c7ca",
"room-highlight-color": "#e2e2e2", "room-highlight-color": "#c3c7ca",
"other-user-pill-bg-color": "#e2e2e2", "other-user-pill-bg-color": "#c6ccd3",
"icon-button-color": "#5c5c5c", "icon-button-color": "#6b7175",
"username-colors": [ "username-colors": [
"#3d5a80", "#36454f",
"#4a4a4a", "#708090",
"#6b6b6b", "#d3d3d3",
"#8b1e3f", "#2e3b44",
"#2f3e46", "#576572",
"#52796f", "#939698",
"#84a98c", "#536270",
"#354f52" "#a2aab2"
] ]
} }
}, },
@@ -409,38 +409,38 @@
"name": "Golden Hour", "name": "Golden Hour",
"is_dark": true, "is_dark": true,
"colors": { "colors": {
"accent-color": "#d4a017", "accent-color": "#f4a900",
"accent": "#d4a017", "accent": "#f4a900",
"primary-color": "#e8b04b", "primary-color": "#c1666b",
"warning-color": "#b5442f", "warning-color": "#d4b896",
"alert": "#b5442f", "alert": "#dd650e",
"sidebar-color": "#2a1f14", "sidebar-color": "#352e2a",
"roomlist-background-color": "#35281a", "roomlist-background-color": "#403732",
"roomlist-text-color": "#f2e3c9", "roomlist-text-color": "#f7f0e6",
"roomlist-text-secondary-color": "#c4a882", "roomlist-text-secondary-color": "#bab2aa",
"roomlist-highlights-color": "#ffffff10", "roomlist-highlights-color": "#ffffff14",
"roomlist-separator-color": "#ffffff20", "roomlist-separator-color": "#ffffff26",
"timeline-background-color": "#3f2f1f", "timeline-background-color": "#4a403a",
"timeline-text-color": "#f2e3c9", "timeline-text-color": "#f7f0e6",
"secondary-content": "#c4a882", "secondary-content": "#bab2aa",
"tertiary-content": "#c4a882", "tertiary-content": "#bab2aa",
"timeline-text-secondary-color": "#c4a882", "timeline-text-secondary-color": "#bab2aa",
"timeline-highlights-color": "#ffffff10", "timeline-highlights-color": "#ffffff14",
"reaction-row-button-selected-bg-color": "#54402a", "reaction-row-button-selected-bg-color": "#966f20",
"menu-selected-color": "#54402a", "menu-selected-color": "#7d6029",
"focus-bg-color": "#54402a", "focus-bg-color": "#7d6029",
"room-highlight-color": "#54402a", "room-highlight-color": "#7d6029",
"other-user-pill-bg-color": "#54402a", "other-user-pill-bg-color": "#7a4f4e",
"icon-button-color": "#c4a882", "icon-button-color": "#bab2aa",
"username-colors": [ "username-colors": [
"#d4a017", "#f4a900",
"#e8b04b", "#c1666b",
"#c98a2e", "#d4b896",
"#b5442f", "#f5be45",
"#e0c068", "#d18f90",
"#a67c00", "#e0ccb2",
"#d98e04", "#da8836",
"#8b5e00" "#ca8f80"
] ]
} }
}, },
@@ -448,116 +448,116 @@
"name": "Arctic Frost", "name": "Arctic Frost",
"is_dark": false, "is_dark": false,
"colors": { "colors": {
"accent-color": "#3b9ec7", "accent-color": "#4a6fa5",
"accent": "#3b9ec7", "accent": "#4a6fa5",
"primary-color": "#5aa9d6", "primary-color": "#d4e4f7",
"warning-color": "#d1495b", "warning-color": "#c0c0c0",
"alert": "#d1495b", "alert": "#804569",
"sidebar-color": "#e3eef5", "sidebar-color": "#ebebeb",
"roomlist-background-color": "#eef5f9", "roomlist-background-color": "#f2f2f2",
"roomlist-text-color": "#1c3d52", "roomlist-text-color": "#1e2c40",
"roomlist-text-secondary-color": "#4a6f87", "roomlist-text-secondary-color": "#6b7481",
"roomlist-highlights-color": "#00000010", "roomlist-highlights-color": "#00000010",
"roomlist-separator-color": "#00000018", "roomlist-separator-color": "#0000001f",
"timeline-background-color": "#ffffff", "timeline-background-color": "#fafafa",
"timeline-text-color": "#1c3d52", "timeline-text-color": "#1e2c40",
"secondary-content": "#4a6f87", "secondary-content": "#6b7481",
"tertiary-content": "#4a6f87", "tertiary-content": "#6b7481",
"timeline-text-secondary-color": "#4a6f87", "timeline-text-secondary-color": "#6b7481",
"timeline-highlights-color": "#00000010", "timeline-highlights-color": "#00000010",
"reaction-row-button-selected-bg-color": "#d3e6f0", "reaction-row-button-selected-bg-color": "#abbbd4",
"menu-selected-color": "#d3e6f0", "menu-selected-color": "#c5d0e0",
"focus-bg-color": "#d3e6f0", "focus-bg-color": "#c5d0e0",
"room-highlight-color": "#d3e6f0", "room-highlight-color": "#c5d0e0",
"other-user-pill-bg-color": "#d3e6f0", "other-user-pill-bg-color": "#ebf1f9",
"icon-button-color": "#4a6f87", "icon-button-color": "#6b7481",
"username-colors": [ "username-colors": [
"#3b9ec7", "#4a6fa5",
"#5aa9d6", "#d4e4f7",
"#2a7ea3", "#c0c0c0",
"#d1495b", "#3d5b87",
"#7fb3cc", "#9dadc0",
"#1d5f7a", "#878c93",
"#8ecae6", "#8faace",
"#023e8a" "#cad2dc"
] ]
} }
}, },
{ {
"name": "Desert Rose", "name": "Desert Rose",
"is_dark": false, "is_dark": true,
"colors": { "colors": {
"accent-color": "#c08497", "accent-color": "#d4a5a5",
"accent": "#c08497", "accent": "#d4a5a5",
"primary-color": "#cc9b9b", "primary-color": "#b87d6d",
"warning-color": "#b56576", "warning-color": "#e8d5c4",
"alert": "#b56576", "alert": "#cb6369",
"sidebar-color": "#eaddd9", "sidebar-color": "#432132",
"roomlist-background-color": "#f2e8e5", "roomlist-background-color": "#50283c",
"roomlist-text-color": "#4a3b38", "roomlist-text-color": "#f6ece4",
"roomlist-text-secondary-color": "#7d6660", "roomlist-text-secondary-color": "#c0aaad",
"roomlist-highlights-color": "#00000010", "roomlist-highlights-color": "#ffffff14",
"roomlist-separator-color": "#00000018", "roomlist-separator-color": "#ffffff26",
"timeline-background-color": "#fdfaf9", "timeline-background-color": "#5d2e46",
"timeline-text-color": "#4a3b38", "timeline-text-color": "#f6ece4",
"secondary-content": "#7d6660", "secondary-content": "#c0aaad",
"tertiary-content": "#7d6660", "tertiary-content": "#c0aaad",
"timeline-text-secondary-color": "#7d6660", "timeline-text-secondary-color": "#c0aaad",
"timeline-highlights-color": "#00000010", "timeline-highlights-color": "#ffffff14",
"reaction-row-button-selected-bg-color": "#e0cdc7", "reaction-row-button-selected-bg-color": "#936471",
"menu-selected-color": "#e0cdc7", "menu-selected-color": "#815262",
"focus-bg-color": "#e0cdc7", "focus-bg-color": "#815262",
"room-highlight-color": "#e0cdc7", "room-highlight-color": "#815262",
"other-user-pill-bg-color": "#e0cdc7", "other-user-pill-bg-color": "#814e56",
"icon-button-color": "#7d6660", "icon-button-color": "#c0aaad",
"username-colors": [ "username-colors": [
"#c08497",
"#cc9b9b",
"#a3697c",
"#b56576",
"#d4a5a5", "#d4a5a5",
"#8d6a75", "#b87d6d",
"#e0b1ab", "#e8d5c4",
"#6d4c52" "#debab8",
"#cb9e91",
"#edddcf",
"#c69189",
"#d0a998"
] ]
} }
}, },
{ {
"name": "Tech Innovation", "name": "Tech Innovation",
"is_dark": true, "is_dark": false,
"colors": { "colors": {
"accent-color": "#00e5ff", "accent-color": "#0066ff",
"accent": "#00e5ff", "accent": "#0066ff",
"primary-color": "#7c4dff", "primary-color": "#00ffff",
"warning-color": "#ff1744", "warning-color": "#1e1e1e",
"alert": "#ff1744", "alert": "#57409a",
"sidebar-color": "#0a0e14", "sidebar-color": "#f0f0f0",
"roomlist-background-color": "#111721", "roomlist-background-color": "#f7f7f7",
"roomlist-text-color": "#e6edf3", "roomlist-text-color": "#1e1e1e",
"roomlist-text-secondary-color": "#8b98a9", "roomlist-text-secondary-color": "#6d6d6d",
"roomlist-highlights-color": "#ffffff10", "roomlist-highlights-color": "#00000010",
"roomlist-separator-color": "#ffffff20", "roomlist-separator-color": "#0000001f",
"timeline-background-color": "#161d29", "timeline-background-color": "#ffffff",
"timeline-text-color": "#e6edf3", "timeline-text-color": "#1e1e1e",
"secondary-content": "#8b98a9", "secondary-content": "#6d6d6d",
"tertiary-content": "#8b98a9", "tertiary-content": "#6d6d6d",
"timeline-text-secondary-color": "#8b98a9", "timeline-text-secondary-color": "#6d6d6d",
"timeline-highlights-color": "#ffffff10", "timeline-highlights-color": "#00000010",
"reaction-row-button-selected-bg-color": "#1f2b3d", "reaction-row-button-selected-bg-color": "#8cbaff",
"menu-selected-color": "#1f2b3d", "menu-selected-color": "#b2d1ff",
"focus-bg-color": "#1f2b3d", "focus-bg-color": "#b2d1ff",
"room-highlight-color": "#1f2b3d", "room-highlight-color": "#b2d1ff",
"other-user-pill-bg-color": "#1f2b3d", "other-user-pill-bg-color": "#99ffff",
"icon-button-color": "#8b98a9", "icon-button-color": "#6d6d6d",
"username-colors": [ "username-colors": [
"#00e5ff", "#0066ff",
"#7c4dff", "#00ffff",
"#00bfa5", "#1e1e1e",
"#ff1744", "#0950bc",
"#40c4ff", "#09bcbc",
"#651fff", "#1e1e1e",
"#1de9b6", "#00b2ff",
"#d500f9" "#0f8e8e"
] ]
} }
}, },
@@ -565,77 +565,77 @@
"name": "Botanical Garden", "name": "Botanical Garden",
"is_dark": false, "is_dark": false,
"colors": { "colors": {
"accent-color": "#4c9a5d", "accent-color": "#4a7c59",
"accent": "#4c9a5d", "accent": "#4a7c59",
"primary-color": "#6bb77b", "primary-color": "#f9a620",
"warning-color": "#d2691e", "warning-color": "#b7472a",
"alert": "#d2691e", "alert": "#804c3f",
"sidebar-color": "#e6f2e2", "sidebar-color": "#e6e4df",
"roomlist-background-color": "#f0f8ed", "roomlist-background-color": "#eeece6",
"roomlist-text-color": "#23402c", "roomlist-text-color": "#22331f",
"roomlist-text-secondary-color": "#4f6b56", "roomlist-text-secondary-color": "#6c7667",
"roomlist-highlights-color": "#00000010", "roomlist-highlights-color": "#00000010",
"roomlist-separator-color": "#00000018", "roomlist-separator-color": "#0000001f",
"timeline-background-color": "#ffffff", "timeline-background-color": "#f5f3ed",
"timeline-text-color": "#23402c", "timeline-text-color": "#22331f",
"secondary-content": "#4f6b56", "secondary-content": "#6c7667",
"tertiary-content": "#4f6b56", "tertiary-content": "#6c7667",
"timeline-text-secondary-color": "#4f6b56", "timeline-text-secondary-color": "#6c7667",
"timeline-highlights-color": "#00000010", "timeline-highlights-color": "#00000010",
"reaction-row-button-selected-bg-color": "#d7ead2", "reaction-row-button-selected-bg-color": "#a8bdaa",
"menu-selected-color": "#d7ead2", "menu-selected-color": "#c2cfc1",
"focus-bg-color": "#d7ead2", "focus-bg-color": "#c2cfc1",
"room-highlight-color": "#d7ead2", "room-highlight-color": "#c2cfc1",
"other-user-pill-bg-color": "#d7ead2", "other-user-pill-bg-color": "#f7d49b",
"icon-button-color": "#4f6b56", "icon-button-color": "#6c7667",
"username-colors": [ "username-colors": [
"#4c9a5d", "#4a7c59",
"#6bb77b", "#f9a620",
"#2d6a4f", "#b7472a",
"#d2691e", "#3e6648",
"#95d5b2", "#b88420",
"#40916c", "#834026",
"#b7e4c7", "#a2913c",
"#1b4332" "#d87625"
] ]
} }
}, },
{ {
"name": "Midnight Galaxy", "name": "Midnight Galaxy",
"is_dark": true, "is_dark": false,
"colors": { "colors": {
"accent-color": "#b388ff", "accent-color": "#2b1e3e",
"accent": "#b388ff", "accent": "#2b1e3e",
"primary-color": "#7c4dff", "primary-color": "#4a4e8f",
"warning-color": "#ff4081", "warning-color": "#a490c2",
"alert": "#ff4081", "alert": "#6e1930",
"sidebar-color": "#0d0a1f", "sidebar-color": "#d8d8eb",
"roomlist-background-color": "#150f2e", "roomlist-background-color": "#dfdff2",
"roomlist-text-color": "#e8e3ff", "roomlist-text-color": "#241a34",
"roomlist-text-secondary-color": "#a396d4", "roomlist-text-secondary-color": "#686179",
"roomlist-highlights-color": "#ffffff10", "roomlist-highlights-color": "#00000010",
"roomlist-separator-color": "#ffffff20", "roomlist-separator-color": "#0000001f",
"timeline-background-color": "#1c1440", "timeline-background-color": "#e6e6fa",
"timeline-text-color": "#e8e3ff", "timeline-text-color": "#241a34",
"secondary-content": "#a396d4", "secondary-content": "#686179",
"tertiary-content": "#a396d4", "tertiary-content": "#686179",
"timeline-text-secondary-color": "#a396d4", "timeline-text-secondary-color": "#686179",
"timeline-highlights-color": "#ffffff10", "timeline-highlights-color": "#00000010",
"reaction-row-button-selected-bg-color": "#2d2159", "reaction-row-button-selected-bg-color": "#928ca5",
"menu-selected-color": "#2d2159", "menu-selected-color": "#aeaac2",
"focus-bg-color": "#2d2159", "focus-bg-color": "#aeaac2",
"room-highlight-color": "#2d2159", "room-highlight-color": "#aeaac2",
"other-user-pill-bg-color": "#2d2159", "other-user-pill-bg-color": "#a8a9cf",
"icon-button-color": "#a396d4", "icon-button-color": "#686179",
"username-colors": [ "username-colors": [
"#b388ff", "#2b1e3e",
"#7c4dff", "#4a4e8f",
"#8c9eff", "#a490c2",
"#ff4081", "#291d3b",
"#e1bee7", "#3f3e74",
"#6a5acd", "#776790",
"#ce93d8", "#3a3666",
"#4527a0" "#776fa8"
] ]
} }
} }