Skip to content

Commit

Permalink
feat: Update terminal border
Browse files Browse the repository at this point in the history
  • Loading branch information
masterodi committed Nov 9, 2023
1 parent 0566ca2 commit 8ace495
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A dark theme.",
"type": "module",
"publisher": "mrheio",
"version": "16.2.0",
"version": "16.3.0",
"icon": "icon.png",
"engines": {
"vscode": "^1.7.0"
Expand Down
1 change: 1 addition & 0 deletions src/themes/atomic.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const atomicTheme = {
'editorGroupHeader.tabsBackground': blocksBg,
// terminal styles
'panel.background': blocksBg,
'panel.border': border,
'terminalCursor.background': foreground,
'terminalCursor.foreground': Color(foreground).darken(0.35).hex(),
// terminal colors
Expand Down
1 change: 1 addition & 0 deletions themes/Darkit-Atomic.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
"tab.inactiveForeground": "#9ca3b3",
"editorGroupHeader.tabsBackground": "#151920",
"panel.background": "#151920",
"panel.border": "#080c13",
"terminalCursor.background": "#9ca3b3",
"terminalCursor.foreground": "#5F677B",
"terminal.ansiBlack": "#414868",
Expand Down

0 comments on commit 8ace495

Please sign in to comment.