mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-18 19:43:26 +02:00
add additional theming options (#3155)
* add additional theming options * nit * Update Filters.tsx
This commit is contained in:
@@ -101,6 +101,13 @@ module.exports = {
|
||||
"background-strong": "var(--background-strong)",
|
||||
"background-search": "var(--white)",
|
||||
|
||||
"background-history-sidebar-button-hover": "var(--background-200)",
|
||||
"text-history-sidebar-button": "var(--text-800)",
|
||||
"divider-history-sidebar-bar": "var(--border)",
|
||||
"text-mobile-sidebar": "var(--text-800)",
|
||||
"background-search-filter": "var(--background-100)",
|
||||
"background-search-filter-dropdown": "var(--background-100)",
|
||||
|
||||
// colors for sidebar in chat, search, and manage settings
|
||||
"background-sidebar": "var(--background-100)",
|
||||
"background-chatbar": "var(--background-100)",
|
||||
@@ -108,6 +115,11 @@ module.exports = {
|
||||
|
||||
"toggled-background": "var(--background-400)",
|
||||
"untoggled-background": "var(--background-200)",
|
||||
"background-starter-message": "var(--background)",
|
||||
"background-starter-message-hover": "var(--background-100)",
|
||||
|
||||
"text-sidebar-toggled-header": "var(--text-800)",
|
||||
"text-sidebar-header": "var(--text-800)",
|
||||
|
||||
"background-back-button": "var(--background-200)",
|
||||
"text-back-button": "var(--text-800)",
|
||||
@@ -119,6 +131,10 @@ module.exports = {
|
||||
"text-settings-sidebar-strong": "var(--text-900)",
|
||||
"background-settings-hover": "var(--background-200)",
|
||||
|
||||
"text-application-toggled": "var(--text-800)",
|
||||
"text-application-untoggled": "var(--text-500)",
|
||||
"text-application-untoggled-hover": "var(--text-700)",
|
||||
|
||||
"background-chat-hover": "var(--background-200)",
|
||||
"background-chat-selected": "var(--background-200)",
|
||||
|
||||
|
Reference in New Issue
Block a user