Skip to content

Commit

Permalink
feat: change terminal and panel colors
Browse files Browse the repository at this point in the history
Signed-off-by: Akshit Garg <garg.akshit@gmail.com>
  • Loading branch information
gargakshit committed Nov 18, 2021
1 parent 73726d7 commit a9b58b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "theme-alabaster-dark",
"displayName": "Alabaster Dark Theme",
"description": "Alabaster Dark theme ported straight from sublime text",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "gargakshit",
"engines": {
"vscode": "^1.25.0"
Expand Down
6 changes: 4 additions & 2 deletions themes/alabaster-dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,18 @@
"tab.inactiveBackground": "#323738",
"tab.activeBackground": "#0E1415",
"tab.border": "#cecece36",
"panel.background": "#323738",
"editor.selectionHighlightBackground": "#DDF0FF33",
"terminal.background": "#1d1f1f",
"panel.background": "#1d1f1f",
"statusBar.debuggingForeground": "#212121",
"terminal.ansiWhite": "#cecece",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#4a88e4",
"terminal.ansiCyan": "#23acdd",
"terminal.ansiGreen": "#73ca50",
"terminal.ansiMagenta": "#915caf",
"terminal.ansiRed": "#e25d56",
"terminal.ansiYellow": "#e6b436",
"terminal.ansiYellow": "#e9bf57",
"terminal.ansiBrightWhite": "#FFFFFF",
"terminal.ansiBrightBlack": "#777777",
"terminal.ansiBrightBlue": "#6f8fdb",
Expand Down

0 comments on commit a9b58b2

Please sign in to comment.