Implement the fix for broken colors from #38 to all themes

Implement the fix for broken colors from #38 to all themes other than Discord Dark
This commit is contained in:
Christos Karamolegkos 2021-10-21 14:02:23 +03:00
parent 6f0221062c
commit 1e7fdfcbf8
No known key found for this signature in database
GPG key ID: 2B28659A6162D130
10 changed files with 20 additions and 0 deletions

View file

@ -13,6 +13,8 @@
"roomlist-separator-color": "#00000000",
"timeline-background-color": "#1e1f29",
"timeline-text-color": "#eeeeee",
"secondary-content": "#eeeeee",
"tertiary-content": "#eeeeee",
"timeline-text-secondary-color": "#dddddd",
"timeline-highlights-color": "#00000030",
"reaction-row-button-selected-bg-color": "#b9bbbe"

View file

@ -13,6 +13,8 @@
"roomlist-separator-color": "#4d4d4d90",
"timeline-background-color": "#282A36",
"timeline-text-color": "#eeeeee",
"secondary-content": "#eeeeee",
"tertiary-content": "#eeeeee",
"timeline-text-secondary-color": "#dddddd",
"timeline-highlights-color": "#00000030",
"reaction-row-button-selected-bg-color": "#b9bbbe"

View file

@ -16,6 +16,8 @@
"timeline-background-color": "#05192D",
"timeline-highlights-color": "#011223",
"timeline-text-color": "#FFF3A4",
"secondary-content": "#FFF3A4",
"tertiary-content": "#FFF3A4",
"timeline-text-secondary-color": "#A79000",
"reaction-row-button-selected-bg-color": "#FFEC70"
}

View file

@ -15,6 +15,8 @@
"timeline-background-color": "#434c5e",
"timeline-text-color": "#eceff4",
"secondary-content": "#eceff4",
"tertiary-content": "#eceff4",
"timeline-text-secondary-color": "#81a1c1",
"timeline-highlights-color": "#3b4252",
"reaction-row-button-selected-bg-color": "#bf616a"

View file

@ -15,6 +15,8 @@
"timeline-background-color": "#eceff4",
"timeline-text-color": "#2e3440",
"secondary-content": "#2e3440",
"tertiary-content": "#2e3440",
"timeline-text-secondary-color": "#3b4252",
"timeline-highlights-color": "#e5e9f0",
"reaction-row-button-selected-bg-color": "#bf616a"

View file

@ -15,6 +15,8 @@
"timeline-background-color": "#181818",
"timeline-text-color": "#FFFFFF",
"secondary-content": "#FFFFFF",
"tertiary-content": "#FFFFFF",
"timeline-text-secondary-color": "#777777",
"timeline-highlights-color": "#252525",
"reaction-row-button-selected-bg-color": "#4695f7"

View file

@ -15,6 +15,8 @@
"timeline-background-color": "#2d5b69",
"timeline-text-color": "#FFFFFF",
"secondary-content": "#FFFFFF",
"tertiary-content": "#FFFFFF",
"timeline-text-secondary-color": "#72898f",
"timeline-highlights-color": "#184956",
"reaction-row-button-selected-bg-color": "#4695f7"

View file

@ -15,6 +15,8 @@
"timeline-background-color": "#fbf3db",
"timeline-text-color": "#000000",
"secondary-content": "#000000",
"tertiary-content": "#000000",
"timeline-text-secondary-color": "#777777",
"timeline-highlights-color": "#ece3cc",
"reaction-row-button-selected-bg-color": "#4695f7"

View file

@ -12,6 +12,8 @@
"roomlist-highlights-color": "#586e75",
"timeline-background-color": "#002b36",
"timeline-text-color": "#839496",
"secondary-content": "#839496",
"tertiary-content": "#839496",
"timeline-text-secondary-color": "#586e75",
"timeline-highlights-color": "#073642",
"reaction-row-button-selected-bg-color": "#268bd2"

View file

@ -13,6 +13,8 @@
"roomlist-separator-color": "#4c4c4c",
"timeline-background-color": "#000000",
"timeline-text-color": "#e5e5e5",
"secondary-content": "#e5e5e5",
"tertiary-content": "#e5e5e5",
"timeline-text-secondary-color": "#b2b2b2",
"timeline-highlights-color": "#212121",
"reaction-row-button-selected-bg-color": "#cc7b19"