Skip to content

Commit e31c1fc

Browse files
committed
⏪ Pick lighter separator color
1 parent 87975e5 commit e31c1fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/themes/Dracula.theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"selectionBackground": "#6272a4",
1212
"selectionInactiveBackground": "#4e5a82",
1313
"borderColor": "#282a36",
14-
"separatorColor": "#282a36"
14+
"separatorColor": "#5d5e66"
1515
},
1616
"ui": {
1717
"*": {

src/main/resources/themes/DraculaColorful.theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"selectionBackground": "#6272a4",
1212
"selectionInactiveBackground": "#4e5a82",
1313
"borderColor": "#282a36",
14-
"separatorColor": "#282a36"
14+
"separatorColor": "#5d5e66"
1515
},
1616
"ui": {
1717
"*": {

0 commit comments

Comments
 (0)