Skip to content

Commit

Permalink
Restored terminal wallpaper. (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored Oct 15, 2023
1 parent 03ce26c commit be16fdd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 88.5-1.6.2 [Terminal Wallpaper support]

- Wallpaper now shows up on the terminal for the `1.83.1` builds. Please re-install your wallpaper for this to take effect.

## 88.5-1.6.1 [Cleanups]

- Cleaned up build process to use correct colors.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Doki Theme",
"description": "Cute anime character themes!",
"publisher": "unthrottled",
"version": "88.1.15",
"version": "88.1.16",
"license": "MIT",
"icon": "Doki-Theme-v2.png",
"galleryBanner": {
Expand Down
2 changes: 1 addition & 1 deletion src/NotificationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { VSCodeGlobals } from "./VSCodeGlobals";
import { attemptToGreetUser } from "./WelcomeService";

const SAVED_VERSION = "doki.theme.version";
const DOKI_THEME_VERSION = "v88.5-1.6.1";
const DOKI_THEME_VERSION = "v88.5-1.6.2";

export function attemptToNotifyUpdates(context: vscode.ExtensionContext) {
const savedVersion = VSCodeGlobals.globalState.get(SAVED_VERSION);
Expand Down
5 changes: 5 additions & 0 deletions src/StickerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ function buildWallpaperCss({
/* end welcome window */
div.header, /* extensions header */
.content,
/* terminal stuff */
.terminal .xterm,
.monaco-workbench .pane-body.integrated-terminal .terminal-wrapper,
.xterm .xterm-screen canvas,
/* end terminal stuff */
.monaco-select-box,
.pane-header,
.minimap-decorations-layer,
Expand Down

0 comments on commit be16fdd

Please sign in to comment.