Skip to content

Commit be16fdd

Browse files
authored
Restored terminal wallpaper. (#236)
1 parent 03ce26c commit be16fdd

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 88.5-1.6.2 [Terminal Wallpaper support]
4+
5+
- Wallpaper now shows up on the terminal for the `1.83.1` builds. Please re-install your wallpaper for this to take effect.
6+
37
## 88.5-1.6.1 [Cleanups]
48

59
- Cleaned up build process to use correct colors.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Doki Theme",
44
"description": "Cute anime character themes!",
55
"publisher": "unthrottled",
6-
"version": "88.1.15",
6+
"version": "88.1.16",
77
"license": "MIT",
88
"icon": "Doki-Theme-v2.png",
99
"galleryBanner": {

src/NotificationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { VSCodeGlobals } from "./VSCodeGlobals";
33
import { attemptToGreetUser } from "./WelcomeService";
44

55
const SAVED_VERSION = "doki.theme.version";
6-
const DOKI_THEME_VERSION = "v88.5-1.6.1";
6+
const DOKI_THEME_VERSION = "v88.5-1.6.2";
77

88
export function attemptToNotifyUpdates(context: vscode.ExtensionContext) {
99
const savedVersion = VSCodeGlobals.globalState.get(SAVED_VERSION);

src/StickerService.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ function buildWallpaperCss({
5252
/* end welcome window */
5353
div.header, /* extensions header */
5454
.content,
55+
/* terminal stuff */
56+
.terminal .xterm,
57+
.monaco-workbench .pane-body.integrated-terminal .terminal-wrapper,
58+
.xterm .xterm-screen canvas,
59+
/* end terminal stuff */
5560
.monaco-select-box,
5661
.pane-header,
5762
.minimap-decorations-layer,

0 commit comments

Comments
 (0)