vscode terminal美化

2020-06-20 17:50:24 

    vscode终端主题:

    https://glitchbone.github.io/vscode-base16-term/#/

    进入网站

    点击Copy to clipboard,粘贴到主题美化代码

    进入vscode setting配置

    我的配置:

    1. 'workbench.colorCustomizations': {
    2. 'terminal.background':'#031A16',
    3. 'terminal.foreground':'#81B5AC',
    4. 'terminalCursor.background':'#81B5AC',
    5. 'terminalCursor.foreground':'#81B5AC',
    6. 'terminal.ansiBlack':'#031A16',
    7. 'terminal.ansiBlue':'#96883E',
    8. 'terminal.ansiBrightBlack':'#2B685E',
    9. 'terminal.ansiBrightBlue':'#96883E',
    10. 'terminal.ansiBrightCyan':'#963E4C',
    11. 'terminal.ansiBrightGreen':'#883E96',
    12. 'terminal.ansiBrightMagenta':'#4C963E',
    13. 'terminal.ansiBrightRed':'#3E9688',
    14. 'terminal.ansiBrightWhite':'#D2E7E4',
    15. 'terminal.ansiBrightYellow':'#3E4C96',
    16. 'terminal.ansiCyan':'#963E4C',
    17. 'terminal.ansiGreen':'#883E96',
    18. 'terminal.ansiMagenta':'#4C963E',
    19. 'terminal.ansiRed':'#3E9688',
    20. 'terminal.ansiWhite':'#81B5AC',
    21. 'terminal.ansiYellow':'#3E4C96'
    22. }
    点击阅读全文

    打开CSDN,阅读体验更佳

    修改 vscode 默认的终端

    因本人实在忍受不了 vscode 的默认终端为 (powershell, cmd), 在工作时项目分支比较多, 需要经常切换分支, 但自带的终端很是傻叉, 需要自己使用 git 指令查看当前所在分支, 稍不留神就改错代码了, 为此很是苦恼, 查看了 vscode官方文档之后, 原来可以配置, 毫不犹豫换终端. 1. VS Code 自带终端显示效果 2. 修改默认终端为 git-bash 2.1... 浏览器打开

    vs code终端修改字体大小以及其它样式

    1.在文件>首选项>设置 2.用户>工作台>找到settings.json点击进入 3.在settings.json文件里添加需要修改的样式 'terminal.integrated.cursorBlinking': true, 'terminal.integrated.lineHeight': 1.2, 'terminal.integrated.le... 浏览器打开

    优化VSCode:让你的VSCode变得好用又美观

    万字长文!打造最顺手的vscode! 不多废话,开整! 文章目录基本设置好用的插件及其相关设置通用驼峰翻译助手:不再让取变量名成为一件难事Bracket Pair Colorizer 2:美观的彩虹括号,让你不再为繁杂的括号烦恼Chinese (Simplified) Language Pack for Visual Studio Code:必不可少的中文插件Code Runner:以最简洁的方式运行任何代码Polacode-2020:分享更漂亮的代码片段TODO Highlight:高亮你的*TODO*V 浏览器打开

    vscode终端中文乱码_如何在win10上美化你的 powershell 终端

    安装第三方powershell程序Fluent TerminalFluent Terminal 是一款基于UWP和web技术的终端模拟器特点PowerShell,CMD,Git,WSL或自定义外壳的终端内置对SSH和Mosh连接的支持支持选项卡和多个窗口(类似浏览器)主题和外观配置(导入导出主题)自定义命令快捷键Github仓库地址: Fluent Terminal安装 Fluent Termin... 浏览器打开

    vscode terminal主题配色

    强烈推荐https://glitchbone.github.io/vscode-base16-term/#/brewer 'terminal.background':'#0C0D0E', 'terminal.foreground':'#B7B8B9', 'terminalCursor.background':'#B7B8B9', 'terminalCursor.foreground':'#B7... 浏览器打开

    美化PowerShell(含WindowsTerminal和VSCode终端)

    原文地址: https://www.jeremyjone.com/671/,转载请注明。 Windows给我们提供的PS本身是这样子的: 虽然它提供了一些基本的美化功能,但是并不能满足我们的审美。 我们希望在命令行中间有些改进,比如: 接下来一步一步实现它。 1、安装oh-my-posh 使用win + x方式调出管理员模式的PowerShell,然后安装两个模块: Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh 浏览器打开

    vscode 支持ansi_vscode terminal美化

    vscode终端主题:https://glitchbone.github.io/vscode-base16-term/#/进入网站点击Copy to clipboard,粘贴到主题美化代码 进入vscode setting配置 我的配置:'workbench.colorCustomizations': {'terminal.background':'#031A16','terminal.foreg... 浏览器打开

    vscode 使用oh-my-zsh 美化终端

    链接地址:https://www.ioiox.com/archives/34.html 浏览器打开

    linux shell json_vscode + wsl + windows terminal 美化和搭建linux开发环境

    链接➡vscode + wsl + windows terminal 美化和搭建linux开发环境没钱买mac,windwos下命令行挺难用的,之前一直用cmder还不错,但后期卡卡的,改用了windows terminal,真香啊,速度和外观都不错,刚好最近在学linux,一直用的阿里云做测试,想着统一一下包管理和命令行,发现了wsl这个东西,就打算改造一下windows,个人电脑系统为wind... 浏览器打开

    修改vscode终端样式

    (0)

    相关推荐