File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { VSCodeGlobals } from "./VSCodeGlobals";
33import { attemptToGreetUser } from "./WelcomeService" ;
44
55const 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
88export function attemptToNotifyUpdates ( context : vscode . ExtensionContext ) {
99 const savedVersion = VSCodeGlobals . globalState . get ( SAVED_VERSION ) ;
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments