Skip to content

Commit

Permalink
🤖: update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Aug 15, 2023
1 parent c1b3524 commit 649be70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/shiki/themes/dark-plus.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@
"tab.lastPinnedBorder": "#ccc3",
"list.activeSelectionIconForeground": "#FFF",
"terminal.inactiveSelectionBackground": "#3A3D41",
"widget.border": "#303031"
"widget.border": "#303031",
"actionBar.toggledBackground": "#383a49"
}
}
5 changes: 4 additions & 1 deletion packages/shiki/themes/hc_light.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,5 +559,8 @@
"foreground": "#800080"
}
}
]
],
"colors": {
"actionBar.toggledBackground": "#dddddd"
}
}
3 changes: 2 additions & 1 deletion packages/shiki/themes/light-plus.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@
"list.activeSelectionIconForeground": "#FFF",
"list.focusAndSelectionOutline": "#90C2F9",
"terminal.inactiveSelectionBackground": "#E5EBF1",
"widget.border": "#d4d4d4"
"widget.border": "#d4d4d4",
"actionBar.toggledBackground": "#dddddd"
}
}

0 comments on commit 649be70

Please sign in to comment.