Pycharm, Vscode set beauty background [with 20 high-definition pictures]

Hello everyone, I'm Xiao Yuan

Background: The reason for this is this. Some friends (old color critics) asked me how to set the background picture of beautiful women in Pycharm and Vscode. As a fan blogger, this is not for me to arrange for these single brothers, male The ultimate benefit of programmers is here. From now on, are you still in the mood to code when you look at pictures of beautiful women every day? ! ! !
insert image description here

Let's go to the topic: Pycharm, Vscode set beauty background?

Show results

insert image description hereinsert image description here

Pycharm set beauty background

1) Step 1: Open pycharm and select Setting
insert image description here

2) Step 2: Click Appearance ——> Background Image
insert image description here

3) Step 3: Select the image path and click OK
insert image description here

4) Step 4: Click Apply first, then click ok
insert image description here

5) Effect display
insert image description here

Vscode set beauty background

1) Step 1: Find and click the symbol in the red box on the left side of the interface; or use the shortcut key Ctrl+Shift+X. The search interface pops up, search for background-coverplugins and click install

insert image description here
2) Restart after installing the plugin

3) Click File→Preferences→Settings, and search in the settings interface background-cover, note: there should be no Chinese in the picture address
insert image description here

4) Press the shortcut key on the keyboard Ctrl+Shift+P, the following input box will pop up at the top of the interface. Enter settings.json
insert image description here
5) Copy the code into it, note: remember to modify it to your own image path

{
    
    
   // 是否开启背景图显示
   "backgroundCover.enabled": true,
   // true-显示默认的图片  false-显示用户自定义的图片
   "backgroundCover.useDefault": false,
   // 自定义显示的图片,(路径要用双引号""括起来!)
   "backgroundCover.customImages": [
       // 最多设置三张图片,默认显示最上方的图片,当打开多个侧边栏时再依次显示后面的背景图片
       "file:///C:/Users/ym/Desktop/mm/19.jpg",
          // "file:///D:/活动总结/1002.jpg",
          // "file:///D:/活动总结/1002.jpg",
   ],
   "backgroundCover.useFront": false,
   "backgroundCover.style": {
    
    
       "margin": "0 auto",
       "top": "0",
       "left": "0",
       "width": "100%",
       "height": "100%",
       "z-index": "99999",
       "background.repeat": "no-repeat",
       "background-size": "cover",
       "opacity": 0.3 // 透明度
   }
}

6) Ctrl + s click to save the effect display
insert image description here

hd beauty pictures download

Aliyun download address: https://www.aliyundrive.com/s/sfF1Xi8LD1U

Guess you like

Origin blog.csdn.net/yuan2019035055/article/details/123959378