vscode设置终端主题,设置终端选中颜色
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.
vscode设置终端主题,设置终端选中颜色的更多相关文章
- mac 终端 使用 solarized 主题设置语法高亮
		mac 终端 使用 solarized 主题设置语法高亮 先来看看 solarized 在 mac 终端上的效果图片 一:先下载 solarized 官网下载:https://github.com/a ... 
- 如何设置linux bash终端的字符显示内容和颜色?
		通常linux有1-6个字符终端 tty, 有1个图形终端. 通常用 ctrl+alt+f1 到f6是字符终端, ctrl+alt+f7为图形终端, 但是, 也有不一样的, 如: fedora的4.0 ... 
- linux系统终端命令提示符设置(PS1)记录
		PS(Prompt Sign)指的是命令提示符,在日常运维工作中为了方面操作管理,有时会设定PS1环境变量.废话不多说,下面开始记录下Linux中PS1设置 在/etc/.bashrc中,找到PS1变 ... 
- emacs24 颜色主题设置
		Emacs24 颜色主题设置 在Linux上写程序,永远绕不过的2个东西就是vi和emacs.emacs是早晚要接触的东西.本文就从配置颜色主题(color-theme)开始.用命令:$ sudo a ... 
- Linux 的终端及设置
		Linux 的终端及设置 终端是一种字符型设备,有多种类型,通常使用tty 来简称各种类型的终端设备.终端特殊设备文件一般有以下几种: /dev/ttySn 串行端口终端 (Serial Port T ... 
- stty - 改变并打印终端行设置
		总览 stty [-F device] [--file=device] [SETTING]... stty [-F device] [--file=device] [-a|--all] stty [- ... 
- kali linux终端快捷键设置
		kali里面是没有终端快捷键的,需要自己设置. 打开设置->设备->keyboard,拉到最下面点击加号来新建一个快捷键. 名称:打开终端 命令:gnome-terminal 快捷键:Ct ... 
- phpstorm9整合本地apache和豆沙绿主题设置(附资源)
		♣phpstorm9下载(安装包和注册码) ♣phpstorm9自带apache和自定义apache服务器 ♣phpstorm9豆沙绿主题设置(附我的主题包) 说明:如果还未安装apache和php7 ... 
- Eclipse详细设置护眼背景色和字体颜色并导出
		Eclipse详细设置护眼背景色和字体颜色并导出 Eclipse是一款码农们喜闻乐见的集成开发平台,但是其默认的主题和惨白的背景色实在是太刺激眼球了.下面,将给大家详细介绍如何设置成护眼主题的方法,也 ... 
- VS2010主题设置及插件推荐
		本文主要写了个人使用 VS2010 的一些配置及实用插件,从而打造一个符合个人风格的开发环境. 基础设置 安装 Visual Assist X 在 VS2010 中若不安装 Visual Assist ... 
随机推荐
- BIP  两个请求成功后,才能做某一件事
			//保存前校验 let SetXStatus = 0; viewModel.on("beforeSave", function (args) { let _this = this; ... 
- Oversampling Techniques
			ADC Operation Improving ADC Resolution 总结 根据奈奎斯特采样定理,Fsample >= 2 * Fsignal 在频域中,过采样能够降低白噪声功率谱密度 ... 
- [Jquery]如何绑定相同id的所有元素?
			Jquery中相同的id不能用$()获得,只能获得第一个匹配的元素. 原因:id不可重复 解决方案: 方案1: 通过 $("input[id='xxxx']"); 可以选择多个相同 ... 
- kafka监控系统kafka eagle安装和使用
			一.kafka eagle介绍 kafka eagle 是一款由国内公司开源的Kafka集群监控系统,可以用来监视kafka集群的broker状态.Topic信息.IO.内存.consumer线程.偏 ... 
- 取得SAP服务器主机名(host name)和端口号(port)函数[TH_GET_VIRT_HOST_DATA]
			本文转载至:http://www.baidusap.com/abap/function/4245 是要Vcode开发abap的时候,连接服务器的时候需要端口号,可以用函数TH_GET_VIRT_HOS ... 
- p标签设置行数,超出部分用省略号隐藏
			p { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-wrap: break-word; display ... 
- Grafana + Prometheus + Mysqld_exporter 监控 Mysql
			最近研究了对于Mysql的监控,感觉Prometheus还是挺强大的,有各种适配的度量导出工具,Mysqld_exporter也是旗下的一款工具,可以在Prometheus官网下载. 因为本机电脑用的 ... 
- taobao.tbk.sc.newuser.order.get( 淘宝客-服务商-新用户订单明细查询 )
			淘宝客订单表结构设计(mysql) CREATE TABLE `tbk_order` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `member_id` bi ... 
- React如何修改props && 子组件调用父组件方法
			/** * 子组件如何更改父组件的state呢? * 父组件传递下来的props不满足要求,往往需要修改 * * * Author: shujun * Date: 2020-10-25 */ impo ... 
- react 学习笔记更新
			生命周期 插槽 组件中间内容用this.props.children访问 是否组件更新 shouldcompontsupdata(props,newstatus){ return false: } 父 ... 
