Skip to content

Commit fcc6745

Browse files
Update TokyoNight.css
1 parent 8f7c3ba commit fcc6745

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Themes/TokyoNight.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@ self {
2525
}
2626
.invalid, .dg-error-list {
2727
background-color: #f7768e; /* Red for errors, warnings */
28+
color: #1a1b26; /* Deep blue background */
2829
}
2930
.SoftError > .invalid {
3031
background-color: #e0af68; /* Yellow for warnings, notices */
32+
color: #1a1b26; /* Deep blue background */
3133
}
3234
.confirmed {
33-
background-color: #9ece6a; /* Green for success messages, buttons */
35+
background-color: #9ece6a; /* Green for success messages, buttons */
36+
color: #1a1b26; /* Deep blue background */
3437
}
3538
button[id="delete-section"] { color: #7aa2f7; }
3639
button[id="delete-section"] {

0 commit comments

Comments
 (0)