element: die zehn Themes nach den Originaldefinitionen neu gebaut
Grundlage sind jetzt die Definitionen aus Anthropics theme-factory-Skill
(github.com/anthropics/skills/skills/theme-factory) statt meiner Interpretation
der Namen. Meine erste Fassung traf bei fast allen daneben - am deutlichsten bei
Sunset Boulevard, wo ich kraeftiges Koralle/Pink baute statt der vorgegebenen
Terrakotta-Palette #e76f51/#f4a261/#e9c46a/#264653.
Ob ein Theme hell oder dunkel gemeint ist, steht in den Beschreibungen teils
widerspruechlich ('Warm Sand - backgrounds' bei einem Theme, dessen Showcase-Seite
dunkel ist). Deshalb aus theme-showcase.pdf gemessen: sieben der zehn sind hell,
nur Sunset Boulevard, Golden Hour und Desert Rose dunkel. Vorher hatte ich sechs
faelschlich als dunkel angelegt.
Ableitung je Theme: die vier Originalfarben als Akzent/Sekundaer/Highlight/Text,
Flaechenabstufungen daraus gemischt, Username-Farben als Mischungen derselben
Palette - damit bleibt jedes Theme in sich stimmig.
Chirurgisch: nur die colors-Bloecke und is_dark der zehn Themes (299 Zeilen gegen
299), YAML validiert, die uebrigen sieben Themes unberuehrt.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PKhFj1S3UdD6xL2fbWPeYj
This commit is contained in:
co-authored by
Claude Fable 5
parent
ac0afaf3d9
commit
b10b607d70
@@ -231,40 +231,40 @@ data:
|
||||
},
|
||||
{
|
||||
"name": "Ocean Depths",
|
||||
"is_dark": true,
|
||||
"is_dark": false,
|
||||
"colors": {
|
||||
"accent-color": "#2ec4b6",
|
||||
"accent": "#2ec4b6",
|
||||
"primary-color": "#48a9d8",
|
||||
"warning-color": "#e07a5f",
|
||||
"alert": "#e07a5f",
|
||||
"sidebar-color": "#071a26",
|
||||
"roomlist-background-color": "#0d2635",
|
||||
"roomlist-text-color": "#d6e6f2",
|
||||
"roomlist-text-secondary-color": "#8badc4",
|
||||
"roomlist-highlights-color": "#ffffff10",
|
||||
"roomlist-separator-color": "#ffffff20",
|
||||
"timeline-background-color": "#12303f",
|
||||
"timeline-text-color": "#d6e6f2",
|
||||
"secondary-content": "#8badc4",
|
||||
"tertiary-content": "#8badc4",
|
||||
"timeline-text-secondary-color": "#8badc4",
|
||||
"timeline-highlights-color": "#ffffff10",
|
||||
"reaction-row-button-selected-bg-color": "#1b4a63",
|
||||
"menu-selected-color": "#1b4a63",
|
||||
"focus-bg-color": "#1b4a63",
|
||||
"room-highlight-color": "#1b4a63",
|
||||
"other-user-pill-bg-color": "#1b4a63",
|
||||
"icon-button-color": "#8badc4",
|
||||
"accent-color": "#2d8b8b",
|
||||
"accent": "#2d8b8b",
|
||||
"primary-color": "#a8dadc",
|
||||
"warning-color": "#457b9d",
|
||||
"alert": "#70555a",
|
||||
"sidebar-color": "#e3ebe0",
|
||||
"roomlist-background-color": "#eaf2e7",
|
||||
"roomlist-text-color": "#1a2332",
|
||||
"roomlist-text-secondary-color": "#656e74",
|
||||
"roomlist-highlights-color": "#00000010",
|
||||
"roomlist-separator-color": "#0000001f",
|
||||
"timeline-background-color": "#f1faee",
|
||||
"timeline-text-color": "#1a2332",
|
||||
"secondary-content": "#656e74",
|
||||
"tertiary-content": "#656e74",
|
||||
"timeline-text-secondary-color": "#656e74",
|
||||
"timeline-highlights-color": "#00000010",
|
||||
"reaction-row-button-selected-bg-color": "#99c8c1",
|
||||
"menu-selected-color": "#b6d9d0",
|
||||
"focus-bg-color": "#b6d9d0",
|
||||
"room-highlight-color": "#b6d9d0",
|
||||
"other-user-pill-bg-color": "#d4ede7",
|
||||
"icon-button-color": "#656e74",
|
||||
"username-colors": [
|
||||
"#2ec4b6",
|
||||
"#48a9d8",
|
||||
"#7fd1c1",
|
||||
"#e07a5f",
|
||||
"#a8d0e6",
|
||||
"#5c9ead",
|
||||
"#c9e4de",
|
||||
"#3d7ea6"
|
||||
"#2d8b8b",
|
||||
"#a8dadc",
|
||||
"#457b9d",
|
||||
"#276c70",
|
||||
"#7da3a9",
|
||||
"#365c78",
|
||||
"#6ab2b4",
|
||||
"#76aabc"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -276,73 +276,73 @@ data:
|
||||
"accent": "#e76f51",
|
||||
"primary-color": "#f4a261",
|
||||
"warning-color": "#e9c46a",
|
||||
"alert": "#bc4b2f",
|
||||
"sidebar-color": "#1f2b30",
|
||||
"roomlist-background-color": "#264653",
|
||||
"roomlist-text-color": "#f4ede4",
|
||||
"roomlist-text-secondary-color": "#c8b6a6",
|
||||
"roomlist-highlights-color": "#ffffff12",
|
||||
"roomlist-separator-color": "#ffffff20",
|
||||
"timeline-background-color": "#2f5560",
|
||||
"timeline-text-color": "#f4ede4",
|
||||
"secondary-content": "#c8b6a6",
|
||||
"tertiary-content": "#c8b6a6",
|
||||
"timeline-text-secondary-color": "#c8b6a6",
|
||||
"timeline-highlights-color": "#ffffff12",
|
||||
"reaction-row-button-selected-bg-color": "#2a9d8f",
|
||||
"menu-selected-color": "#2a9d8f",
|
||||
"focus-bg-color": "#2a9d8f",
|
||||
"room-highlight-color": "#2a9d8f",
|
||||
"other-user-pill-bg-color": "#2a9d8f",
|
||||
"icon-button-color": "#c8b6a6",
|
||||
"alert": "#d6453a",
|
||||
"sidebar-color": "#1b323c",
|
||||
"roomlist-background-color": "#213c47",
|
||||
"roomlist-text-color": "#f6efe6",
|
||||
"roomlist-text-secondary-color": "#adb4b3",
|
||||
"roomlist-highlights-color": "#ffffff14",
|
||||
"roomlist-separator-color": "#ffffff26",
|
||||
"timeline-background-color": "#264653",
|
||||
"timeline-text-color": "#f6efe6",
|
||||
"secondary-content": "#adb4b3",
|
||||
"tertiary-content": "#adb4b3",
|
||||
"timeline-text-secondary-color": "#adb4b3",
|
||||
"timeline-highlights-color": "#ffffff14",
|
||||
"reaction-row-button-selected-bg-color": "#7d5852",
|
||||
"menu-selected-color": "#605252",
|
||||
"focus-bg-color": "#605252",
|
||||
"room-highlight-color": "#605252",
|
||||
"other-user-pill-bg-color": "#786b59",
|
||||
"icon-button-color": "#adb4b3",
|
||||
"username-colors": [
|
||||
"#e76f51",
|
||||
"#f4a261",
|
||||
"#e9c46a",
|
||||
"#2a9d8f",
|
||||
"#8ab17d",
|
||||
"#bc4b2f",
|
||||
"#d9a066",
|
||||
"#457b78"
|
||||
"#ec957e",
|
||||
"#f5b989",
|
||||
"#eed395",
|
||||
"#ee8859",
|
||||
"#eeb366"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Forest Canopy",
|
||||
"is_dark": true,
|
||||
"is_dark": false,
|
||||
"colors": {
|
||||
"accent-color": "#7fb069",
|
||||
"accent": "#7fb069",
|
||||
"primary-color": "#a3c9a8",
|
||||
"warning-color": "#c1666b",
|
||||
"alert": "#c1666b",
|
||||
"sidebar-color": "#14211a",
|
||||
"roomlist-background-color": "#1b2c22",
|
||||
"roomlist-text-color": "#e4e9d7",
|
||||
"roomlist-text-secondary-color": "#9db096",
|
||||
"roomlist-highlights-color": "#ffffff10",
|
||||
"roomlist-separator-color": "#ffffff20",
|
||||
"timeline-background-color": "#22372b",
|
||||
"timeline-text-color": "#e4e9d7",
|
||||
"secondary-content": "#9db096",
|
||||
"tertiary-content": "#9db096",
|
||||
"timeline-text-secondary-color": "#9db096",
|
||||
"timeline-highlights-color": "#ffffff10",
|
||||
"reaction-row-button-selected-bg-color": "#2f4a38",
|
||||
"menu-selected-color": "#2f4a38",
|
||||
"focus-bg-color": "#2f4a38",
|
||||
"room-highlight-color": "#2f4a38",
|
||||
"other-user-pill-bg-color": "#2f4a38",
|
||||
"icon-button-color": "#9db096",
|
||||
"accent-color": "#2d4a2b",
|
||||
"accent": "#2d4a2b",
|
||||
"primary-color": "#7d8471",
|
||||
"warning-color": "#a4ac86",
|
||||
"alert": "#703126",
|
||||
"sidebar-color": "#ebeae7",
|
||||
"roomlist-background-color": "#f2f2ef",
|
||||
"roomlist-text-color": "#22301f",
|
||||
"roomlist-text-secondary-color": "#6e766a",
|
||||
"roomlist-highlights-color": "#00000010",
|
||||
"roomlist-separator-color": "#0000001f",
|
||||
"timeline-background-color": "#faf9f6",
|
||||
"timeline-text-color": "#22301f",
|
||||
"secondary-content": "#6e766a",
|
||||
"tertiary-content": "#6e766a",
|
||||
"timeline-text-secondary-color": "#6e766a",
|
||||
"timeline-highlights-color": "#00000010",
|
||||
"reaction-row-button-selected-bg-color": "#9eaa9b",
|
||||
"menu-selected-color": "#bcc4b9",
|
||||
"focus-bg-color": "#bcc4b9",
|
||||
"room-highlight-color": "#bcc4b9",
|
||||
"other-user-pill-bg-color": "#c8cac1",
|
||||
"icon-button-color": "#6e766a",
|
||||
"username-colors": [
|
||||
"#7fb069",
|
||||
"#a3c9a8",
|
||||
"#588157",
|
||||
"#c1666b",
|
||||
"#b8c9a3",
|
||||
"#6a994e",
|
||||
"#a7c957",
|
||||
"#386641"
|
||||
"#2d4a2b",
|
||||
"#7d8471",
|
||||
"#a4ac86",
|
||||
"#2a4227",
|
||||
"#626b58",
|
||||
"#768162",
|
||||
"#55674e",
|
||||
"#90987c"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -350,38 +350,38 @@ data:
|
||||
"name": "Modern Minimalist",
|
||||
"is_dark": false,
|
||||
"colors": {
|
||||
"accent-color": "#3d5a80",
|
||||
"accent": "#3d5a80",
|
||||
"primary-color": "#4a4a4a",
|
||||
"warning-color": "#8b1e3f",
|
||||
"alert": "#8b1e3f",
|
||||
"accent-color": "#36454f",
|
||||
"accent": "#36454f",
|
||||
"primary-color": "#708090",
|
||||
"warning-color": "#d3d3d3",
|
||||
"alert": "#752e39",
|
||||
"sidebar-color": "#f0f0f0",
|
||||
"roomlist-background-color": "#f7f7f7",
|
||||
"roomlist-text-color": "#1a1a1a",
|
||||
"roomlist-text-secondary-color": "#5c5c5c",
|
||||
"roomlist-text-color": "#1c252b",
|
||||
"roomlist-text-secondary-color": "#6b7175",
|
||||
"roomlist-highlights-color": "#00000010",
|
||||
"roomlist-separator-color": "#00000018",
|
||||
"roomlist-separator-color": "#0000001f",
|
||||
"timeline-background-color": "#ffffff",
|
||||
"timeline-text-color": "#1a1a1a",
|
||||
"secondary-content": "#5c5c5c",
|
||||
"tertiary-content": "#5c5c5c",
|
||||
"timeline-text-secondary-color": "#5c5c5c",
|
||||
"timeline-text-color": "#1c252b",
|
||||
"secondary-content": "#6b7175",
|
||||
"tertiary-content": "#6b7175",
|
||||
"timeline-text-secondary-color": "#6b7175",
|
||||
"timeline-highlights-color": "#00000010",
|
||||
"reaction-row-button-selected-bg-color": "#e2e2e2",
|
||||
"menu-selected-color": "#e2e2e2",
|
||||
"focus-bg-color": "#e2e2e2",
|
||||
"room-highlight-color": "#e2e2e2",
|
||||
"other-user-pill-bg-color": "#e2e2e2",
|
||||
"icon-button-color": "#5c5c5c",
|
||||
"reaction-row-button-selected-bg-color": "#a5abb0",
|
||||
"menu-selected-color": "#c3c7ca",
|
||||
"focus-bg-color": "#c3c7ca",
|
||||
"room-highlight-color": "#c3c7ca",
|
||||
"other-user-pill-bg-color": "#c6ccd3",
|
||||
"icon-button-color": "#6b7175",
|
||||
"username-colors": [
|
||||
"#3d5a80",
|
||||
"#4a4a4a",
|
||||
"#6b6b6b",
|
||||
"#8b1e3f",
|
||||
"#2f3e46",
|
||||
"#52796f",
|
||||
"#84a98c",
|
||||
"#354f52"
|
||||
"#36454f",
|
||||
"#708090",
|
||||
"#d3d3d3",
|
||||
"#2e3b44",
|
||||
"#576572",
|
||||
"#939698",
|
||||
"#536270",
|
||||
"#a2aab2"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -389,38 +389,38 @@ data:
|
||||
"name": "Golden Hour",
|
||||
"is_dark": true,
|
||||
"colors": {
|
||||
"accent-color": "#d4a017",
|
||||
"accent": "#d4a017",
|
||||
"primary-color": "#e8b04b",
|
||||
"warning-color": "#b5442f",
|
||||
"alert": "#b5442f",
|
||||
"sidebar-color": "#2a1f14",
|
||||
"roomlist-background-color": "#35281a",
|
||||
"roomlist-text-color": "#f2e3c9",
|
||||
"roomlist-text-secondary-color": "#c4a882",
|
||||
"roomlist-highlights-color": "#ffffff10",
|
||||
"roomlist-separator-color": "#ffffff20",
|
||||
"timeline-background-color": "#3f2f1f",
|
||||
"timeline-text-color": "#f2e3c9",
|
||||
"secondary-content": "#c4a882",
|
||||
"tertiary-content": "#c4a882",
|
||||
"timeline-text-secondary-color": "#c4a882",
|
||||
"timeline-highlights-color": "#ffffff10",
|
||||
"reaction-row-button-selected-bg-color": "#54402a",
|
||||
"menu-selected-color": "#54402a",
|
||||
"focus-bg-color": "#54402a",
|
||||
"room-highlight-color": "#54402a",
|
||||
"other-user-pill-bg-color": "#54402a",
|
||||
"icon-button-color": "#c4a882",
|
||||
"accent-color": "#f4a900",
|
||||
"accent": "#f4a900",
|
||||
"primary-color": "#c1666b",
|
||||
"warning-color": "#d4b896",
|
||||
"alert": "#dd650e",
|
||||
"sidebar-color": "#352e2a",
|
||||
"roomlist-background-color": "#403732",
|
||||
"roomlist-text-color": "#f7f0e6",
|
||||
"roomlist-text-secondary-color": "#bab2aa",
|
||||
"roomlist-highlights-color": "#ffffff14",
|
||||
"roomlist-separator-color": "#ffffff26",
|
||||
"timeline-background-color": "#4a403a",
|
||||
"timeline-text-color": "#f7f0e6",
|
||||
"secondary-content": "#bab2aa",
|
||||
"tertiary-content": "#bab2aa",
|
||||
"timeline-text-secondary-color": "#bab2aa",
|
||||
"timeline-highlights-color": "#ffffff14",
|
||||
"reaction-row-button-selected-bg-color": "#966f20",
|
||||
"menu-selected-color": "#7d6029",
|
||||
"focus-bg-color": "#7d6029",
|
||||
"room-highlight-color": "#7d6029",
|
||||
"other-user-pill-bg-color": "#7a4f4e",
|
||||
"icon-button-color": "#bab2aa",
|
||||
"username-colors": [
|
||||
"#d4a017",
|
||||
"#e8b04b",
|
||||
"#c98a2e",
|
||||
"#b5442f",
|
||||
"#e0c068",
|
||||
"#a67c00",
|
||||
"#d98e04",
|
||||
"#8b5e00"
|
||||
"#f4a900",
|
||||
"#c1666b",
|
||||
"#d4b896",
|
||||
"#f5be45",
|
||||
"#d18f90",
|
||||
"#e0ccb2",
|
||||
"#da8836",
|
||||
"#ca8f80"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -428,116 +428,116 @@ data:
|
||||
"name": "Arctic Frost",
|
||||
"is_dark": false,
|
||||
"colors": {
|
||||
"accent-color": "#3b9ec7",
|
||||
"accent": "#3b9ec7",
|
||||
"primary-color": "#5aa9d6",
|
||||
"warning-color": "#d1495b",
|
||||
"alert": "#d1495b",
|
||||
"sidebar-color": "#e3eef5",
|
||||
"roomlist-background-color": "#eef5f9",
|
||||
"roomlist-text-color": "#1c3d52",
|
||||
"roomlist-text-secondary-color": "#4a6f87",
|
||||
"accent-color": "#4a6fa5",
|
||||
"accent": "#4a6fa5",
|
||||
"primary-color": "#d4e4f7",
|
||||
"warning-color": "#c0c0c0",
|
||||
"alert": "#804569",
|
||||
"sidebar-color": "#ebebeb",
|
||||
"roomlist-background-color": "#f2f2f2",
|
||||
"roomlist-text-color": "#1e2c40",
|
||||
"roomlist-text-secondary-color": "#6b7481",
|
||||
"roomlist-highlights-color": "#00000010",
|
||||
"roomlist-separator-color": "#00000018",
|
||||
"timeline-background-color": "#ffffff",
|
||||
"timeline-text-color": "#1c3d52",
|
||||
"secondary-content": "#4a6f87",
|
||||
"tertiary-content": "#4a6f87",
|
||||
"timeline-text-secondary-color": "#4a6f87",
|
||||
"roomlist-separator-color": "#0000001f",
|
||||
"timeline-background-color": "#fafafa",
|
||||
"timeline-text-color": "#1e2c40",
|
||||
"secondary-content": "#6b7481",
|
||||
"tertiary-content": "#6b7481",
|
||||
"timeline-text-secondary-color": "#6b7481",
|
||||
"timeline-highlights-color": "#00000010",
|
||||
"reaction-row-button-selected-bg-color": "#d3e6f0",
|
||||
"menu-selected-color": "#d3e6f0",
|
||||
"focus-bg-color": "#d3e6f0",
|
||||
"room-highlight-color": "#d3e6f0",
|
||||
"other-user-pill-bg-color": "#d3e6f0",
|
||||
"icon-button-color": "#4a6f87",
|
||||
"reaction-row-button-selected-bg-color": "#abbbd4",
|
||||
"menu-selected-color": "#c5d0e0",
|
||||
"focus-bg-color": "#c5d0e0",
|
||||
"room-highlight-color": "#c5d0e0",
|
||||
"other-user-pill-bg-color": "#ebf1f9",
|
||||
"icon-button-color": "#6b7481",
|
||||
"username-colors": [
|
||||
"#3b9ec7",
|
||||
"#5aa9d6",
|
||||
"#2a7ea3",
|
||||
"#d1495b",
|
||||
"#7fb3cc",
|
||||
"#1d5f7a",
|
||||
"#8ecae6",
|
||||
"#023e8a"
|
||||
"#4a6fa5",
|
||||
"#d4e4f7",
|
||||
"#c0c0c0",
|
||||
"#3d5b87",
|
||||
"#9dadc0",
|
||||
"#878c93",
|
||||
"#8faace",
|
||||
"#cad2dc"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Desert Rose",
|
||||
"is_dark": false,
|
||||
"is_dark": true,
|
||||
"colors": {
|
||||
"accent-color": "#c08497",
|
||||
"accent": "#c08497",
|
||||
"primary-color": "#cc9b9b",
|
||||
"warning-color": "#b56576",
|
||||
"alert": "#b56576",
|
||||
"sidebar-color": "#eaddd9",
|
||||
"roomlist-background-color": "#f2e8e5",
|
||||
"roomlist-text-color": "#4a3b38",
|
||||
"roomlist-text-secondary-color": "#7d6660",
|
||||
"roomlist-highlights-color": "#00000010",
|
||||
"roomlist-separator-color": "#00000018",
|
||||
"timeline-background-color": "#fdfaf9",
|
||||
"timeline-text-color": "#4a3b38",
|
||||
"secondary-content": "#7d6660",
|
||||
"tertiary-content": "#7d6660",
|
||||
"timeline-text-secondary-color": "#7d6660",
|
||||
"timeline-highlights-color": "#00000010",
|
||||
"reaction-row-button-selected-bg-color": "#e0cdc7",
|
||||
"menu-selected-color": "#e0cdc7",
|
||||
"focus-bg-color": "#e0cdc7",
|
||||
"room-highlight-color": "#e0cdc7",
|
||||
"other-user-pill-bg-color": "#e0cdc7",
|
||||
"icon-button-color": "#7d6660",
|
||||
"accent-color": "#d4a5a5",
|
||||
"accent": "#d4a5a5",
|
||||
"primary-color": "#b87d6d",
|
||||
"warning-color": "#e8d5c4",
|
||||
"alert": "#cb6369",
|
||||
"sidebar-color": "#432132",
|
||||
"roomlist-background-color": "#50283c",
|
||||
"roomlist-text-color": "#f6ece4",
|
||||
"roomlist-text-secondary-color": "#c0aaad",
|
||||
"roomlist-highlights-color": "#ffffff14",
|
||||
"roomlist-separator-color": "#ffffff26",
|
||||
"timeline-background-color": "#5d2e46",
|
||||
"timeline-text-color": "#f6ece4",
|
||||
"secondary-content": "#c0aaad",
|
||||
"tertiary-content": "#c0aaad",
|
||||
"timeline-text-secondary-color": "#c0aaad",
|
||||
"timeline-highlights-color": "#ffffff14",
|
||||
"reaction-row-button-selected-bg-color": "#936471",
|
||||
"menu-selected-color": "#815262",
|
||||
"focus-bg-color": "#815262",
|
||||
"room-highlight-color": "#815262",
|
||||
"other-user-pill-bg-color": "#814e56",
|
||||
"icon-button-color": "#c0aaad",
|
||||
"username-colors": [
|
||||
"#c08497",
|
||||
"#cc9b9b",
|
||||
"#a3697c",
|
||||
"#b56576",
|
||||
"#d4a5a5",
|
||||
"#8d6a75",
|
||||
"#e0b1ab",
|
||||
"#6d4c52"
|
||||
"#b87d6d",
|
||||
"#e8d5c4",
|
||||
"#debab8",
|
||||
"#cb9e91",
|
||||
"#edddcf",
|
||||
"#c69189",
|
||||
"#d0a998"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Tech Innovation",
|
||||
"is_dark": true,
|
||||
"is_dark": false,
|
||||
"colors": {
|
||||
"accent-color": "#00e5ff",
|
||||
"accent": "#00e5ff",
|
||||
"primary-color": "#7c4dff",
|
||||
"warning-color": "#ff1744",
|
||||
"alert": "#ff1744",
|
||||
"sidebar-color": "#0a0e14",
|
||||
"roomlist-background-color": "#111721",
|
||||
"roomlist-text-color": "#e6edf3",
|
||||
"roomlist-text-secondary-color": "#8b98a9",
|
||||
"roomlist-highlights-color": "#ffffff10",
|
||||
"roomlist-separator-color": "#ffffff20",
|
||||
"timeline-background-color": "#161d29",
|
||||
"timeline-text-color": "#e6edf3",
|
||||
"secondary-content": "#8b98a9",
|
||||
"tertiary-content": "#8b98a9",
|
||||
"timeline-text-secondary-color": "#8b98a9",
|
||||
"timeline-highlights-color": "#ffffff10",
|
||||
"reaction-row-button-selected-bg-color": "#1f2b3d",
|
||||
"menu-selected-color": "#1f2b3d",
|
||||
"focus-bg-color": "#1f2b3d",
|
||||
"room-highlight-color": "#1f2b3d",
|
||||
"other-user-pill-bg-color": "#1f2b3d",
|
||||
"icon-button-color": "#8b98a9",
|
||||
"accent-color": "#0066ff",
|
||||
"accent": "#0066ff",
|
||||
"primary-color": "#00ffff",
|
||||
"warning-color": "#1e1e1e",
|
||||
"alert": "#57409a",
|
||||
"sidebar-color": "#f0f0f0",
|
||||
"roomlist-background-color": "#f7f7f7",
|
||||
"roomlist-text-color": "#1e1e1e",
|
||||
"roomlist-text-secondary-color": "#6d6d6d",
|
||||
"roomlist-highlights-color": "#00000010",
|
||||
"roomlist-separator-color": "#0000001f",
|
||||
"timeline-background-color": "#ffffff",
|
||||
"timeline-text-color": "#1e1e1e",
|
||||
"secondary-content": "#6d6d6d",
|
||||
"tertiary-content": "#6d6d6d",
|
||||
"timeline-text-secondary-color": "#6d6d6d",
|
||||
"timeline-highlights-color": "#00000010",
|
||||
"reaction-row-button-selected-bg-color": "#8cbaff",
|
||||
"menu-selected-color": "#b2d1ff",
|
||||
"focus-bg-color": "#b2d1ff",
|
||||
"room-highlight-color": "#b2d1ff",
|
||||
"other-user-pill-bg-color": "#99ffff",
|
||||
"icon-button-color": "#6d6d6d",
|
||||
"username-colors": [
|
||||
"#00e5ff",
|
||||
"#7c4dff",
|
||||
"#00bfa5",
|
||||
"#ff1744",
|
||||
"#40c4ff",
|
||||
"#651fff",
|
||||
"#1de9b6",
|
||||
"#d500f9"
|
||||
"#0066ff",
|
||||
"#00ffff",
|
||||
"#1e1e1e",
|
||||
"#0950bc",
|
||||
"#09bcbc",
|
||||
"#1e1e1e",
|
||||
"#00b2ff",
|
||||
"#0f8e8e"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -545,77 +545,77 @@ data:
|
||||
"name": "Botanical Garden",
|
||||
"is_dark": false,
|
||||
"colors": {
|
||||
"accent-color": "#4c9a5d",
|
||||
"accent": "#4c9a5d",
|
||||
"primary-color": "#6bb77b",
|
||||
"warning-color": "#d2691e",
|
||||
"alert": "#d2691e",
|
||||
"sidebar-color": "#e6f2e2",
|
||||
"roomlist-background-color": "#f0f8ed",
|
||||
"roomlist-text-color": "#23402c",
|
||||
"roomlist-text-secondary-color": "#4f6b56",
|
||||
"accent-color": "#4a7c59",
|
||||
"accent": "#4a7c59",
|
||||
"primary-color": "#f9a620",
|
||||
"warning-color": "#b7472a",
|
||||
"alert": "#804c3f",
|
||||
"sidebar-color": "#e6e4df",
|
||||
"roomlist-background-color": "#eeece6",
|
||||
"roomlist-text-color": "#22331f",
|
||||
"roomlist-text-secondary-color": "#6c7667",
|
||||
"roomlist-highlights-color": "#00000010",
|
||||
"roomlist-separator-color": "#00000018",
|
||||
"timeline-background-color": "#ffffff",
|
||||
"timeline-text-color": "#23402c",
|
||||
"secondary-content": "#4f6b56",
|
||||
"tertiary-content": "#4f6b56",
|
||||
"timeline-text-secondary-color": "#4f6b56",
|
||||
"roomlist-separator-color": "#0000001f",
|
||||
"timeline-background-color": "#f5f3ed",
|
||||
"timeline-text-color": "#22331f",
|
||||
"secondary-content": "#6c7667",
|
||||
"tertiary-content": "#6c7667",
|
||||
"timeline-text-secondary-color": "#6c7667",
|
||||
"timeline-highlights-color": "#00000010",
|
||||
"reaction-row-button-selected-bg-color": "#d7ead2",
|
||||
"menu-selected-color": "#d7ead2",
|
||||
"focus-bg-color": "#d7ead2",
|
||||
"room-highlight-color": "#d7ead2",
|
||||
"other-user-pill-bg-color": "#d7ead2",
|
||||
"icon-button-color": "#4f6b56",
|
||||
"reaction-row-button-selected-bg-color": "#a8bdaa",
|
||||
"menu-selected-color": "#c2cfc1",
|
||||
"focus-bg-color": "#c2cfc1",
|
||||
"room-highlight-color": "#c2cfc1",
|
||||
"other-user-pill-bg-color": "#f7d49b",
|
||||
"icon-button-color": "#6c7667",
|
||||
"username-colors": [
|
||||
"#4c9a5d",
|
||||
"#6bb77b",
|
||||
"#2d6a4f",
|
||||
"#d2691e",
|
||||
"#95d5b2",
|
||||
"#40916c",
|
||||
"#b7e4c7",
|
||||
"#1b4332"
|
||||
"#4a7c59",
|
||||
"#f9a620",
|
||||
"#b7472a",
|
||||
"#3e6648",
|
||||
"#b88420",
|
||||
"#834026",
|
||||
"#a2913c",
|
||||
"#d87625"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Midnight Galaxy",
|
||||
"is_dark": true,
|
||||
"is_dark": false,
|
||||
"colors": {
|
||||
"accent-color": "#b388ff",
|
||||
"accent": "#b388ff",
|
||||
"primary-color": "#7c4dff",
|
||||
"warning-color": "#ff4081",
|
||||
"alert": "#ff4081",
|
||||
"sidebar-color": "#0d0a1f",
|
||||
"roomlist-background-color": "#150f2e",
|
||||
"roomlist-text-color": "#e8e3ff",
|
||||
"roomlist-text-secondary-color": "#a396d4",
|
||||
"roomlist-highlights-color": "#ffffff10",
|
||||
"roomlist-separator-color": "#ffffff20",
|
||||
"timeline-background-color": "#1c1440",
|
||||
"timeline-text-color": "#e8e3ff",
|
||||
"secondary-content": "#a396d4",
|
||||
"tertiary-content": "#a396d4",
|
||||
"timeline-text-secondary-color": "#a396d4",
|
||||
"timeline-highlights-color": "#ffffff10",
|
||||
"reaction-row-button-selected-bg-color": "#2d2159",
|
||||
"menu-selected-color": "#2d2159",
|
||||
"focus-bg-color": "#2d2159",
|
||||
"room-highlight-color": "#2d2159",
|
||||
"other-user-pill-bg-color": "#2d2159",
|
||||
"icon-button-color": "#a396d4",
|
||||
"accent-color": "#2b1e3e",
|
||||
"accent": "#2b1e3e",
|
||||
"primary-color": "#4a4e8f",
|
||||
"warning-color": "#a490c2",
|
||||
"alert": "#6e1930",
|
||||
"sidebar-color": "#d8d8eb",
|
||||
"roomlist-background-color": "#dfdff2",
|
||||
"roomlist-text-color": "#241a34",
|
||||
"roomlist-text-secondary-color": "#686179",
|
||||
"roomlist-highlights-color": "#00000010",
|
||||
"roomlist-separator-color": "#0000001f",
|
||||
"timeline-background-color": "#e6e6fa",
|
||||
"timeline-text-color": "#241a34",
|
||||
"secondary-content": "#686179",
|
||||
"tertiary-content": "#686179",
|
||||
"timeline-text-secondary-color": "#686179",
|
||||
"timeline-highlights-color": "#00000010",
|
||||
"reaction-row-button-selected-bg-color": "#928ca5",
|
||||
"menu-selected-color": "#aeaac2",
|
||||
"focus-bg-color": "#aeaac2",
|
||||
"room-highlight-color": "#aeaac2",
|
||||
"other-user-pill-bg-color": "#a8a9cf",
|
||||
"icon-button-color": "#686179",
|
||||
"username-colors": [
|
||||
"#b388ff",
|
||||
"#7c4dff",
|
||||
"#8c9eff",
|
||||
"#ff4081",
|
||||
"#e1bee7",
|
||||
"#6a5acd",
|
||||
"#ce93d8",
|
||||
"#4527a0"
|
||||
"#2b1e3e",
|
||||
"#4a4e8f",
|
||||
"#a490c2",
|
||||
"#291d3b",
|
||||
"#3f3e74",
|
||||
"#776790",
|
||||
"#3a3666",
|
||||
"#776fa8"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user