style: Style settings modal for dark, black, and red themes

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-01-03 00:43:31 +00:00
parent fa030a069c
commit 5214e5676f
3 changed files with 45 additions and 0 deletions

View File

@@ -86,3 +86,18 @@
border-color: #bbb;
color: #ddd;
}
.black .modal-content {
background: #222;
border-color: #828282;
color: #ddd;
}
.black .modal-content button {
background-color: #444444;
border-color: #bbb;
}
.black .modal-content button.active {
background-color: #555;
}

View File

@@ -82,3 +82,18 @@
border-color: #bbb;
color: #ddd;
}
.dark .modal-content {
background: #333;
border-color: #828282;
color: #ddd;
}
.dark .modal-content button {
background-color: #444444;
border-color: #bbb;
}
.dark .modal-content button.active {
background-color: #555;
}

View File

@@ -104,3 +104,18 @@
border-color: #b00;
color: #d00;
}
.red .modal-content {
background: #300;
border-color: #690000;
color: #b00;
}
.red .modal-content button {
background-color: #440000;
border-color: #b00;
}
.red .modal-content button.active {
background-color: #550000;
}