vscode定义主题色官网:

https://code.visualstudio.com/api/references/theme-color#integrated-terminal-colors

问题:
终端选中颜色和终端背景颜色一致时,不能显示出光标选中的内容,并且网上搜索了各种主题设置,没有提到终端选中属性的颜色 解决:
通过查找vscode官方资料,找到terminal.selectionBackground属性,可以通过调整terminal.selectionBackground属性,设置终端选中内容的颜色 完整终端属性:
terminal.background: The background of the Integrated Terminal's viewport.
terminal.border: The color of the border that separates split panes within the terminal. This defaults to panel.border.
terminal.foreground: The default foreground color of the Integrated Terminal.
terminal.ansiBlack: 'Black' ANSI color in the terminal.
terminal.ansiBlue: 'Blue' ANSI color in the terminal.
terminal.ansiBrightBlack: 'BrightBlack' ANSI color in the terminal.
terminal.ansiBrightBlue: 'BrightBlue' ANSI color in the terminal.
terminal.ansiBrightCyan: 'BrightCyan' ANSI color in the terminal.
terminal.ansiBrightGreen: 'BrightGreen' ANSI color in the terminal.
terminal.ansiBrightMagenta: 'BrightMagenta' ANSI color in the terminal.
terminal.ansiBrightRed: 'BrightRed' ANSI color in the terminal.
terminal.ansiBrightWhite: 'BrightWhite' ANSI color in the terminal.
terminal.ansiBrightYellow: 'BrightYellow' ANSI color in the terminal.
terminal.ansiCyan: 'Cyan' ANSI color in the terminal.
terminal.ansiGreen: 'Green' ANSI color in the terminal.
terminal.ansiMagenta: 'Magenta' ANSI color in the terminal.
terminal.ansiRed: 'Red' ANSI color in the terminal.
terminal.ansiWhite: 'White' ANSI color in the terminal.
terminal.ansiYellow: 'Yellow' ANSI color in the terminal.
terminal.selectionBackground: The selection background color of the terminal.

最新文章

  1. C数组下标越界
  2. Windows下使用Dev-C++开发基于pthread.h的多线程程序
  3. Android实例-处理隐藏输入法后不再显示问题(XE8+小米2)
  4. setTimeout的作用以及setTimeout延时0毫秒的作用
  5. 【错误】:Could not open JDBC Connection for transaction; nested exception is: Communications link failure;The last packet sent successfully to the server was 1 milliseconds ago
  6. Python获取当地的天气和随意城市的天气
  7. mongo数据库备份与恢复
  8. 菜鸟的Xamarin.Forms前行之路——按钮的按下抬起事件的监控(可扩展至其他事件)
  9. JS的if和switch
  10. 如何优化MySQL insert性能
  11. 网站注册与登录使用 bcrypt与 passport 双重验证 解释
  12. Linux学习笔记之Linux添加/删除用户和用户组
  13. day15,内置函数一
  14. 查看MySQL的线程
  15. SpringBoot详细研究-04部署测试与监控
  16. 判断真实ip
  17. span中内容随着数字长度的添加而增大
  18. vue-cli中引入jquery的方法
  19. maven之package与install的区别
  20. Building the main Guest Additions module [FAILED]

热门文章

  1. pycharm永久激活码(亲测好用)
  2. git clone 指定分支/指定commit
  3. 富文本编辑器转word
  4. php递归设置文件的权限
  5. 遮罩DIV遮挡住下面元素 下面元素如何触发响应点击事件
  6. PLM数据库脚本升级命令
  7. windows下git bash不显示中文问题解决
  8. WDA学习(22):WDA PLG,Application跳转传参
  9. STM32 获取系统时钟频率
  10. calibredrv 对layer做操作