AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / computer / 问题 / 1492236
Accepted
newbie
newbie
Asked: 2019-10-15 10:25:17 +0800 CST2019-10-15 10:25:17 +0800 CST 2019-10-15 10:25:17 +0800 CST

Windows 10 终端中的白底黑字主题

  • 772

我刚刚安装了新的 Windows 10 终端。这简直太棒了。我想将主题更改为白底黑字(目前是黑底白字)。有什么可用的配置吗?我有一些配置

  1. 坎贝尔
  2. 日晒灯
  3. 晒黑等

我想要简单的腻子(白底黑字)主题

windows-10 terminal
  • 2 2 个回答
  • 2729 Views

2 个回答

  • Voted
  1. Best Answer
    newbie
    2019-10-15T10:40:13+08:002019-10-15T10:40:13+08:00

    在https://github.com/mbadolato/iTerm2-Color-Schemes找到颜色主题

    1. 下载并解压 zip 文件
    2. 打开“windowsterminal”文件夹
    3. 打开任何文件(.json 格式)
    4. 复制设置并将它们粘贴到 Windows 终端设置的“模式”部分

    复制后,它应该如下所示

    // To view the default settings, hold "alt" while clicking on the "Settings" button.
    // For documentation on these settings, see: https://aka.ms/terminal-documentation
    
    {
        "$schema": "https://aka.ms/terminal-profiles-schema",
    
        "defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
    
        "profiles":
        [
            {
                // Make changes here to the powershell.exe profile
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "name": "Windows PowerShell",
                "commandline": "powershell.exe",
                "hidden": false
            },
            {
                // Make changes here to the cmd.exe profile
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "name": "cmd",
                "commandline": "cmd.exe",
                "hidden": false
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"
            },
            {
                "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
                "hidden": false,
                "name": "Ubuntu-18.04",
                "source": "Windows.Terminal.Wsl",
                "acrylicOpacity" : 0.5,
                "closeOnExit" : true,
                "colorScheme" : "AtomOneLight",
                "cursorColor" : "#000000",
                "cursorShape" : "bar",
                "fontFace" : "Consolas",
                "fontSize" : 12,
                "historySize" : 9001,
                "icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
                "padding" : "0, 0, 0, 0",
                "snapOnInput" : true,
                "useAcrylic" : false
            }
        ],
    
        // Add custom color schemes to this array
        "schemes": [
            {
                "name": "AtomOneLight",
                "black": "#000000",
                "red": "#de3e35",
                "green": "#3f953a",
                "yellow": "#d2b67c",
                "blue": "#2f5af3",
                "purple": "#950095",
                "cyan": "#3f953a",
                "white": "#bbbbbb",
                "brightBlack": "#000000",
                "brightRed": "#de3e35",
                "brightGreen": "#3f953a",
                "brightYellow": "#d2b67c",
                "brightBlue": "#2f5af3",
                "brightPurple": "#a00095",
                "brightCyan": "#3f953a",
                "brightWhite": "#ffffff",
                "background": "#f9f9f9",
                "foreground": "#2a2c33"
            }
        ],
    
        // Add any keybinding overrides to this array.
        // To unbind a default keybinding, set the command to "unbound"
        "keybindings": []
    }
    
    • 8
  2. K Robinson
    2020-09-04T08:07:38+08:002020-09-04T08:07:38+08:00

    您可以通过 Alt-单击设置从 defaults.json 复制配色方案(设置位于选项卡栏的下拉菜单中)。

    复制所有配色方案。然后在您的 settings.json 文件中(只需左键单击设置),将“模式”数组替换为您在 defaults.json 中复制的数组。你应该得到这样的结果:

    "schemes":
    [ 
        {
            "name": "Campbell",
            // ...
        },
        {
            "name": "Campbell Powershell",
            // ...
        },
        // ...
    ]
    

    然后,进一步向上,您应该找到一个空的配置文件默认对象。在其中创建一个“colorScheme”属性并将值设置为您想要的模式名称。你最终会得到这样的东西:

    "profiles":
    {
        "defaults":
        {
            // Put settings here that you want to apply to all profiles.
            "colorScheme": "One Half Light"
        },
        "list":
        [ 
            /*...you will see things like cmd, powershell, or ubuntu/WSL profiles here*/
        ]
    

    从那里,您可以将新模式添加到模式数组,然后按名称选择它们。

    • 0

相关问题

  • VMware Workstation USB 仲裁服务无法自动启动

  • 如何在域和 Linux 活动目录中启用指纹传感器

  • 资源管理器侧面板中的桌面外壳快捷方式

  • 为什么我不能将文件从 Android 发送到 Windows 10?

  • 在多个文件上打开方式?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    Windows 10 服务称为 AarSvc_70f961。它是什么,我该如何禁用它?

    • 2 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Marko Smith

    ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] 证书验证失败:无法获取本地颁发者证书 (_ssl.c:1056)

    • 4 个回答
  • Marko Smith

    我如何知道 Windows 安装在哪个驱动器上?

    • 6 个回答
  • Martin Hope
    Albin 支持结束后如何激活 WindowsXP? 2019-11-18 03:50:17 +0800 CST
  • Martin Hope
    fixer1234 “HTTPS Everywhere”仍然相关吗? 2019-10-27 18:06:25 +0800 CST
  • Martin Hope
    Kagaratsch Windows 10 删除大量小文件的速度非常慢。有什么办法可以加快速度吗? 2019-09-23 06:05:43 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    Inter Sys Ctrl+C 和 Ctrl+V 是如何工作的? 2019-05-15 02:51:21 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve