Skip to content

Commit

Permalink
Debug toolbar is now themed in waves and calm.
Browse files Browse the repository at this point in the history
  • Loading branch information
njs-guy committed Jan 23, 2023
1 parent c3b3a35 commit 7c93955
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

For the source of each release, see [releases](https://github.com/njshockey/all-blue-theme/releases).

## v1.0.1

- Debug toolbar is now themed in Waves and Calm.

## v1.0.0

- Initial release
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "all-blue",
"displayName": "All Blue",
"description": "A theme that's a little too obsessed with a certain primary color",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "njshockey",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -49,6 +49,9 @@
}
]
},
"scripts": {
"build": "vsce package"
},
"devDependencies": {
"prettier": "2.8.1"
}
Expand Down
18 changes: 18 additions & 0 deletions themes/all-blue-calm-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,24 @@
"terminalCursor.foreground": "#0094FF",
"terminal.dropBackground": "#003a638e",

// Debug tool bar
"debugToolBar.background": "#002E4F",
"debugIcon.stopForeground": "#FF7566",
"debugIcon.disconnectForeground": "#FF7566",
"debugIcon.restartForeground": "#50C878",
"debugIcon.pauseForeground": "#00CCFF",
"debugIcon.continueForeground": "#00CCFF",
"debugIcon.stepBackForeground": "#00CCFF",
"debugIcon.stepIntoForeground": "#00CCFF",
"debugIcon.stepOutForeground": "#00CCFF",
"debugIcon.stepOverForeground": "#00CCFF",
"debugIcon.startForeground": "#00CCFF",
"debugIcon.breakpointForeground": "#00CCFF",
"debugIcon.breakpointCurrentStackframeForeground": "#00CCFF",
"debugIcon.breakpointStackframeForeground": "#00CCFF",
"debugIcon.breakpointUnverifiedForeground": "#00CCFF",
"debugIcon.breakpointDisabledForeground": "#006680",

// Bracket highlight
"editorBracketHighlight.foreground1": "#8BC6FC",
"editorBracketHighlight.foreground2": "#FFFC79",
Expand Down
18 changes: 18 additions & 0 deletions themes/all-blue-waves-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,24 @@
"terminalCursor.foreground": "#0094FF",
"terminal.dropBackground": "#003a638e",

// Debug tool bar
"debugToolBar.background": "#002E4F",
"debugIcon.stopForeground": "#FF7566",
"debugIcon.disconnectForeground": "#FF7566",
"debugIcon.restartForeground": "#50C878",
"debugIcon.pauseForeground": "#00CCFF",
"debugIcon.continueForeground": "#00CCFF",
"debugIcon.stepBackForeground": "#00CCFF",
"debugIcon.stepIntoForeground": "#00CCFF",
"debugIcon.stepOutForeground": "#00CCFF",
"debugIcon.stepOverForeground": "#00CCFF",
"debugIcon.startForeground": "#00CCFF",
"debugIcon.breakpointForeground": "#00CCFF",
"debugIcon.breakpointCurrentStackframeForeground": "#00CCFF",
"debugIcon.breakpointStackframeForeground": "#00CCFF",
"debugIcon.breakpointUnverifiedForeground": "#00CCFF",
"debugIcon.breakpointDisabledForeground": "#006680",

// Bracket highlight
"editorBracketHighlight.foreground1": "#00CCFF",
"editorBracketHighlight.foreground2": "#FFFD37",
Expand Down

0 comments on commit 7c93955

Please sign in to comment.