mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Add dark mode for comments
Summary: Also fixes the CSS for the page/workspace input so that it's always readable in dark mode. Test Plan: Tested manually. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3682
This commit is contained in:
@@ -185,7 +185,7 @@ export const ThemeColors = t.iface([], {
|
||||
"right-panel-tab-hover-bg": "string",
|
||||
"right-panel-tab-selected-fg": "string",
|
||||
"right-panel-tab-selected-bg": "string",
|
||||
"right-panel-tab-close-button-hover-bg": "string",
|
||||
"right-panel-tab-button-hover-bg": "string",
|
||||
"right-panel-subtab-fg": "string",
|
||||
"right-panel-subtab-selected-fg": "string",
|
||||
"right-panel-subtab-selected-underline": "string",
|
||||
@@ -321,6 +321,13 @@ export const ThemeColors = t.iface([], {
|
||||
"chart-legend-bg": "string",
|
||||
"chart-x-axis": "string",
|
||||
"chart-y-axis": "string",
|
||||
"comments-popup-header-bg": "string",
|
||||
"comments-popup-body-bg": "string",
|
||||
"comments-popup-border": "string",
|
||||
"comments-user-name-fg": "string",
|
||||
"comments-panel-topic-bg": "string",
|
||||
"comments-panel-topic-border": "string",
|
||||
"comments-panel-resolved-topic-bg": "string",
|
||||
});
|
||||
|
||||
const exportedTypeSuite: t.ITypeSuite = {
|
||||
|
||||
Reference in New Issue
Block a user