Skip to content

Commit

Permalink
Tweak colors for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
tek256 committed Dec 23, 2023
1 parent 25e328e commit 3b4f512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"color": "#0a0a0a",
"theme": "dark"
},
"version": "0.0.4",
"version": "0.0.5",
"engines": {
"vscode": "^1.51.0"
},
Expand Down
5 changes: 3 additions & 2 deletions themes/simple dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
"editorBracketHighlight.foreground3": "#eeeeee",
"editorBracketMatch.border": "#5a5a5a",
"editorCursor.foreground": "#eeeeee",
"editorGroup.border": "#0a0a0a",
"editorGroup.dropBackground": "#0a0a0a",
"editorGroup.border": "#282828",
"editorGroup.dropBackground": "#0e0e0e",
"editorGroup.dropIntoPromptBackground": "#0e0e0e",
"editorGroupHeader.noTabsBackground": "#0a0a0a",
"editorGroupHeader.tabsBackground": "#0a0a0a",
"editorGroupHeader.tabsBorder": "#0a0a0a",
Expand Down

0 comments on commit 3b4f512

Please sign in to comment.