Skip to content

Commit 002eea4

Browse files
Update TokyoNight.css
1 parent b158357 commit 002eea4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Themes/TokyoNight.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
self {
22
background-color: #1a1b26; /* Deep blue background */
33
}
4+
::-webkit-scrollbar-thumb {
5+
background-color: #7dcfff; /* Cyan for highlights and accents */
6+
}
47
.DataValue::placeholder {
58
color: #a9b1d6; /* Dimmed text color for less emphasis */
69
}
710
.DataModel {
811
background-color: #24283b; /* Slightly lighter blue for alternate backgrounds */
9-
--tokyo-night-cyan: #7dcfff; /* Cyan for highlights and accents */
1012
}
1113
.DataGridCollection, .DataTable, .DataSection {
1214
border-color: #33467C; /* Border color for elements */
15+
background-color: #24283b; /* Slightly lighter blue for alternate backgrounds */
1316
}
1417
.DataSection:hover, .DataTable:hover, .DataGridCollection:hover, .DataValue:hover, input:hover{
1518
border-color: #bb9af7; /* Purple for creative accents */
@@ -29,6 +32,7 @@ self {
2932
.confirmed {
3033
background-color: #9ece6a; /* Green for success messages, buttons */
3134
}
35+
button[id="delete-section"] { color: #7aa2f7; }
3236
button[id="delete-section"] {
3337
color: #7aa2f7; /* Blue for links and buttons */
3438
}

0 commit comments

Comments
 (0)