highlight color

This commit is contained in:
Midov 2021-01-18 19:45:36 +01:00
parent 82c6866b4c
commit eb6dc6d585
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
"name": "moe-pink",
"name": "moepink",
"is_dark": false,
"colors": {
"accent-color": "#ff33f4",
"primary-color": "#ff33f4",
"warning-color": "#ff4cf6",
"sidebar-color": "#fea5fa",
"sidebar-color": "#fc7eb4",
"roomlist-background-color": "#fdbbd8",
"roomlist-text-color": "#ff33f4",
"roomlist-text-secondary-color": "#ff33f4",
@ -16,7 +16,7 @@
"timeline-background-color": "#ffd7e6",
"timeline-text-color": "#e54e9e",
"timeline-text-secondary-color": "#3c3c3c",
"timeline-highlights-color": "#fea5fa",
"reaction-row-button-selected-bg-color": "#ff33f4"
"timeline-highlights-color": "#fdbbd8",
"reaction-row-button-selected-bg-color": "#fea5fa"
}
}