forked from React-Group/interstellar_ai
Fixed darkmode
This commit is contained in:
parent
d1ccd53f2a
commit
3788411d3a
1 changed files with 57 additions and 57 deletions
|
@ -92,7 +92,7 @@ export const applyBlackTheme = () => {
|
|||
document.documentElement.style.setProperty('--history-background-color', '#333333'); // Dark history background
|
||||
document.documentElement.style.setProperty('--left-panel-background-color', '#1a1a1a'); // Dark left panel background
|
||||
document.documentElement.style.setProperty('--conversation-background-color', '#1a1a1a'); // Dark conversation container
|
||||
document.documentElement.style.setProperty('--doc-background-color', '#3d3d3d'); // Dark document background
|
||||
document.documentElement.style.setProperty('--doc-background-color', '#000000'); // Dark document background
|
||||
document.documentElement.style.setProperty('--close-button-color', '#f44336'); // Red close button color
|
||||
document.documentElement.style.setProperty('--close-button-hover-color', '#d32f2f'); // Darker red hover color
|
||||
document.documentElement.style.setProperty('--apply-button-color', '#4caf50'); // Apply button color
|
||||
|
|
Loading…
Reference in a new issue